rpms/libnet10/FC-3 libnet10.spec,1.4,1.5

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Sep 3 01:34:13 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/libnet10/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7246/FC-3

Modified Files:
	libnet10.spec 
Log Message:
sync with devel -- in preparation for new libnet-devel version


Index: libnet10.spec
===================================================================
RCS file: /cvs/extras/rpms/libnet10/FC-3/libnet10.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libnet10.spec	10 Dec 2004 22:03:05 -0000	1.4
+++ libnet10.spec	3 Sep 2005 01:34:10 -0000	1.5
@@ -1,8 +1,7 @@
-Summary:        High-level API (toolkit) allowing the application programmer to construct and inject network packets.
+Summary:        High-level API (toolkit) to construct and inject network packets
 Name:           libnet10
 Version:        1.0.2a
-Release:        5
-Epoch:          0
+Release:        8%{?dist}
 URL:            http://www.packetfactory.net/libnet/
 License:        BSD
 Group:          System Environment/Libraries
@@ -10,11 +9,13 @@
 Patch0:         gcc33.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes:      libnet < 1.1.0
-Provides:       libnet = %{epoch}:%{version}-%{release}
+Obsoletes:      libnet-devel < 1.1.0
+Provides:       libnet = %{version}-%{release}
+Provides:       libnet-devel = %{version}-%{release}
 
 %description
 Libnet is a high-level API (toolkit) allowing the application programmer to
-construct and inject network packets. It provides a portable and simplified 
+construct and inject network packets. It provides a portable and simplified
 interface for low-level network packet shaping, handling and injection. Libnet
 hides much of the tedium of packet creation from the application programmer
 such as multiplexing, buffer management, arcane packet header information,
@@ -35,7 +36,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="${RPM_OPT_FLAGS}"
 
 
 
@@ -69,6 +70,17 @@
 
 
 %changelog
+* Sun Aug 28 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.2a-8
+- add versioned Obsoletes/Provides for libnet and libnet-devel
+  so libnet/libnet-devel >= 1.1.0 upgrade this and don't just conflict
+- pass CFLAGS to make explicitly
+
+* Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 1.0.2a-7
+- rebuild on all arches
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
 * Wed Sep 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:1.0.2a-0.fdr.5
 - Fixed last header file permission.
 




More information about the fedora-extras-commits mailing list