- Separate out libs sub-package for multilib (bug #340571).
This commit is contained in:
parent
b81c225d61
commit
0d47d2efef
1 changed files with 18 additions and 1 deletions
19
a2ps.spec
19
a2ps.spec
|
|
@ -56,6 +56,7 @@ BuildRequires: psutils, tetex-dvips, texinfo, tetex-latex
|
|||
#BuildRequires: gv
|
||||
Url: http://www.inf.enst.fr/~demaille/a2ps/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
Requires: psutils, ImageMagick, texinfo-tex, gzip, bzip2, groff-perl
|
||||
Requires: tetex-dvips, tetex-latex, tetex-fonts, file
|
||||
Requires(post): coreutils
|
||||
|
|
@ -65,12 +66,22 @@ Obsoletes: a2ps-i18n <= 0.1-1
|
|||
Provides: a2ps-i18n = 0.1-1
|
||||
|
||||
|
||||
%package libs
|
||||
Summary: a2ps libraries
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
|
||||
|
||||
%description
|
||||
The a2ps filter converts text and other types of files to PostScript(TM).
|
||||
A2ps has pretty-printing capabilities and includes support for a wide
|
||||
number of programming languages, encodings (ISO Latins, Cyrillic, etc.),
|
||||
and medias.
|
||||
|
||||
|
||||
%description libs
|
||||
The libraries for a2ps.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-4.13 -a 1
|
||||
|
||||
|
|
@ -249,7 +260,6 @@ exit 0
|
|||
%config(noreplace) %{_sysconfdir}/a2ps-site.cfg
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README TODO THANKS
|
||||
%{_bindir}/*
|
||||
%{_libdir}/liba2ps.so.*
|
||||
%{_infodir}/a2ps.info*
|
||||
%{_infodir}/ogonkify.info*
|
||||
%{_infodir}/regex.info*
|
||||
|
|
@ -268,7 +278,14 @@ exit 0
|
|||
%dir %{_datadir}/a2ps/afm
|
||||
%dir %{_datadir}/a2ps
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 12 2008 Tim Waugh <twaugh@redhat.com>
|
||||
- Separate out libs sub-package for multilib (bug #340571).
|
||||
|
||||
* Wed Sep 26 2007 Tim Waugh <twaugh@redhat.com> 4.13b-69
|
||||
- Try out a perl stylesheet speed improvement (bug #252183).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue