rpms/isic/devel isic.spec,1.3,1.4

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Thu Feb 14 16:03:12 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/isic/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25390

Modified Files:
	isic.spec 
Log Message:
* Thu Feb 14 2008 Jarod Wilson <jwilson at redhat.com> 0.07-2
- Bump and rebuild with gcc 4.3
- Drop gratuitous junk on %configure line



Index: isic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/isic/devel/isic.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- isic.spec	25 Jan 2007 20:35:48 -0000	1.3
+++ isic.spec	14 Feb 2008 16:02:34 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           isic
 Version:        0.07
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        IP Stack Integrity Checker
 
 Group:          Applications/Internet
@@ -10,9 +10,10 @@
 Patch:          isic-0.07-make.patch
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires: libnet >= 1.1.0
 BuildRequires: libnet-devel >= 1.1.0
 
+Requires: libnet >= 1.1.0
+
 %description
 ISIC is a suite of utilities to exercise the stability of
 an IP Stack and its component stacks (TCP, UDP, ICMP et.
@@ -28,7 +29,7 @@
 IP stack.
 
 ISIC also contains a utility generate raw ether frames to
-examine hardware implementations. 
+examine hardware implementations.
 
 %prep
 %setup -q
@@ -36,7 +37,7 @@
 chmod 644 wrapper.sh
 
 %build
-%configure --prefix=/usr --libdir=/usr/%{_lib} --mandir=/usr/share/man
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -64,6 +65,10 @@
 %doc README ChangeLog INSTALL wrapper.sh
 
 %changelog
+* Thu Feb 14 2008 Jarod Wilson <jwilson at redhat.com> 0.07-2
+- Bump and rebuild with gcc 4.3
+- Drop gratuitous junk on %%configure line
+
 * Thu Jan 25 2007 Jarod Wilson <jwilson at redhat.com> 0.07-1
 - New upstream release
 




More information about the fedora-extras-commits mailing list