Release 4.00
This commit is contained in:
parent
a8d6e98cba
commit
fa9708bb2c
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ pstoedit-3.45.tar.gz
|
|||||||
/pstoedit-3.76.tar.gz
|
/pstoedit-3.76.tar.gz
|
||||||
/pstoedit-3.77.tar.gz
|
/pstoedit-3.77.tar.gz
|
||||||
/pstoedit-3.78.tar.gz
|
/pstoedit-3.78.tar.gz
|
||||||
|
/pstoedit-4.00.tar.gz
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
%if 0%{?el7}
|
|
||||||
%global dts devtoolset-9-
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: pstoedit
|
Name: pstoedit
|
||||||
Version: 3.78
|
Version: 4.00
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Translates PostScript and PDF graphics into other vector formats
|
Summary: Translates PostScript and PDF graphics into other vector formats
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.pstoedit.net
|
URL: http://www.pstoedit.net
|
||||||
@ -26,9 +22,7 @@ BuildRequires: libzip-devel
|
|||||||
%if ! (0%{?rhel} >= 8)
|
%if ! (0%{?rhel} >= 8)
|
||||||
BuildRequires: ImageMagick-c++-devel
|
BuildRequires: ImageMagick-c++-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
||||||
BuildRequires: libEMF-devel
|
BuildRequires: libEMF-devel
|
||||||
%endif
|
|
||||||
Requires: ghostscript%{?_isa}
|
Requires: ghostscript%{?_isa}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -50,23 +44,16 @@ applications
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -N
|
%autosetup -N
|
||||||
|
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%if 0%{?fedora} > 35 || 0%{?rhel} > 9
|
%if 0%{?fedora} || 0%{?rhel} > 9
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
dos2unix doc/*.htm doc/readme.txt
|
dos2unix doc/*.htm doc/readme.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?el7}
|
|
||||||
%{?dts:source /opt/rh/devtoolset-9/enable}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%configure --disable-static --enable-docs=no --with-libzip-include=%{_includedir} \
|
%configure --disable-static --enable-docs=no --with-libzip-include=%{_includedir} \
|
||||||
%if 0%{?rhel} == 7
|
--with-magick --with-libplot
|
||||||
--without-emf
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -75,29 +62,28 @@ mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
|
|||||||
install -pm 644 doc/pstoedit.1 $RPM_BUILD_ROOT%{_mandir}/man1/
|
install -pm 644 doc/pstoedit.1 $RPM_BUILD_ROOT%{_mandir}/man1/
|
||||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||||
|
|
||||||
%if 0%{?el7}
|
|
||||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/pstoedit
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc doc/readme.txt doc/pstoedit.htm doc/changelog.htm doc/pstoedit.pdf
|
%doc doc/readme.txt doc/pstoedit.htm doc/changelog.htm doc/pstoedit.pdf
|
||||||
%license copying
|
%license copying
|
||||||
%{_datadir}/pstoedit/
|
%{_datadir}/pstoedit/
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_bindir}/pstoedit
|
%{_bindir}/pstoedit
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libpstoedit.so.0.0.0
|
||||||
|
%{_libdir}/libpstoedit.so.0
|
||||||
%{_libdir}/pstoedit/
|
%{_libdir}/pstoedit/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc doc/changelog.htm
|
%doc doc/changelog.htm
|
||||||
%{_includedir}/pstoedit/
|
%{_includedir}/pstoedit/
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libpstoedit.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 20 2023 Antonio Trande <sagitter@fedoraproject.org> - 4.00-1
|
||||||
|
- Release 4.00
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.78-7
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.78-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pstoedit-3.78.tar.gz) = ed880da1ba16780224b4bb40d520f99bc5290b4335dd30f1a195855ce75b3880d5a4fca9885b214855ce61d8bd701aa0681a190e69a8fdef2f3d5e1e2f692648
|
SHA512 (pstoedit-4.00.tar.gz) = 82a8afd56bdefdc78fe7c39367480943a1639412e271f9469e3f9b77e3652cd6a291a828eeaba28ff0aeba58cb1bb052624650cdc4c8658b4e7e27f6d4a386f4
|
||||||
|
Loading…
Reference in New Issue
Block a user