rpms/hercules/devel .cvsignore, 1.3, 1.4 hercules.spec, 1.8, 1.9 sources, 1.3, 1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Mar 14 15:05:44 UTC 2006


Author: thias

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

Modified Files:
	.cvsignore hercules.spec sources 
Log Message:
Upate to 3.03.1, then 3.04.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hercules/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	25 Jan 2005 14:27:55 -0000	1.3
+++ .cvsignore	14 Mar 2006 15:05:31 -0000	1.4
@@ -1 +1 @@
-hercules-3.02.tar.gz
+hercules-3.04.tar.gz


Index: hercules.spec
===================================================================
RCS file: /cvs/extras/rpms/hercules/devel/hercules.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hercules.spec	23 May 2005 10:41:05 -0000	1.8
+++ hercules.spec	14 Mar 2006 15:05:31 -0000	1.9
@@ -2,8 +2,8 @@
 
 Summary: Hercules S/370, ESA/390, and z/Architecture emulator
 Name: hercules
-Version: 3.02
-Release: %{?date:0.%{date}.}3
+Version: 3.04
+Release: 1%{?date:.%{date}}
 License: QPL
 Group: Applications/Emulators
 URL: http://www.conmicro.cx/hercules/
@@ -20,12 +20,13 @@
 card reader, card punch, channel-to-channel adapter, LCS Ethernet, and
 printer-keyboard, 3270 terminal, and 3287 printer devices.
 
+
 %prep
 %setup -n %{name}-%{version}%{?date:-cvs}
 
 ### FIXME: Make buildsystem use standard autotools directories (Fix upstream please)
 %{__perl} -pi.orig -e 's|^(modexecdir) =.*$|$1 = \$(libdir)/hercules|' \
-	Makefile.in crypto/Makefile.in
+    Makefile.in crypto/Makefile.in
 
 %{__mv} hercules.cnf hercules.cnf.sample
 %{__cat} <<EOF >hercules.cnf
@@ -98,13 +99,13 @@
 unset LANG LC_COLLATE
 
 if [ `id -u` != 0 ]; then
-	echo "This script requires root permissions."
-	exit 1
+    echo "This script requires root permissions."
+    exit 1
 fi
 
 lsmod | grep -q ipchains && {
-	echo "ipchains module is already loaded, cannot setup iptables."
-	exit 1
+    echo "ipchains module is already loaded, cannot setup iptables."
+    exit 1
 }
 
 ### This device must be present for hercules to setup networking.
@@ -116,7 +117,7 @@
 
 ### Enable IP forwarding, you can permanently change this in in
 ### /etc/sysctl.conf with "net.ipv4.ip_forward = 1".
-echo "1" >/proc/sys/net/ipv4/ip_forward
+echo "1" > /proc/sys/net/ipv4/ip_forward
 
 ### Masquerade the hercules network.
 iptables -t nat -A POSTROUTING -s ${HERCNET} -j MASQUERADE
@@ -142,12 +143,14 @@
 EOT
 EOF
 
+
 %build
 %configure \
-	--enable-dependency-tracking \
-	--enable-optimization="%{optflags}"
+    --enable-dependency-tracking \
+    --enable-optimization="%{optflags}"
 %{__make} %{?_smp_mflags}
 
+
 %install
 %{__rm} -rf %{buildroot}
 %makeinstall
@@ -157,6 +160,7 @@
 %{__install} -m0644 hercules.cnf hercules.{ins,prm,tdf} \
     %{buildroot}%{_sysconfdir}/hercules/
 
+
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -173,7 +177,14 @@
 %exclude %{_libdir}/*.la
 %{_mandir}/man?/*
 
+
 %changelog
+* Tue Mar 14 2006 Matthias Saou <http://freshrpms.net/> 3.04-1
+- Update to 3.04.
+
+* Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 3.03.1-1
+- Update to 3.03.1.
+
 * Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 3.02-3
 - rebuild on all arches
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hercules/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	25 Jan 2005 14:27:55 -0000	1.3
+++ sources	14 Mar 2006 15:05:31 -0000	1.4
@@ -1 +1 @@
-d765ad315a1eba281bd816e63d854dc5  hercules-3.02.tar.gz
+7c7df7d52bf0365d5cbe051dc9e2e481  hercules-3.04.tar.gz




More information about the fedora-extras-commits mailing list