Hello community,

here is the log from the commit of package fltk for openSUSE:Factory
checked in at Thu Sep 22 10:44:34 CEST 2011.



--------
--- fltk/fltk.changes   2011-07-12 08:50:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/fltk/fltk.changes      2011-09-19 
12:01:14.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Sep 18 17:17:12 UTC 2011 - [email protected]
+
+- Apply packaging guidelines (remove redundant/obsolete
+  tags/sections from specfile, etc.)
+- Implement baselibs config
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  baselibs.conf

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

Other differences:
------------------
++++++ fltk.spec ++++++
--- /var/tmp/diff_new_pack.tVUiNG/_old  2011-09-22 10:44:30.000000000 +0200
+++ /var/tmp/diff_new_pack.tVUiNG/_new  2011-09-22 10:44:30.000000000 +0200
@@ -15,13 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           fltk
 License:        LGPLv2.1+
 Group:          Development/Libraries/X11
-AutoReqProv:    on
 Version:        1.3.0
 Release:        1
 Summary:        Free C++ GUI Toolkit for the X Window System, OpenGL, and WIN32
@@ -29,6 +27,7 @@
 # some of files were updated from CinePaint CVS:
 # http://cinepaint.cvs.sourceforge.net/cinepaint/cinepaint-project/fltk/
 Source:         %{name}-%{version}-source.tar.bz2
+Source2:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       libfltk1 >= %{version}
 
@@ -113,7 +112,6 @@
 Summary:        Include Files and Libraries mandatory for Development
 Group:          Development/Libraries/C and C++
 Requires:       libfltk1 = %{version} 
-AutoReqProv:    on
 
 %description devel
 The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a C++
@@ -128,7 +126,6 @@
 License:        LGPLv2.1+
 Summary:        FLTK Library
 Group:          Development/Libraries/C and C++
-AutoReqProv:    on
 
 %description -n libfltk1
 The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a C++
@@ -146,18 +143,15 @@
 
 %build
 %{?suse_update_config:%{suse_update_config}}
-./configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
-           CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
-           --prefix=%{_prefix} \
-           --bindir=%{_bindir} \
-            --libdir=%{_libdir} \
-            --includedir=%{_includedir} \
+export CFLAGS="%optflags -fno-strict-aliasing"
+export CXXFLAGS="%optflags -fno-strict-aliasing"
+%configure \
             --enable-shared --enable-threads 
 make         glflags="-L%{_libdir} -lGL" \
              fltkflags="-L%{_libdir} -lfltk" \
-             %{?jobs:-j%jobs};
+             %{?_smp_mflags}
 cd documentation
-make html
+make html %{?_smp_mflags}
 
 %install
 make install libdir=${RPM_BUILD_ROOT}%{_libdir}/ \
@@ -172,9 +166,6 @@
 
 %postun -n libfltk1 -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc CHANGES COPYING README

++++++ baselibs.conf ++++++
libfltk1
fltk-devel
        requires -fltk-<targettype>
        requires "libfltk1-<targettype> = <version>"

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



Remember to have fun...

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

Reply via email to