Author: gotar Date: Sun Apr 4 22:53:34 2010 GMT Module: packages Tag: HEAD ---- Log message: - upgraded to 2.0.9-2; moved the rest of libs to %_libdir
---- Files affected: packages/ebtables: ebtables.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: packages/ebtables/ebtables.spec diff -u packages/ebtables/ebtables.spec:1.20 packages/ebtables/ebtables.spec:1.21 --- packages/ebtables/ebtables.spec:1.20 Sat Dec 19 02:17:41 2009 +++ packages/ebtables/ebtables.spec Mon Apr 5 00:53:28 2010 @@ -4,8 +4,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 @@ -14,7 +14,7 @@ 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 @@ -48,13 +48,12 @@ %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'` @@ -84,9 +83,7 @@ %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* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -95,6 +92,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2010/04/04 22:53:28 gotar +- upgraded to 2.0.9-2; moved the rest of libs to %_libdir + Revision 1.20 2009/12/19 01:17:41 gotar - upgraded to v2.0.9-1; release 1, - moved libebtc.so to %_libdir, use CFLAGS, shorter directory preparation, ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ebtables/ebtables.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
