fix #164140, transfig creates wrong dependencies for -L pstex
This commit is contained in:
parent
2555725d6e
commit
2b971d9aae
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for converting FIG files (made by xfig) to other formats.
|
Summary: A utility for converting FIG files (made by xfig) to other formats.
|
||||||
Name: transfig
|
Name: transfig
|
||||||
Version: 3.2.4
|
Version: 3.2.4
|
||||||
Release: 14
|
Release: 15
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -13,6 +13,7 @@ Patch2: transfig.3.2.4-broken.patch
|
|||||||
Patch3: transfig-3.2.4-badc.patch
|
Patch3: transfig-3.2.4-badc.patch
|
||||||
Patch4: transfig.3.2.4-rgb.patch
|
Patch4: transfig.3.2.4-rgb.patch
|
||||||
Patch5: transfig-3.2.4-modularX.patch
|
Patch5: transfig-3.2.4-modularX.patch
|
||||||
|
Patch6: transfig.3.2.3d-pstex.patch
|
||||||
|
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
@ -38,6 +39,7 @@ figures into certain graphics languages.
|
|||||||
%patch3 -p1 -b .badc
|
%patch3 -p1 -b .badc
|
||||||
%patch4 -p1 -b .rgb
|
%patch4 -p1 -b .rgb
|
||||||
%patch5 -p1 -b .modularX
|
%patch5 -p1 -b .modularX
|
||||||
|
%patch6 -p1 -b .pstex
|
||||||
|
|
||||||
%build
|
%build
|
||||||
xmkmf
|
xmkmf
|
||||||
@ -71,6 +73,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/fig2dev
|
%{_datadir}/fig2dev
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 16 2006 Than Ngo <than@redhat.com> 3.2.4-15
|
||||||
|
- fix #164140, transfig creates wrong dependencies for -L pstex
|
||||||
|
|
||||||
* Tue May 16 2006 Than Ngo <than@redhat.com> 3.2.4-14
|
* Tue May 16 2006 Than Ngo <than@redhat.com> 3.2.4-14
|
||||||
- fix #191825, buildrequire on imake
|
- fix #191825, buildrequire on imake
|
||||||
- fix #173748, fig2dev still refers to /usr/X11R6/lib/X11/rgb.txt
|
- fix #173748, fig2dev still refers to /usr/X11R6/lib/X11/rgb.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user