Hello community, here is the log from the commit of package fltk for openSUSE:Factory checked in at 2013-03-11 10:04:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fltk (Old) and /work/SRC/openSUSE:Factory/.fltk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fltk", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/fltk/fltk.changes 2013-01-29 10:43:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.fltk.new/fltk.changes 2013-03-11 10:04:52.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Mar 5 17:27:54 UTC 2013 - [email protected] + +- added a fltk-devel-static subpackage to transport libfltk*.a + as needed by Documentation:Tools/flpsed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fltk.spec ++++++ --- /var/tmp/diff_new_pack.BBgX7H/_old 2013-03-11 10:04:54.000000000 +0100 +++ /var/tmp/diff_new_pack.BBgX7H/_new 2013-03-11 10:04:54.000000000 +0100 @@ -83,6 +83,20 @@ the mesasoft package (series x3d). The library can be recompiled without 3D support. +%package devel-static +Summary: Static Libraries mandatory for Development +Group: Development/Libraries/C and C++ +Requires: fltk-devel = %{version} +Requires: libfltk1 = %{version} + +%description devel-static +The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a C++ +graphical user interface toolkit for the X Window System (UNIX(r)), +OpenGL(r), and Microsoft(r) Windows(r) NT 4.0, 95, or 98). Installation +of this package requires you to install a 3D library. If you do not +have 3D hardware you can use the software OpenGL library in the +mesasoft package (series x3d). The library can be recompiled without 3D +support. %prep %setup -q @@ -104,7 +118,7 @@ docdir=${RPM_BUILD_ROOT}/%{_docdir}/fltk-devel/html/ \ mandir=${RPM_BUILD_ROOT}%{_mandir} STRIP=true rm -r ${RPM_BUILD_ROOT}%{_mandir}/cat* -rm ${RPM_BUILD_ROOT}%{_libdir}/libfltk*.a +# rm ${RPM_BUILD_ROOT}%{_libdir}/libfltk*.a %post -n libfltk1 -p /sbin/ldconfig @@ -123,4 +137,8 @@ %doc CHANGES COPYING README %{_libdir}/*.so.* +%files devel-static +%defattr(0644,root,root) +%{_libdir}/libfltk*.a + %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
