Accepting request 38213 from home:sndirsch:branches:Publishing
Copy from home:sndirsch:branches:Publishing/transfig via accept of submit request 38213 revision 3. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/38213 OBS-URL: https://build.opensuse.org/package/show/Publishing/transfig?expand=0&rev=12
This commit is contained in:
parent
7f6617bcba
commit
2630750a26
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 11:22:31 CEST 2010 - sndirsch@suse.de
|
||||
|
||||
- fixed libpng buildrequires for openSUSE >= 11.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 09:30:41 CET 2009 - werner@suse.de
|
||||
|
||||
|
@ -19,7 +19,12 @@
|
||||
|
||||
|
||||
Name: transfig
|
||||
BuildRequires: libjpeg-devel libpng-devel netpbm texlive-latex xorg-x11 xorg-x11-devel
|
||||
BuildRequires: libjpeg-devel netpbm texlive-latex xorg-x11 xorg-x11-devel
|
||||
%if 0%{?suse_version} > 1120
|
||||
BuildRequires: libpng12-devel libpng12-compat-devel
|
||||
%else
|
||||
BuildRequires: libpng-devel
|
||||
%endif
|
||||
License: MIT License (or similar)
|
||||
Group: Productivity/Graphics/Convertors
|
||||
Provides: transfig.3.2.3d
|
||||
|
Loading…
Reference in New Issue
Block a user