Hello community,

here is the log from the commit of package hercules for openSUSE:Factory
checked in at Fri Jul 22 11:35:39 CEST 2011.



--------
--- hercules/hercules.changes   2008-04-07 14:37:40.000000000 +0200
+++ /mounts/work_src_done/STABLE/hercules/hercules.changes      2011-07-11 
19:31:34.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Jul 11 17:30:23 UTC 2011 - [email protected]
+
+- Include sample configuration file
+- Use lib64 for x86_64 module path
+
+-------------------------------------------------------------------
+Mon May 30 15:52:03 CEST 2011 - [email protected]
+
+- update -> 3.07
+  see http://www.hercules-390.org/hercnew.html for changes
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  hercules-20080407.tar.bz2

New:
----
  hercules-3.07.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hercules.spec ++++++
--- /var/tmp/diff_new_pack.4MgWQZ/_old  2011-07-22 11:32:15.000000000 +0200
+++ /var/tmp/diff_new_pack.4MgWQZ/_new  2011-07-22 11:32:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package hercules (Version 20080407)
+# spec file for package hercules
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,8 +25,8 @@
 Group:          System/Emulators/Other
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 AutoReqProv:    on
-Version:        20080407
-Release:        35
+Version:        3.07
+Release:        1
 Summary:        Hercules IBM Mainframe Emulator
 Source:         %name-%version.tar.bz2
 Patch:          hercules-3.03-overflow.patch
@@ -51,13 +51,11 @@
     Jay Maynard  (active)  <[email protected]>
 
 %prep
-%setup -n %name
+%setup
 %patch
 %patch1
 
 %build
-#use newer libltdl
-sh ./autogen.sh
 %configure \
        --enable-cckd-bzip2 \
        --enable-het-bzip2 \
@@ -67,16 +65,25 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
+
+# Get rid of the pesky libtool libs; they're not good for SuSE linux.
 rm -f $RPM_BUILD_ROOT/%_libdir/*.la
+# ... but keep the s390 .la files, because that's the only way that they can 
be loaded
+#### rm -f $RPM_BUILD_ROOT/%_libdir/%{name}/*.la
+
 %find_lang %{name}
+mkdir -p $RPM_BUILD_ROOT/etc/%{name}/
+cp hercules.cnf $RPM_BUILD_ROOT/etc/%{name}/sample.cnf
 
 %files -f %{name}.lang
 %defattr(-, root, root)
 /usr/bin/*
-%_libdir/hercules
+%_libdir/%{name}
 %_libdir/*.so
 %_mandir/man1/*
 %_mandir/man4/*
-/usr/share/hercules
+/usr/share/%{name}
+%dir /etc/%{name}
+%config /etc/%{name}/sample.cnf
 
 %changelog

++++++ hercules-20080407.tar.bz2 -> hercules-3.07.tar.bz2 ++++++
++++ 138196 lines of diff (skipped)

++++++ hercules-lib64.patch ++++++
--- /var/tmp/diff_new_pack.4MgWQZ/_old  2011-07-22 11:32:17.000000000 +0200
+++ /var/tmp/diff_new_pack.4MgWQZ/_new  2011-07-22 11:32:17.000000000 +0200
@@ -1,10 +1,10 @@
 --- configure.ac
 +++ configure.ac
 @@ -1917,7 +1917,7 @@
-     fi
- fi
+     *)       DESTLIBS="lib" ;;
+ esac
  
--MODULESDIR="${DESTPREFIX}/lib/${PACKAGE}"
+-MODULESDIR="${DESTPREFIX}/${DESTLIBS}/${PACKAGE}"
 +MODULESDIR="${libdir}/${PACKAGE}"
  PKGDATADIR="${DESTPREFIX}/share/${PACKAGE}"
  HERC_LOCALEDIR="${DESTPREFIX}/share/locale"


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to