rpms/libnet10/devel libnet10.spec,1.13,1.14

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Mon May 7 07:21:45 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/libnet10/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24911

Modified Files:
	libnet10.spec 
Log Message:
* Mon May  7 2007 Patrice Dumas <pertusus at free.fr> - 1.0.2a-13
- add a libnet-1.0 directory with a libnet.a link to the library



Index: libnet10.spec
===================================================================
RCS file: /cvs/extras/rpms/libnet10/devel/libnet10.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libnet10.spec	20 Mar 2007 21:54:39 -0000	1.13
+++ libnet10.spec	7 May 2007 07:21:10 -0000	1.14
@@ -1,7 +1,7 @@
 Summary:        High-level API (toolkit) to construct and inject network packets
 Name:           libnet10
 Version:        1.0.2a
-Release:        12%{?dist}
+Release:        13%{?dist}
 URL:            http://www.packetfactory.net/libnet/
 License:        BSD
 Group:          System Environment/Libraries
@@ -15,6 +15,7 @@
 #Provides:       libnet = %{version}-%{release}
 #Provides:       libnet-devel = %{version}-%{release}
 Provides:       libnet10-devel = %{version}-%{release}
+Provides:       libnet10-static = %{version}-%{release}
 
 %description
 Libnet is a high-level API (toolkit) allowing the application programmer to
@@ -47,6 +48,8 @@
 %install
 rm -rf ${RPM_BUILD_ROOT}
 make install DESTDIR=${RPM_BUILD_ROOT}
+mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/libnet-1.0
+ln -s ../libnet-1.0.a ${RPM_BUILD_ROOT}%{_libdir}/libnet-1.0/libnet.a
 
 mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man3/
 mv ${RPM_BUILD_ROOT}/usr/man/man3/* ${RPM_BUILD_ROOT}%{_mandir}/man3/
@@ -62,11 +65,15 @@
 %{_bindir}/libnet-config-1.0
 %{_includedir}/libnet-1.0/
 %{_libdir}/libnet-1.0.a
+%{_libdir}/libnet-1.0/
 %{_libdir}/libpwrite.a
 %{_mandir}/man3/libnet-1.0.3*
 
 
 %changelog
+* Mon May  7 2007 Patrice Dumas <pertusus at free.fr> - 1.0.2a-13
+- add a libnet-1.0 directory with a libnet.a link to the library
+
 * Tue Aug 29 2006 Patrice Dumas <pertusus at free.fr> - 1.0.2a-12
 - rename gcc33.patch to libnet10-gcc33.patch
 - patch to have a version parallel installable with libnet (#229297),




More information about the fedora-extras-commits mailing list