]> git.pld-linux.org Git - packages/bridge-utils.git/commitdiff
- more verbose files auto/ti/bridge-utils-1.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 1 Apr 2011 17:45:54 +0000 (17:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- GPL version
- removed obsolete rm

Changed files:
    bridge-utils.spec -> 1.49

bridge-utils.spec

index cd667e96db72aed70c7c160b472638cc03bcdd34..361d0a20bf1af3c0e60c594a6ad42cfd8da83556 100644 (file)
@@ -3,9 +3,9 @@ Summary(pl.UTF-8):      NarzÄ™dzia przeznaczone do konfiguracji linuksowego ethernet
 Name:          bridge-utils
 Version:       1.5
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         Networking/Admin
-Source0:       http://dl.sourceforge.net/bridge/%{name}-%{version}.tar.gz
+Source0:       http://downloads.sourceforge.net/bridge/%{name}-%{version}.tar.gz
 # Source0-md5: ec7b381160b340648dede58c31bb2238
 URL:           http://linux-net.osdl.org/index.php/Bridge
 BuildRequires: autoconf
@@ -50,8 +50,6 @@ bridge.
 %prep
 %setup -q
 
-rm -rf autom4te.cache
-
 %build
 cp -f /usr/share/automake/{config.*,missing} .
 %{__aclocal}
@@ -79,10 +77,10 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog THANKS TODO doc/{FAQ,FIREWALL,HOWTO,SMPNOTES,WISHLIST}
-%attr(755,root,root) %{_sbindir}/*
-%{_mandir}/man8/*
+%attr(755,root,root) %{_sbindir}/brctl
+%{_mandir}/man8/brctl.8*
 
 %files devel
 %defattr(644,root,root,755)
-%{_libdir}/*.a
-%{_includedir}/*.h
+%{_libdir}/libbridge.a
+%{_includedir}/libbridge.h
This page took 0.049751 seconds and 4 git commands to generate.