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 | a4968794228f5a40edee91d170d2bf13e7451a87 (patch) | |
| tree | a0224585b2de545b81f0555e5eb27a21314ca6b3 /qpid/cpp | |
| parent | e75ad4ea0cf13ff54ab0eafafa20cb6f11b8d621 (diff) | |
| download | qpid-python-a4968794228f5a40edee91d170d2bf13e7451a87.tar.gz | |
Create /var/lib/qpidd correctly.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@620862 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/qpidc.spec.in | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/qpid/cpp/qpidc.spec.in b/qpid/cpp/qpidc.spec.in index ef958e988b..383d5a2ca4 100644 --- a/qpid/cpp/qpidc.spec.in +++ b/qpid/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 |
