]> git.pld-linux.org Git - packages/whoson.git/commitdiff
- strict deps, sort verify flags
authordarekr <darekr@pld-linux.org>
Sun, 2 Oct 2005 12:05:38 +0000 (12:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    whoson.spec -> 1.64

whoson.spec

index 72a25e9fceba479dfe27b5e91b364ef57221c338..0ab400a059b54b5d51fad49f7108d834e2d0c1c5 100644 (file)
@@ -32,7 +32,7 @@ Summary(pl):  Plik binarny i skrypty serwera whoson
 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.
@@ -44,7 +44,7 @@ Plik binarny i skrypty serwera whoson.
 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
@@ -58,7 +58,7 @@ dokumentacj
 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.
@@ -80,7 +80,8 @@ cp -f /usr/share/automake/config.* .
 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}
@@ -117,7 +118,7 @@ fi
 %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
This page took 1.127738 seconds and 4 git commands to generate.