]> git.pld-linux.org Git - packages/bird.git/commitdiff
- Prereq: /sbin/chkconfig
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Sep 2001 09:57:11 +0000 (09:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bird.spec -> 1.7

bird.spec

index 6460939e8481f2d794554c2f4275f24a032a7989..f89e52d8d06d640c5bafb7eea432cd22714c3431 100644 (file)
--- a/bird.spec
+++ b/bird.spec
@@ -1,5 +1,5 @@
 Summary:       Routing daemon
-Summary(pl):   Daemon dynamicznego routingu
+Summary(pl):   Demon dynamicznego routingu
 Name:          bird
 Version:       1.0.4
 Release:       2
@@ -15,6 +15,7 @@ URL:          http://bird.network.cz/
 BuildRequires: readline-devel >= 4.2
 Provides:      routingdaemon
 Prereq:                rc-scripts
+Prereq:                /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     gated
 Obsoletes:     mtr
@@ -56,6 +57,9 @@ install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/%{name}
 
 gzip -9nf %{name}-doc-%{version}/doc/*.ps TODO README
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 /sbin/chkconfig --add %{name} >&2
 
@@ -73,9 +77,6 @@ if [ "$1" = "0" ]; then
         /sbin/chkconfig --del %{name} >&2
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc doc/*.html %{name}-doc-%{version}/doc/*.ps.gz *.gz
This page took 0.031448 seconds and 4 git commands to generate.