Zdenek Dohnal 2018-02-08 15:41:26 +01:00
parent 6db103efe0
commit 64e21d72fc

View File

@ -1,9 +1,8 @@
Summary: A plain ASCII to PostScript converter
Name: enscript
Version: 1.6.6
Release: 13%{?dist}
Release: 14%{?dist}
License: GPLv3+
Group: Applications/Publishing
URL: http://www.gnu.org/software/enscript
# Tarball exists nowhere. You have to obtain it via:
# $ git clone git://git.savannah.gnu.org/enscript.git
@ -28,7 +27,6 @@ Patch15: enscript-bufpos-crash.patch
Requires(preun): /sbin/install-info
Requires(post): /sbin/install-info
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Obsoletes: nenscript < 1.13++-13
Provides: nenscript = 1.13++-13
@ -63,7 +61,6 @@ make %{?_smp_mflags}
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/locale/{de,es,fi,fr,nl,sl}/LC_MESSAGES
make DESTDIR=%{buildroot} install
rm -f %{buildroot}%{_datadir}/info/dir
@ -88,9 +85,6 @@ for all in README THANKS; do
mv $all.new $all
done
%clean
rm -rf %{buildroot}
%preun
if [ $1 = 0 ]; then
[ -f %{_infodir}/%{name}.info.gz ] && \
@ -112,6 +106,9 @@ fi
%config(noreplace) %{_sysconfdir}/enscript.cfg
%changelog
* Thu Feb 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.6.6-14
- remove old stuff https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/MRWOMRZ6KPCV25EFHJ2O67BCCP3L4Y6N/
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
@ -257,7 +254,7 @@ fi
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 1.6.1-30
- Rebuild for new GCC.
* Tue Jan 29 2005 Tim Waugh <twaugh@redhat.com> 1.6.1-29
* Sat Jan 29 2005 Tim Waugh <twaugh@redhat.com> 1.6.1-29
- Applied patch to fix CAN-2004-1186 (bug #144684).
- Applied patch to fix CAN-2004-1185 (bug #144684).
- Backported patch to fix CAN-2004-1184 (bug #144684).