rpms/a2ps/devel a2ps.spec,1.78,1.79

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Tue Feb 12 18:08:20 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/a2ps/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19326

Modified Files:
	a2ps.spec 
Log Message:
* Tue Feb 12 2008 Tim Waugh <twaugh at redhat.com>
- Separate out libs sub-package for multilib (bug #340571).



Index: a2ps.spec
===================================================================
RCS file: /cvs/pkgs/rpms/a2ps/devel/a2ps.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- a2ps.spec	26 Sep 2007 09:49:17 -0000	1.78
+++ a2ps.spec	12 Feb 2008 18:07:38 -0000	1.79
@@ -56,6 +56,7 @@
 #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 @@
 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 @@
 %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 @@
 %dir %{_datadir}/a2ps/afm
 %dir %{_datadir}/a2ps
 
+%files libs
+%defattr(-,root,root)
+%{_libdir}/*.so*
+
 %changelog
+* Tue Feb 12 2008 Tim Waugh <twaugh at redhat.com>
+- Separate out libs sub-package for multilib (bug #340571).
+
 * Wed Sep 26 2007 Tim Waugh <twaugh at redhat.com> 4.13b-69
 - Try out a perl stylesheet speed improvement (bug #252183).
 




More information about the fedora-extras-commits mailing list