Hello community, here is the log from the commit of package imlib2 for openSUSE:Factory checked in at 2011-11-22 17:47:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/imlib2 (Old) and /work/SRC/openSUSE:Factory/.imlib2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "imlib2", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes 2011-10-16 12:50:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes 2011-11-22 17:47:38.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Nov 21 18:38:47 UTC 2011 - [email protected] + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) +- Employ shlib policy + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ imlib2.spec ++++++ --- /var/tmp/diff_new_pack.QYsbue/_old 2011-11-22 17:47:39.000000000 +0100 +++ /var/tmp/diff_new_pack.QYsbue/_new 2011-11-22 17:47:39.000000000 +0100 @@ -18,6 +18,7 @@ Name: imlib2 +%define lname libImlib2-1 BuildRequires: freetype2-devel giflib-devel libpng-devel libtiff-devel xorg-x11-devel BuildRequires: libtool Summary: Image handling and conversion library. @@ -27,7 +28,7 @@ Group: Development/Libraries/X11 Source: %name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Url: http://sourceforge.net/projects/enlightenment/ +URL: http://sourceforge.net/projects/enlightenment/ Recommends: imlib2-loaders %description @@ -37,44 +38,34 @@ RGBA space rendering and blending, dynamic binary filters, scripting, and more. +%package -n %lname +Summary: Image handling and conversion library. +Group: System/Libraries - -Authors: --------- - Rasterman <[email protected]> +%description -n %lname +Imlib2 is an advanced replacement library for libraries like libXpm +that provides many more features with much greater flexibility and +speed than standard libraries, including font rasterization, rotation, +RGBA space rendering and blending, dynamic binary filters, scripting, +and more. %package devel -License: BSD3c(or similar) Summary: Imlib 2 - development libraries Group: Development/Libraries/X11 -Requires: %{name} = %{version} glibc-devel xorg-x11-devel freetype2-devel zlib-devel libpng-devel +Requires: %lname = %version, glibc-devel xorg-x11-devel freetype2-devel zlib-devel libpng-devel %description devel These are the development headers and library for imlib2. - - -Authors: --------- - Rasterman <[email protected]> - %package filters -License: BSD3c(or similar) Summary: Imlib 2 - plugin filters Group: Development/Libraries/X11 -Requires: %{name} = %{version} +Requires: %lname = %version %description filters This package has the basic set of plugin filters that come with Imlib2. - - -Authors: --------- - Rasterman <[email protected]> - %package loaders -License: BSD3c(or similar) Summary: Imlib 2 - image loaders Group: Development/Libraries/X11 Provides: imlib2-loader_jpeg imlib2-loader_png imlib2-loader_argb imlib2-loader_tiff imlib2-loader_gif imlib2-loader_zlib imlib2-loader_bz2 imlib2-loader_pnm imlib2-loader_bmp imlib2-loader_xpm imlib2-loader_tga @@ -83,12 +74,6 @@ This package contains the imlib2 image loaders for: argb, bmp, gif, jpeg, png, pnm, tga, tiff, xpm - - -Authors: --------- - Rasterman <[email protected]> - %prep %setup -q @@ -122,18 +107,14 @@ # find $RPM_BUILD_ROOT -name \*.la | xargs perl -pi -e "s@$RPM_BUILD_DIR@.@g" # find $RPM_BUILD_ROOT/%{_libdir}/imlib2_loaders -name \*.la | xargs rm -%clean -rm -rf $RPM_BUILD_ROOT +%post -n %lname -p /sbin/ldconfig -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig %files %defattr(-,root,root,0755) %doc AUTHORS README COPYING doc/index.html %doc doc/imlib2.gif doc/blank.gif -%_libdir/lib*.so.* %_bindir/imlib2_bumpmap %_bindir/imlib2_colorspace %_bindir/imlib2_conv @@ -145,6 +126,10 @@ %attr(755,root,root) %dir %{_prefix}/share/imlib2 %{_prefix}/share/imlib2/* +%files -n %lname +%defattr(-,root,root) +%_libdir/libImlib2.so.1* + %files devel %defattr(-,root,root,0755) %_libdir/*.la -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
