Hello community,

here is the log from the commit of package eb for openSUSE:Factory
checked in at Tue Sep 20 09:28:59 CEST 2011.



--------
--- eb/eb.changes       2008-02-25 07:51:30.000000000 +0100
+++ /mounts/work_src_done/STABLE/eb/eb.changes  2011-09-19 00:50:40.000000000 
+0200
@@ -1,0 +2,8 @@
+Sun Sep 18 17:17:12 UTC 2011 - [email protected]
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+- Undebianify ebdev to eb-devel
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ eb.spec ++++++
--- /var/tmp/diff_new_pack.SWRwUp/_old  2011-09-20 09:28:54.000000000 +0200
+++ /var/tmp/diff_new_pack.SWRwUp/_new  2011-09-20 09:28:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package eb (Version 4.3)
+# spec file for package eb
 #
-# 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
@@ -15,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           eb
 BuildRequires:  zlib-devel
 License:        GPL v2 or later
 Group:          System/Libraries
-AutoReqProv:    on
 Version:        4.3
 Release:        103
 Url:            http://www.sra.co.jp/people/m-kasahr/eb/
@@ -53,31 +51,19 @@
 are based on the ISO 9660 format, you can mount the CDs in the same way
 as other ISO 9660 CDs.
 
-
-
-Authors:
---------
-    Motoyuki Kasahara <[email protected]>
-
-%package -n ebdev
+%package devel
 License:        GPL v2 or later
 Summary:        EB Header Files and Libraries
 Group:          Development/Libraries/C and C++
 Requires:       eb = %{version}
+Obsoletes:      ebdev < %version-%release
+Provides:       ebdev = %version-%release
 # %description -n ebdev -l ja
 # EB ライブラリのヘッダファイル及びライブラリです。
 
-%description -n ebdev
+%description devel
 EB header files and libraries.
 
-
-
-Authors:
---------
-    Motoyuki Kasahara <[email protected]>
-
-%define prefix /usr
-
 %prep
 %setup0
 %patch1 -p1
@@ -85,13 +71,12 @@
 
 %build
 autoreconf -fi
-export CFLAGS="$RPM_OPT_FLAGS" 
 %configure \
             --with-zlib-libraries=/%_lib \
-            --with-zlib-includes=/usr/include \
+            --with-zlib-includes=%_includedir \
                        --disable-static \
                        --with-pic
-make 
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -99,9 +84,6 @@
 %find_lang ebutils %{name}.lang
 rm -rf %{buildroot}%{_libdir}/libeb.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT;
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -114,7 +96,7 @@
 %{_datadir}/eb/
 %config /etc/eb.conf
 
-%files -n ebdev
+%files devel
 %defattr(-, root, root)
 %{_includedir}/*
 %{_libdir}/libeb.so


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



Remember to have fun...

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

Reply via email to