diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-09-20 18:12:10 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-09-20 18:12:10 -0500 |
commit | 74df674af8b25bad515c367956b984d8c8bc9196 (patch) | |
tree | 23cd2ccd46729e390e588a33261097c4c5e323c1 /redhat/kdepim | |
parent | f06ba3f388de8dad68462773fe2f2bfb1c3000f3 (diff) | |
parent | b5a610853d15597457be7a77fca30a0bb2155e97 (diff) | |
download | tde-packaging-74df674af8b25bad515c367956b984d8c8bc9196.tar.gz tde-packaging-74df674af8b25bad515c367956b984d8c8bc9196.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'redhat/kdepim')
-rw-r--r-- | redhat/kdepim/trinity-kdepim-3.5.12.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/redhat/kdepim/trinity-kdepim-3.5.12.spec b/redhat/kdepim/trinity-kdepim-3.5.12.spec index 01b349900..a8134cd94 100644 --- a/redhat/kdepim/trinity-kdepim-3.5.12.spec +++ b/redhat/kdepim/trinity-kdepim-3.5.12.spec @@ -1,7 +1,7 @@ # Default version for this component %if "%{?version}" == "" %define version 3.5.12 -%define release 5 +%define release 6 %endif # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". @@ -29,6 +29,7 @@ Summary: PIM (Personal Information Manager) applications Prefix: %{_prefix} Source0: kdepim-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # TDE official patches from SVN, unmodified # Attempt to fix a kdepim FTBFS based on a missing stdc header #include @@ -56,6 +57,7 @@ PIM (Personal Information Manager) applications. %package devel Requires: %{name} Summary: %{name} - Development files +Group: Development/Libraries %description devel Development files for %{name}. @@ -86,7 +88,7 @@ export LDFLAGS="-L%{_libdir} -I%{_includedir}" %install export PATH="%{_bindir}:${PATH}" %__rm -rf %{?buildroot} -%make_install +%__make install DESTDIR=%{?buildroot} %clean %__rm -rf %{?buildroot} @@ -125,6 +127,9 @@ export PATH="%{_bindir}:${PATH}" %exclude %{_libdir}/libkmailprivate.so %changelog +* Sun Sep 18 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-6 +- Add RHEL5 support + * Mon Sep 05 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-5 - Import to GIT |