diff options
author | Alan Conway <aconway@apache.org> | 2008-02-12 16:54:42 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-02-12 16:54:42 +0000 |
commit | ddc98e6bba8fc8d6ee4ad993ff2f7079dd75ef42 (patch) | |
tree | 8284310112eb75b5deec3cdbdaefb837097eb0d2 /cpp | |
parent | 82577aec20fbef5559477d4b4809bd7abeceb4c1 (diff) | |
download | qpid-python-ddc98e6bba8fc8d6ee4ad993ff2f7079dd75ef42.tar.gz |
Create /var/lib/qpidd correctly.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@620862 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/qpidc.spec.in | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/cpp/qpidc.spec.in b/cpp/qpidc.spec.in index ef958e988b..383d5a2ca4 100644 --- a/cpp/qpidc.spec.in +++ b/cpp/qpidc.spec.in @@ -5,7 +5,7 @@ Name: @PACKAGE@ Version: @VERSION@ -Release: 20%{?dist} +Release: 21%{?dist} Summary: Libraries for Qpid C++ client applications Group: System Environment/Libraries License: Apache Software License @@ -80,9 +80,9 @@ rm docs/api/html/installdox %install rm -rf %{buildroot} -make install DESTDIR=%{buildroot} -install -Dp -m0755 etc/qpidd %{buildroot}%{_initrddir}/qpidd -install -d -m0755 %{buildroot}%{_localstatedir}/qpidd +make install-strip DESTDIR=%{buildroot} +install -Dp -m0755 etc/qpidd %{buildroot}%{_initrddir}/qpidd +install -d -m0755 %{buildroot}%{_localstatedir}/lib/qpidd rm -f %{buildroot}%_libdir/*.a rm -f %{buildroot}%_libdir/*.la @@ -99,7 +99,6 @@ make check %_libdir/libqpidcommon.so.0.1.0 %_libdir/libqpidclient.so.0 %_libdir/libqpidclient.so.0.1.0 -%_localstatedir/qpidd %config(noreplace) %_sysconfdir/qpidd.conf %files devel @@ -123,6 +122,7 @@ make check %_libdir/libqpidcluster.so.0.1.0 %_sbindir/%{qpidd} %{_initrddir}/%{qpidd} +%_localstatedir/lib/qpidd %doc %_mandir/man1/%{qpidd}.* %files -n %{qpidd}-devel @@ -156,6 +156,9 @@ fi /sbin/ldconfig %changelog +* Tue Feb 12 2008 Rafael Schloming <rafaels@redhat.com> - 0.2-21 +- Create /var/lib/qpidd correctly. + * Mon Feb 11 2008 Rafael Schloming <rafaels@redhat.com> - 0.2-20 - bumped for Beta 3 |