automatic version update by autodist [release 4.15-1mamba;Wed Mar 08 2023]
This commit is contained in:
parent
94c65764c1
commit
f21ed475d0
47
a2ps.spec
47
a2ps.spec
@ -1,16 +1,20 @@
|
||||
Name: a2ps
|
||||
Version: 4.14
|
||||
Release: 5mamba
|
||||
Version: 4.15
|
||||
Release: 1mamba
|
||||
Summary: GNU a2ps is an Any to PostScript filter
|
||||
Group: Applications/Publishing
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnu.org/software/a2ps/
|
||||
Source: ftp://ftp.gnu.org/gnu/a2ps/a2ps-%{version}.tar.gz
|
||||
Patch0: %{name}-4.13-includes.patch
|
||||
Patch1: %{name}-4.14-ghostscript_fonts_path.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpaper-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: bash
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
@ -25,15 +29,12 @@ BuildRequires: psutils
|
||||
#BuildRequires: tetex-latex
|
||||
BuildRequires: texinfo
|
||||
BuildRequires: emacs-nox
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpaper-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: file
|
||||
Requires: binutils
|
||||
Requires: debianutils
|
||||
Requires: emacs >= 21.3-3
|
||||
Requires(post):%{__install_info}
|
||||
Obsoletes: a2ps-devel < 4.15
|
||||
|
||||
# FIXME:
|
||||
# checking for html2ps... no
|
||||
@ -52,7 +53,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description devel
|
||||
GNU a2ps is an Any to PostScript filter.
|
||||
Of course it processes plain text files, but also pretty prints quite a few popular languages.
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -70,7 +73,7 @@ This package contains static libraries and header files need for development.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%{find_lang} %{name}
|
||||
%{find_lang} %{name} --all-name
|
||||
|
||||
%define info_files %{name}.info ogonkify.info regex.info
|
||||
|
||||
@ -97,16 +100,7 @@ exit 0
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/a2ps
|
||||
%{_bindir}/card
|
||||
%{_bindir}/composeglyphs
|
||||
%{_bindir}/fixnt
|
||||
%{_bindir}/fixps
|
||||
%{_bindir}/ogonkify
|
||||
%{_bindir}/pdiff
|
||||
%{_bindir}/psmandup
|
||||
%{_bindir}/psset
|
||||
%{_bindir}/texi2dvi4a2ps
|
||||
%{_bindir}/*
|
||||
%config(noreplace) %{_sysconfdir}/a2ps.cfg
|
||||
%config(noreplace) %{_sysconfdir}/a2ps-site.cfg
|
||||
%dir %{_datadir}/a2ps
|
||||
@ -118,15 +112,18 @@ exit 0
|
||||
%{_infodir}/ogonkify.*
|
||||
%{_infodir}/regex.info*
|
||||
%{_mandir}/man1/*
|
||||
%doc AUTHORS COPYING NEWS README THANKS TODO
|
||||
%doc AUTHORS
|
||||
#COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/*.la
|
||||
%doc ChangeLog
|
||||
#%files devel
|
||||
#%defattr(-,root,root)
|
||||
#%{_includedir}/*.h
|
||||
#%doc NEWS README THANKS TODO ChangeLog
|
||||
|
||||
%changelog
|
||||
* Wed Mar 08 2023 Automatic Build System <autodist@mambasoft.it> 4.15-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 02 2021 Automatic Build System <autodist@mambasoft.it> 4.14-5mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user