3.2.5
This commit is contained in:
parent
15772e3483
commit
f0375562ab
@ -1 +1,2 @@
|
||||
transfig.3.2.4.tar.gz
|
||||
transfig.3.2.5.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
742de0f7a3cae74d247bbd0c70dd9dd7 transfig.3.2.4.tar.gz
|
||||
3b2cffdd25529ae5877e305f29aae6d1 transfig.3.2.5.tar.gz
|
||||
|
29
transfig-3.2.5-modularX.patch
Normal file
29
transfig-3.2.5-modularX.patch
Normal file
@ -0,0 +1,29 @@
|
||||
--- transfig.3.2.5/fig2dev/Imakefile.modularx 2007-04-16 14:49:29.000000000 +0200
|
||||
+++ transfig.3.2.5/fig2dev/Imakefile 2007-04-16 14:51:15.000000000 +0200
|
||||
@@ -34,7 +34,7 @@
|
||||
XCOMM You should point XFIGLIBDIR to the same directory you did when you compiled
|
||||
XCOMM and installed xfig.
|
||||
|
||||
-XFIGLIBDIR = /usr/local/lib/X11/xfig
|
||||
+XFIGLIBDIR = $(PROJECTROOT)/share/xfig
|
||||
|
||||
XCOMM ******
|
||||
XCOMM If your system doesn't have the strerror() function (has sys_errlist) then
|
||||
@@ -62,7 +62,7 @@
|
||||
XCOMM the full name (rgb.txt) now.
|
||||
XCOMM
|
||||
|
||||
-RGB = $(LIBDIR)/rgb.txt
|
||||
+RGB = $(PROJECTROOT)/share/X11/rgb.txt
|
||||
|
||||
XCOMM Comment out the following #define USEPNG if you don't want PNG support
|
||||
XCOMM Uncomment the #define for USEPNG if you want to be able to import
|
||||
@@ -141,7 +141,7 @@
|
||||
|
||||
#ifdef I18N
|
||||
I18N_DEFS = -DI18N
|
||||
-FIG2DEV_LIBDIR = /usr/local/lib/fig2dev
|
||||
+FIG2DEV_LIBDIR = $(PROJECTROOT)/share/fig2dev
|
||||
I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR=$(FIG2DEV_LIBDIR) -DFIG2DEV_LIBDIR_STR=\\\"$(FIG2DEV_LIBDIR)\\\"
|
||||
|
||||
#endif /* I18N */
|
@ -1,18 +1,13 @@
|
||||
Summary: A utility for converting FIG files (made by xfig) to other formats.
|
||||
Name: transfig
|
||||
Version: 3.2.4
|
||||
Release: 16
|
||||
Version: 3.2.5
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: distributable
|
||||
Group: Applications/Multimedia
|
||||
Source: ftp://www-epb.lbl.gov/xfig/%{name}.%{version}.tar.gz
|
||||
|
||||
Patch0: transfig.3.2.4-strerror.patch
|
||||
Patch1: transfig-3.2.4-gcc33.patch
|
||||
Patch2: transfig.3.2.4-broken.patch
|
||||
Patch3: transfig-3.2.4-badc.patch
|
||||
Patch4: transfig.3.2.4-rgb.patch
|
||||
Patch5: transfig-3.2.4-modularX.patch
|
||||
Patch5: transfig-3.2.5-modularX.patch
|
||||
Patch6: transfig.3.2.4-pstex.patch
|
||||
|
||||
Requires: ghostscript
|
||||
@ -21,7 +16,7 @@ BuildRequires: libpng-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: imake
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
The transfig utility creates a makefile which translates FIG (created
|
||||
@ -35,11 +30,7 @@ figures into certain graphics languages.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}.%{version}
|
||||
%patch0 -p1 -b .strerror
|
||||
%patch1 -p1 -b .gcc33
|
||||
%patch2 -p1 -b .broken
|
||||
%patch3 -p1 -b .badc
|
||||
%patch4 -p1 -b .rgb
|
||||
|
||||
%patch5 -p1 -b .modularX
|
||||
%patch6 -p1 -b .pstex
|
||||
|
||||
@ -75,6 +66,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/fig2dev
|
||||
|
||||
%changelog
|
||||
* Mon Apr 16 2007 Than Ngo <than@redhat.com> - 1:3.2.5-1.fc7
|
||||
- 3.2.5
|
||||
|
||||
* Wed Aug 16 2006 Stepan Kasal <skasal@redhat.com> - 1:3.2.4-16
|
||||
- Require ghostscript; fig2dev calls it.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user