rpms/isic/FC-6 isic-0.07-make.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 isic.spec, 1.2, 1.3 sources, 1.2, 1.3 isic-0.06-gcc4.patch, 1.1, NONE isic-0.06-make.patch, 1.1, NONE

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Thu Jan 25 21:44:20 UTC 2007


Author: jwilson

Update of /cvs/extras/rpms/isic/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17339

Modified Files:
	.cvsignore isic.spec sources 
Added Files:
	isic-0.07-make.patch 
Removed Files:
	isic-0.06-gcc4.patch isic-0.06-make.patch 
Log Message:
New upstream release v0.07

isic-0.07-make.patch:

--- NEW FILE isic-0.07-make.patch ---
diff -urp isic-0.07.orig/Makefile.in isic-0.07/Makefile.in
--- isic-0.07.orig/Makefile.in	2006-12-22 03:33:32.000000000 -0500
+++ isic-0.07/Makefile.in	2007-01-25 15:23:29.000000000 -0500
@@ -63,7 +63,7 @@ package: distclean
 	  tar -czvf isic-$(VERSION).tgz ./isic-$(VERSION)/* )
 
 install: $(BINS) $(MAN)
-	$(INSTALL) -m 0755 -d $(PREFIX)/bin
-	$(INSTALL) -m 0755 -c $(BINS) $(PREFIX)/bin
-	$(INSTALL) -m 0755 -d $(PREFIX)/man/man1
-	${INSTALL} -m 0755 -c $(MAN) $(PREFIX)/man/man1
+	$(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin
+	$(INSTALL) -m 0755 -c $(BINS) $(DESTDIR)$(PREFIX)/bin
+	$(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/share/man/man1
+	${INSTALL} -m 0755 -c $(MAN) $(DESTDIR)$(PREFIX)/share/man/man1


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/isic/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	19 May 2006 14:02:17 -0000	1.2
+++ .cvsignore	25 Jan 2007 21:43:50 -0000	1.3
@@ -1 +1,2 @@
 isic-0.06.tgz
+isic-0.07.tgz


Index: isic.spec
===================================================================
RCS file: /cvs/extras/rpms/isic/FC-6/isic.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- isic.spec	5 Sep 2006 14:21:26 -0000	1.2
+++ isic.spec	25 Jan 2007 21:43:50 -0000	1.3
@@ -1,15 +1,14 @@
-Name:		isic
-Version:	0.06
-Release:	3%{?dist}
-Summary:	IP Stack Integrity Checker
-
-Group:		Applications/Internet
-License:	BSD
-Url:		http://www.packetfactory.net/projects/ISIC/
-Source0:	http://www.packetfactory.net/projects/ISIC/%{name}-%{version}.tgz
-Patch1:		isic-0.06-gcc4.patch
-Patch2:		isic-0.06-make.patch
-Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:           isic
+Version:        0.07
+Release:        1%{?dist}
+Summary:        IP Stack Integrity Checker
+
+Group:          Applications/Internet
+License:        BSD
+Url:            http://isic.sourceforge.net
+Source0:        http://dl.sourceforge.net/sourceforge/isic/%{name}-%{version}.tgz
+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
@@ -33,8 +32,7 @@
 
 %prep
 %setup -q
-%patch1 -p1 -b .gcc4
-%patch2 -p0 -b .make
+%patch -p1 -b .make
 chmod 644 wrapper.sh
 
 %build
@@ -55,10 +53,20 @@
 %{_bindir}/isic
 %{_bindir}/tcpsic
 %{_bindir}/udpsic
+%{_bindir}/icmpsic6
+%{_bindir}/isic6
+%{_bindir}/multisic
+%{_bindir}/tcpsic6
+%{_bindir}/udpsic6
+%{_mandir}/man1/isic.*
+
 
 %doc README ChangeLog INSTALL wrapper.sh
 
 %changelog
+* Thu Jan 25 2007 Jarod Wilson <jwilson at redhat.com> 0.07-1
+- New upstream release
+
 * Tue Sep 05 2006 Jarod Wilson <jwilson at redhat.com> 0.06-3
 - Rebuild for new glibc
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/isic/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 May 2006 14:02:17 -0000	1.2
+++ sources	25 Jan 2007 21:43:50 -0000	1.3
@@ -1 +1 @@
-289304088b6bd34008449ec20b3af423  isic-0.06.tgz
+29f70c9bde9aa9128b8f7e66a315f9a4  isic-0.07.tgz


--- isic-0.06-gcc4.patch DELETED ---


--- isic-0.06-make.patch DELETED ---




More information about the scm-commits mailing list