rpms/dmapd/devel dmapd.spec,1.3,1.4

mikep mikep at fedoraproject.org
Tue Jun 22 18:47:03 UTC 2010


Author: mikep

Update of /cvs/pkgs/rpms/dmapd/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20110

Modified Files:
	dmapd.spec 
Log Message:
Do not install dmapd-test


Index: dmapd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dmapd/devel/dmapd.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- dmapd.spec	22 Jun 2010 18:34:51 -0000	1.3
+++ dmapd.spec	22 Jun 2010 18:47:02 -0000	1.4
@@ -1,6 +1,6 @@
 Name: dmapd
 Version: 0.0.25
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A server that provides DAAP and DPAP shares
 Group: Applications/Multimedia
 License: GPLv2+
@@ -44,6 +44,7 @@ rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 rm -f %{buildroot}%{_libdir}/libdmapd.la
 rm -f %{buildroot}%{_libdir}/dmapd/%{version}/modules/*.la
+rm -f %{buildroot}%{_sbindir}/dmapd-test
 mkdir -p %{buildroot}%{_localstatedir}/cache/dmapd
 mkdir -p %{buildroot}%{_localstatedir}/run/dmapd
 install -D -m 755 distro/dmapd.fedora %{buildroot}%{_initddir}/dmapd
@@ -97,6 +98,9 @@ resources needed for developing modules 
 %{_libdir}/*.so
 
 %changelog
+* Tue Jun 22 2010 W. Michael Petullo <mike[@]flyn.org> - 0.0.25-2
+- Don't install dmapd-test
+
 * Tue Jun 22 2010 W. Michael Petullo <mike[@]flyn.org> - 0.0.25-1
 - New upstream version
 



More information about the scm-commits mailing list