new upstream release (#546623)
This commit is contained in:
parent
5a62a7d090
commit
3f5c12e320
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
transfig.3.2.5c.tar.gz
|
transfig.3.2.5c.tar.gz
|
||||||
|
/transfig.3.2.5d.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
0cc55ed6b4ae67a3e610e501acd694f9 transfig.3.2.5c.tar.gz
|
f9eac7f265668ecbfda6aaf7581989ad transfig.3.2.5d.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Utility for converting FIG files (made by xfig) to other formats
|
Summary: Utility for converting FIG files (made by xfig) to other formats
|
||||||
Name: transfig
|
Name: transfig
|
||||||
Version: 3.2.5c
|
Version: 3.2.5d
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -12,9 +12,6 @@ Patch0: transfig-3.2.5-optflags.patch
|
|||||||
Patch1: transfig-3.2.5-modularX.patch
|
Patch1: transfig-3.2.5-modularX.patch
|
||||||
Patch2: transfig-3.2.5-bitmap.patch
|
Patch2: transfig-3.2.5-bitmap.patch
|
||||||
|
|
||||||
# bz #558380
|
|
||||||
Patch3: transfig-3.2.5-dsc3.0.patch
|
|
||||||
|
|
||||||
Requires: ghostscript
|
Requires: ghostscript
|
||||||
Requires: bc
|
Requires: bc
|
||||||
|
|
||||||
@ -41,7 +38,6 @@ figures into certain graphics languages.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
|
||||||
|
|
||||||
# fix source permissions
|
# fix source permissions
|
||||||
find -type f -exec chmod -x {} \;
|
find -type f -exec chmod -x {} \;
|
||||||
@ -79,6 +75,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/fig2dev
|
%{_datadir}/fig2dev
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 04 2010 Kamil Dudka <kdudka@redhat.com> - 1:3.2.5d-1
|
||||||
|
- new upstream release (#546623)
|
||||||
|
|
||||||
* Wed Mar 03 2010 Kamil Dudka <kdudka@redhat.com> - 1:3.2.5c-1
|
* Wed Mar 03 2010 Kamil Dudka <kdudka@redhat.com> - 1:3.2.5c-1
|
||||||
- new upstream release
|
- new upstream release
|
||||||
- patch to generate comments compliant with DSC 3.0, thanks to Ian Dall
|
- patch to generate comments compliant with DSC 3.0, thanks to Ian Dall
|
||||||
|
Loading…
Reference in New Issue
Block a user