]> git.pld-linux.org Git - packages/ebtables.git/commitdiff
- upgraded to 2.0.9-2; moved the rest of libs to %_libdir auto/th/ebtables-2_0_9-2_1
authorTomasz Pala <gotar@pld-linux.org>
Sun, 4 Apr 2010 22:53:28 +0000 (22:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ebtables.spec -> 1.21

ebtables.spec

index f409f9e9c579184960eee8cecd68d4a9e3e1bbc7..f05b184706565c0d92a62f5b52480b1a047593ec 100644 (file)
@@ -3,8 +3,8 @@
 #      - initscripts stuff - move save/restore dumps to /etc/sysconfig & more
 #      - review llh patch
 #
+%define                _pre    2
 %define                _rel    1
-%define                _pre    1
 Summary:       Ethernet Bridge Tables
 Summary(pl.UTF-8):     Ethernet Bridge Tables - filtrowanie i translacja adresów dla Ethernetu
 Name:          ebtables
@@ -13,7 +13,7 @@ Release:      %{_pre}.%{_rel}
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/ebtables/%{name}-v%{version}-%{_pre}.tar.gz
-# Source0-md5: 0e0c20adf2bba6d91dbd0b74a1a38c33
+# Source0-md5: b880429a6424186728eb57ae80ef878a
 URL:           http://ebtables.sourceforge.net/
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires(post,preun):  /sbin/chkconfig
@@ -47,13 +47,12 @@ standardowych jąder Linuksa w wersjach 2.5.x i nowszych.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT{/etc/sysconfig,/etc/rc.d/init.d,%{_sysconfdir},%{_sbindir},%{_libdir}/ebtables,%{_mandir}/man8}
+install -d $RPM_BUILD_ROOT{/etc/sysconfig,/etc/rc.d/init.d,%{_sysconfdir},%{_sbindir},%{_libdir},%{_mandir}/man8}
 
 install ebtables{,-restore}    $RPM_BUILD_ROOT%{_sbindir}
 install ethertypes             $RPM_BUILD_ROOT%{_sysconfdir}
 install ebtables.8             $RPM_BUILD_ROOT%{_mandir}/man8
-install extensions/*.so                $RPM_BUILD_ROOT%{_libdir}/ebtables
-install *.so                   $RPM_BUILD_ROOT%{_libdir}
+install extensions/*.so        *.so    $RPM_BUILD_ROOT%{_libdir}
 
 export __iets=`printf %{_sbindir} | sed 's/\\//\\\\\\//g'`
 export __iets2=`printf %{_mysysconfdir} | sed 's/\\//\\\\\\//g'`
@@ -83,7 +82,5 @@ fi
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/ebtables-config
 %attr(754,root,root) /etc/rc.d/init.d/ebtables
 %attr(755,root,root) %{_sbindir}/ebtables*
-%attr(755,root,root) %{_libdir}/libebtc.so
-%dir %{_libdir}/ebtables
-%attr(755,root,root) %{_libdir}/ebtables/libebt*.so
+%attr(755,root,root) %{_libdir}/libebt*.so
 %{_mandir}/man8/ebtables.8*
This page took 0.035181 seconds and 4 git commands to generate.