OBS User unknown 2009-01-22 00:56:41 +00:00 committed by Git OBS Bridge
parent ab6db1c627
commit 5d9bac3c85
2 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 19 21:07:51 CET 2009 - crrodriguez@suse.de
- remove "la" files [BNC#357465]
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 19 13:10:12 EST 2008 - mauro@suse.de Fri Dec 19 13:10:12 EST 2008 - mauro@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package gimp (Version 2.6.2) # spec file for package gimp (Version 2.6.2)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@ Name: gimp
BuildRequires: aalib-devel alsa-devel cups cups-devel curl-devel dbus-1-glib-devel gegl-devel gnome-common gnutls-devel gtk-doc hal-devel intltool iso-codes-devel libexif-devel libgimpprint libgimpprint-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libgtkhtml-devel liblcms-devel libmng-devel libpoppler-glib-devel librsvg-devel libtiff-devel libwebkit-devel libwmf-devel libwnck-devel perl-XML-Parser postfix python-devel python-gtk-devel slang-devel update-desktop-files BuildRequires: aalib-devel alsa-devel cups cups-devel curl-devel dbus-1-glib-devel gegl-devel gnome-common gnutls-devel gtk-doc hal-devel intltool iso-codes-devel libexif-devel libgimpprint libgimpprint-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libgtkhtml-devel liblcms-devel libmng-devel libpoppler-glib-devel librsvg-devel libtiff-devel libwebkit-devel libwmf-devel libwnck-devel perl-XML-Parser postfix python-devel python-gtk-devel slang-devel update-desktop-files
Url: http://www.gimp.org/ Url: http://www.gimp.org/
Version: 2.6.2 Version: 2.6.2
Release: 3 Release: 4
License: GPL v2 or later License: GPL v2 or later
Group: Productivity/Graphics/Bitmap Editors Group: Productivity/Graphics/Bitmap Editors
Suggests: AdobeICCProfiles Suggests: AdobeICCProfiles
@ -1061,7 +1061,7 @@ Authors:
autoconf autoconf
# needed for gimp-2.4.0: # needed for gimp-2.4.0:
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure\ %configure --with-pic\
--disable-static\ --disable-static\
--libexecdir=%{_prefix}/lib\ --libexecdir=%{_prefix}/lib\
--enable-default-binary\ --enable-default-binary\
@ -1087,6 +1087,7 @@ for PLUGIN in $RPM_BUILD_ROOT%{_libdir}/gimp/2.0/plug-ins/* ; do
echo "${PLUGIN#$RPM_BUILD_ROOT}" >>plugins.list echo "${PLUGIN#$RPM_BUILD_ROOT}" >>plugins.list
fi fi
done done
rm %{buildroot}%{_libdir}/*.la
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -1138,7 +1139,6 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/gimptool* %{_bindir}/gimptool*
%{_datadir}/aclocal/*.m4 %{_datadir}/aclocal/*.m4
%{_includedir}/* %{_includedir}/*
%{_libdir}/*.*a
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
@ -1147,6 +1147,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Mon Jan 19 2009 crrodriguez@suse.de
- remove "la" files [BNC#357465]
* Fri Dec 19 2008 mauro@suse.de * Fri Dec 19 2008 mauro@suse.de
- Added hu-po.tar.bz2 to fix bnc#460663 - Added hu-po.tar.bz2 to fix bnc#460663
+ Updated hungarian translation. + Updated hungarian translation.
@ -1459,7 +1461,7 @@ rm -rf $RPM_BUILD_ROOT
- Updated to version 1.3.21. Fixes screenshot bug (#32288). - Updated to version 1.3.21. Fixes screenshot bug (#32288).
- Build SVG plug-in. - Build SVG plug-in.
- Clean-up of neededforbuild. - Clean-up of neededforbuild.
* Tue Oct 14 2003 ro@suse.de * Wed Oct 15 2003 ro@suse.de
- run full autoreconf - run full autoreconf
* Thu Sep 18 2003 sbrabec@suse.cz * Thu Sep 18 2003 sbrabec@suse.cz
- Do not show LZW in tiff save dialog at all (bug #29849). - Do not show LZW in tiff save dialog at all (bug #29849).
@ -1476,12 +1478,12 @@ rm -rf $RPM_BUILD_ROOT
- Updated to version 1.3.18. - Updated to version 1.3.18.
* Mon Aug 04 2003 sbrabec@suse.cz * Mon Aug 04 2003 sbrabec@suse.cz
- Updated to version 1.3.17. - Updated to version 1.3.17.
* Thu Jul 24 2003 hhetter@suse.de * Fri Jul 25 2003 hhetter@suse.de
- fix build - fix build
* Thu Jun 26 2003 sbrabec@suse.cz * Thu Jun 26 2003 sbrabec@suse.cz
- Updated to version 1.3.15. - Updated to version 1.3.15.
- Used system libgimpprint. - Used system libgimpprint.
* Thu Jun 19 2003 ro@suse.de * Fri Jun 20 2003 ro@suse.de
- added directories to filelist - added directories to filelist
* Tue Jun 10 2003 sbrabec@suse.cz * Tue Jun 10 2003 sbrabec@suse.cz
- Initial SuSE version of GTK2 port. - Initial SuSE version of GTK2 port.