Hello community, here is the log from the commit of package icoutils for openSUSE:Factory checked in at 2011-12-21 10:00:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icoutils (Old) and /work/SRC/openSUSE:Factory/.icoutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icoutils", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/icoutils/icoutils.changes 2011-09-23 02:03:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.icoutils.new/icoutils.changes 2011-12-21 10:00:23.000000000 +0100 @@ -1,0 +2,9 @@ +Thu Nov 24 17:21:10 UTC 2011 - [email protected] + +- Corrected build dependencies (libpng12-compat-devel -> + libpng-devel). +- Corrected rpm group. +- Corrected License tag according to SPDX Standard. +- Spec clean up. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icoutils.spec ++++++ --- /var/tmp/diff_new_pack.ZdHXoH/_old 2011-12-21 10:00:26.000000000 +0100 +++ /var/tmp/diff_new_pack.ZdHXoH/_new 2011-12-21 10:00:26.000000000 +0100 @@ -20,16 +20,12 @@ Name: icoutils Version: 0.29.1 Release: 3 -License: GPLv3+ +License: GPL-3.0+ Summary: Extracting and Converting Microsoft Icon and Cursor Files Url: http://www.nongnu.org/icoutils/ -Group: Productivity/Graphics/Other +Group: Productivity/Graphics/Convertors Source0: http://savannah.nongnu.org/download/icoutils/%{name}-%{version}.tar.bz2 -%if 0%{?suse_version} && 0%{?suse_version} >= 1130 -BuildRequires: libpng12-compat-devel -%else BuildRequires: libpng-devel -%endif BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -39,13 +35,6 @@ extension .ico or .cur, but they can also be embedded in executables or libraries (.dll-files). - - -Authors: --------- - Frank Richter <[email protected]> - Oskar Liljeblad <[email protected]> - %prep %setup -q @@ -53,18 +42,15 @@ # Don't compile strange locales en@boldquot and en@quot. # Otherwise, remove '--disable-nls'. %configure --disable-nls -%__make %{?_smp_mflags} +make %{?_smp_mflags} %install -%makeinstall - -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} +%make_install %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO -%doc %{_mandir}/man?/* %{_bindir}/* +%doc %{_mandir}/man?/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
