spec clean up
OBS-URL: https://build.opensuse.org/package/show/graphics/icoutils?expand=0&rev=5
This commit is contained in:
parent
c21edb301a
commit
7b1c4ebf43
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 17:21:10 UTC 2011 - lazy.kent@opensuse.org
|
||||
|
||||
- Corrected build dependencies (libpng12-compat-devel ->
|
||||
libpng-devel).
|
||||
- Corrected rpm group.
|
||||
- Corrected License tag according to SPDX Standard.
|
||||
- Spec clean up.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 5 08:16:50 UTC 2011 - lazy.kent@opensuse.org
|
||||
|
||||
|
@ -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 @@ in Microsoft Windows icon and cursor files. These files usually have the
|
||||
extension .ico or .cur, but they can also be embedded in executables or
|
||||
libraries (.dll-files).
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Frank Richter <frank.richter@gmail.com>
|
||||
Oskar Liljeblad <oskar@osk.mine.nu>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -53,18 +42,15 @@ Authors:
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user