SPECS: whoson.spec - strict deps, sort verify flags

darekr darekr at pld-linux.org
Sun Oct 2 14:05:44 CEST 2005


Author: darekr                       Date: Sun Oct  2 12:05:44 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- strict deps, sort verify flags

---- Files affected:
SPECS:
   whoson.spec (1.63 -> 1.64) 

---- Diffs:

================================================================
Index: SPECS/whoson.spec
diff -u SPECS/whoson.spec:1.63 SPECS/whoson.spec:1.64
--- SPECS/whoson.spec:1.63	Sun Jun 12 11:13:43 2005
+++ SPECS/whoson.spec	Sun Oct  2 14:05:38 2005
@@ -33,7 +33,7 @@
 Group:		Networking/Daemons
 PreReq:		rc-scripts
 Requires(post,preun):	/sbin/chkconfig
-Requires:	%{name} = %{version}
+Requires:	%{name} = %{version}-%{release}
 
 %description server
 Whoson server binary and scripts.
@@ -45,7 +45,7 @@
 Summary:	Header files and development docomentation for whoson
 Summary(pl):	Pliki nagłówkowe i dokumentacja dla dla programistów do whosona
 Group:		Development/Libraries
-Requires:	%{name} = %{version}
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 This is whoson development package. It includes files and development
@@ -59,7 +59,7 @@
 Summary:	Static whoson library
 Summary(pl):	Biblioteka statyczna whosona
 Group:		Development/Libraries
-Requires:	%{name}-devel = %{version}
+Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
 Static whoson library.
@@ -81,7 +81,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,/var/lib/whosond}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/whosond
 install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}
@@ -118,7 +119,7 @@
 %doc README whoson.txt
 %attr(755,root,root) %{_sbindir}/whoson
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/whoson.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/whoson.conf
 %{_mandir}/man[58]/*
 
 %files server
@@ -144,6 +145,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.64  2005/10/02 12:05:38  darekr
+- strict deps, sort verify flags
+
 Revision 1.63  2005/06/12 09:13:43  megabajt
 - added URL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/whoson.spec?r1=1.63&r2=1.64&f=u




More information about the pld-cvs-commit mailing list