]> git.pld-linux.org Git - packages/bird.git/commitdiff
- use new %doc. RA-1_0 bird-1_0_5-1
authorkloczek <kloczek@pld-linux.org>
Thu, 20 Jun 2002 21:21:24 +0000 (21:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bird.spec -> 1.16

bird.spec

index e66dbb24cc8cd435e2b3ee97141987cd2e8687db..b02bf45ca5a6814b2117c70d3c2b181bea1aa0b3 100644 (file)
--- a/bird.spec
+++ b/bird.spec
@@ -11,9 +11,8 @@ Source2:      %{name}.init
 Patch0:                %{name}-stdio.patch
 URL:           http://bird.network.cz/
 BuildRequires: readline-devel >= 4.2
-Provides:      routingdaemon
-Prereq:                rc-scripts
 Prereq:                /sbin/chkconfig
+Provides:      routingdaemon
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     gated
 Obsoletes:     mrt
@@ -53,8 +52,6 @@ install birdc $RPM_BUILD_ROOT%{_sbindir}
 install doc/bird.conf.example $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf
 install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/%{name}
 
-gzip -9nf %{name}-doc-*/doc/*.ps TODO README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -77,7 +74,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.html %{name}-doc-*/doc/*.ps.gz *.gz
+%doc doc/*.html %{name}-doc-*/doc/*.ps TODO README
 
 %attr(755,root,root) %{_sbindir}/*
 %attr(754,root,root) /etc/rc.d/init.d/*
This page took 0.169631 seconds and 4 git commands to generate.