]> git.pld-linux.org Git - packages/bridge-utils.git/commitdiff
- new ver. 0.9.6 Use autoconf now, so Makefile patch removed, rootonly patch updated
authorqwark <bob@pozyton.net.pl>
Mon, 3 Mar 2003 10:29:46 +0000 (10:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bridge-utils.spec -> 1.24

bridge-utils.spec

index 761336dc9d3439fde68fe574cb9f83b751b84769..b8fa164c361a33534478b322d72a9c2306405950 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       Utilities for configuring the linux ethernet bridge
 Summary(pl):   U¿ytki przeznaczone do konfiguracji linux ethernet bridge
 Name:          bridge-utils
-Version:       0.9.5
-Release:       1
+Version:       0.9.6
+Release:       0.9
 License:       GPL
 Group:         Networking/Admin
 Source0:       http://bridge.sourceforge.net/bridge-utils/%{name}-%{version}.tar.gz
-Patch0:                %{name}-opt.patch
-Patch1:                %{name}-rootonly.patch
+Patch0:                %{name}-rootonly.patch
 URL:           http://bridge.sourceforge.net/
 BuildRequires: kernel-headers(bridging)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -47,11 +46,14 @@ bridge.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+#%patch0 -p1
 
 %build
-%{__make} all OPT="%{rpmcflags}" CC="%{__cc}"
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%configure
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.051962 seconds and 4 git commands to generate.