SPECS: a2ps.spec - more verbose %%files - %%ghost so symlink
pawelz
pawelz at pld-linux.org
Tue Nov 4 16:45:00 CET 2008
Author: pawelz Date: Tue Nov 4 15:45:00 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- more verbose %%files
- %%ghost so symlink
---- Files affected:
SPECS:
a2ps.spec (1.89 -> 1.90)
---- Diffs:
================================================================
Index: SPECS/a2ps.spec
diff -u SPECS/a2ps.spec:1.89 SPECS/a2ps.spec:1.90
--- SPECS/a2ps.spec:1.89 Tue Nov 4 16:36:16 2008
+++ SPECS/a2ps.spec Tue Nov 4 16:44:54 2008
@@ -151,7 +151,8 @@
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/a2ps.cfg
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/a2ps-site.cfg
%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/liba2ps.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/liba2ps.so.1
%{_mandir}/man1/*
%lang(pl) %{_mandir}/pl/man1/*
%{_infodir}/a2ps*info*
@@ -177,13 +178,13 @@
%files devel
%defattr(644,root,root,755)
-%{_libdir}/lib*.la
-%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/liba2ps.la
+%attr(755,root,root) %{_libdir}/liba2ps.so
%{_includedir}/*
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/liba2ps.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -191,6 +192,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.90 2008/11/04 15:44:54 pawelz
+- more verbose %%files
+- %%ghost so symlink
+
Revision 1.89 2008/11/04 15:36:16 pawelz
- started update o 4.14
- new source url
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/a2ps.spec?r1=1.89&r2=1.90&f=u
More information about the pld-cvs-commit
mailing list