Accepting request 148556 from graphics
- remove suse-update-config - remove INSTALL from doc (forwarded request 148555 from toganm) OBS-URL: https://build.opensuse.org/request/show/148556 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=15
This commit is contained in:
commit
78aea5bd4e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 12:30:26 UTC 2013 - toganm@opensuse.org
|
||||
|
||||
- remove suse-update-config
|
||||
- remove INSTALL from doc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 19 15:39:18 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
23
zimg.spec
23
zimg.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zimg
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,23 +15,25 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: zimg
|
||||
BuildRequires: freetype2-devel gd-devel libpng-devel libtiff-devel xorg-x11 xorg-x11-devel
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: gd-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libtool
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Graphics/Visualization/Graph
|
||||
BuildRequires: xorg-x11
|
||||
BuildRequires: xorg-x11-devel
|
||||
Requires: gd >= 1.8.3
|
||||
AutoReqProv: on
|
||||
Version: 5.0.0
|
||||
Release: 211
|
||||
Release: 0
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: %{name}-%{version}.patch
|
||||
Url: http://sourceforge.net/projects/zimg/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: display 2-D data of arbitrary format
|
||||
Summary: Display 2-D data of arbitrary format
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Graphics/Visualization/Graph
|
||||
Requires: ImageMagick
|
||||
|
||||
%description
|
||||
@ -50,7 +52,6 @@ Authors:
|
||||
%prep
|
||||
%setup
|
||||
%patch
|
||||
%{suse_update_config}
|
||||
|
||||
%build
|
||||
%define prefix /usr/
|
||||
@ -74,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README ChangeLog AUTHORS COPYING INSTALL NEWS TODO
|
||||
%doc README ChangeLog AUTHORS COPYING NEWS TODO
|
||||
/usr/bin/zimg
|
||||
/usr/share/man/man1/zimg*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user