Accepting request 72838 from graphics
use full URL for source; correct 'suse_version' macro usage OBS-URL: https://build.opensuse.org/request/show/72838 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/icoutils?expand=0&rev=3
This commit is contained in:
parent
468683bc82
commit
9d64656457
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 5 08:16:50 UTC 2011 - lazy.kent@opensuse.org
|
||||
|
||||
- use full URL for Source
|
||||
- correct suse_version macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 11 10:58:07 UTC 2011 - lazy.kent@opensuse.org
|
||||
|
||||
|
@ -24,11 +24,11 @@ License: GPLv3+
|
||||
Summary: Extracting and Converting Microsoft Icon and Cursor Files
|
||||
Url: http://www.nongnu.org/icoutils/
|
||||
Group: Productivity/Graphics/Other
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
%if 0%{suse_version} < 1130
|
||||
BuildRequires: libpng-devel
|
||||
%else
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user