packages: ebtables/ebtables.spec - upgraded to v2.0.9-1; release 1, - moved...

gotar gotar at pld-linux.org
Sat Dec 19 02:17:46 CET 2009


Author: gotar                        Date: Sat Dec 19 01:17:46 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- upgraded to v2.0.9-1; release 1,
- moved libebtc.so to %_libdir, use CFLAGS, shorter directory preparation,
  verbose file listing

---- Files affected:
packages/ebtables:
   ebtables.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: packages/ebtables/ebtables.spec
diff -u packages/ebtables/ebtables.spec:1.19 packages/ebtables/ebtables.spec:1.20
--- packages/ebtables/ebtables.spec:1.19	Fri Feb 13 11:14:26 2009
+++ packages/ebtables/ebtables.spec	Sat Dec 19 02:17:41 2009
@@ -4,17 +4,17 @@
 #	- initscripts stuff - move save/restore dumps to /etc/sysconfig & more
 #	- review llh patch
 #
-%define		_rel	2
-%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
-Version:	2.0.8
-Release:	0.%{_pre}.%{_rel}
+Version:	2.0.9
+Release:	%{_pre}.%{_rel}
 License:	GPL
 Group:		Networking/Daemons
 Source0:	http://dl.sourceforge.net/ebtables/%{name}-v%{version}-%{_pre}.tar.gz
-# Source0-md5:	66bcbcb2dcf3b981ad4e86e1720e796e
+# Source0-md5:	0e0c20adf2bba6d91dbd0b74a1a38c33
 URL:		http://ebtables.sourceforge.net/
 BuildRequires:	rpmbuild(macros) >= 1.268
 Requires(post,preun):	/sbin/chkconfig
@@ -42,24 +42,19 @@
 
 %build
 %{__make} \
+	CFLAGS="%{rpmcflags}" \
 	CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_sbindir}
-install -d $RPM_BUILD_ROOT%{_sysconfdir}
-install -d $RPM_BUILD_ROOT/etc/sysconfig
-install -d $RPM_BUILD_ROOT%{_mandir}/man8
-install -d $RPM_BUILD_ROOT%{_libdir}/ebtables
-install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
+install -d $RPM_BUILD_ROOT{/etc/sysconfig,/etc/rc.d/init.d,%{_sysconfdir},%{_sbindir},%{_libdir}/ebtables,%{_mandir}/man8}
 
-install ebtables		$RPM_BUILD_ROOT%{_sbindir}
-install ebtables-restore	$RPM_BUILD_ROOT%{_sbindir}
+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}/ebtables
+install *.so			$RPM_BUILD_ROOT%{_libdir}
 
 export __iets=`printf %{_sbindir} | sed 's/\\//\\\\\\//g'`
 export __iets2=`printf %{_mysysconfdir} | sed 's/\\//\\\\\\//g'`
@@ -88,9 +83,10 @@
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ethertypes
 %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}/*
+%attr(755,root,root) %{_sbindir}/ebtables*
+%attr(755,root,root) %{_libdir}/libebtc.so
 %dir %{_libdir}/ebtables
-%attr(755,root,root) %{_libdir}/ebtables/*.so
+%attr(755,root,root) %{_libdir}/ebtables/libebt*.so
 %{_mandir}/man8/ebtables.8*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -99,6 +95,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+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,
+  verbose file listing
+
 Revision 1.19  2009/02/13 10:14:26  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ebtables/ebtables.spec?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list