]> git.pld-linux.org Git - packages/bird.git/commitdiff
- Version: 1.0.5 (seems still broken a bit)
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 8 Apr 2002 13:35:07 +0000 (13:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bird.spec -> 1.12

bird.spec

index 085548d2520701a86b6489cc8310a2f2eff33c8a..782d1a31ba28a47cfd534fbc7e3fc66a0f45f6de 100644 (file)
--- a/bird.spec
+++ b/bird.spec
@@ -1,14 +1,14 @@
 Summary:       Routing daemon
 Summary(pl):   Demon dynamicznego routingu
 Name:          bird
-Version:       1.0.4
-Release:       2
+Version:       1.0.5
+Release:       0.1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       ftp://bird.network.cz/pub/bird/%{name}-%{version}.tar.gz
 Source1:       ftp://bird.network.cz/pub/bird/%{name}-doc-%{version}.tar.gz
 Source2:       %{name}.init
-Patch0:                %{name}-time.h.patch
+Patch0:                %{name}-stdio.h
 URL:           http://bird.network.cz/
 BuildRequires: readline-devel >= 4.2
 Provides:      routingdaemon
@@ -34,7 +34,7 @@ filtr
 
 %prep
 %setup -q -a 1
-%patch -p1
+%patch0        -p1
 
 %build
 %configure2_13 \
@@ -53,7 +53,7 @@ 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-%{version}/doc/*.ps TODO README
+gzip -9nf %{name}-doc-*/doc/*.ps TODO README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -77,7 +77,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.html %{name}-doc-%{version}/doc/*.ps.gz *.gz
+%doc doc/*.html %{name}-doc-*/doc/*.ps.gz *.gz
 
 %attr(755,root,root) %{_sbindir}/*
 %attr(754,root,root) /etc/rc.d/init.d/*
This page took 0.034742 seconds and 4 git commands to generate.