Author: brushek Date: Tue Apr 12 10:46:38 2011 GMT Module: packages Tag: HEAD ---- Log message: - typos, fixing Patch section and shortening form of bcond
---- Files affected: packages/bird: bird.spec (1.48 -> 1.49) ---- Diffs: ================================================================ Index: packages/bird/bird.spec diff -u packages/bird/bird.spec:1.48 packages/bird/bird.spec:1.49 --- packages/bird/bird.spec:1.48 Sun Apr 10 01:00:24 2011 +++ packages/bird/bird.spec Tue Apr 12 12:46:32 2011 @@ -5,7 +5,7 @@ # Conditional build: %bcond_without ipv6 # disable IPv6 support (and building bird-ipv6 package) %bcond_without ipv4 # disable IPv4 support (and building bird-ipv4 package) -%bcond_with alien # enable possibility to import 'alien' routes import into bird's routing table +%bcond_with alien # enable possibility to import 'alien' routes import into bird's routing table # Summary: The BIRD Internet Routing Daemon Summary(pl.UTF-8): Demon BIRD Internetowego Routingu Dynamicznego @@ -23,7 +23,7 @@ Source5: ftp://bird.network.cz/pub/bird/%{name}-doc-%{version}.tar.gz # Source5-md5: c99c927430a4ccb07d3317614520caf2 Patch0: %{name}-tinfo.patch -%{?with_alien:Patch1: %{name}-allowalien.patch} +Patch1: %{name}-allowalien.patch URL: http://bird.network.cz/ BuildRequires: autoconf BuildRequires: automake @@ -107,9 +107,7 @@ %prep %setup -q -a 5 %patch0 -p1 -%if %{with alien} -%patch1 -p1 -%endif +%{?with_alien:%patch1 -p1} %build cp -f /usr/share/automake/config.* tools @@ -213,6 +211,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.49 2011/04/12 10:46:32 brushek +- typos, fixing Patch section and shortening form of bcond + Revision 1.48 2011/04/09 23:00:24 brushek - Release up to 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bird/bird.spec?r1=1.48&r2=1.49&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
