]> git.pld-linux.org Git - packages/bird.git/commitdiff
- release 2, bird-1_0_4-2
authorkloczek <kloczek@pld-linux.org>
Thu, 19 Apr 2001 03:36:56 +0000 (03:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added missing readeline-devel to BuildRequires and rebuild against
  readline 4.2,
- added time.h patch with fix commpile bird on glibc 2.2.

Changed files:
    bird.spec -> 1.3

bird.spec

index fd3446ace840abe37b7cab398242abf848e3e11d..6460939e8481f2d794554c2f4275f24a032a7989 100644 (file)
--- a/bird.spec
+++ b/bird.spec
@@ -2,7 +2,7 @@ Summary:        Routing daemon
 Summary(pl):   Daemon dynamicznego routingu
 Name:          bird
 Version:       1.0.4
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
@@ -10,7 +10,9 @@ Group(pl):    Sieciowe/Serwery
 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
 URL:           http://bird.network.cz/
+BuildRequires: readline-devel >= 4.2
 Provides:      routingdaemon
 Prereq:                rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,6 +35,7 @@ filtr
 
 %prep
 %setup -q -a 1
+%patch -p1
 
 %build
 %configure \
This page took 0.051464 seconds and 4 git commands to generate.