packages: yaml/yaml.spec - more verbose files - release 2

megabajt megabajt at pld-linux.org
Tue May 26 19:21:01 CEST 2009


Author: megabajt                     Date: Tue May 26 17:21:01 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- more verbose files
- release 2

---- Files affected:
packages/yaml:
   yaml.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/yaml/yaml.spec
diff -u packages/yaml/yaml.spec:1.3 packages/yaml/yaml.spec:1.4
--- packages/yaml/yaml.spec:1.3	Fri Feb 27 09:39:06 2009
+++ packages/yaml/yaml.spec	Tue May 26 19:20:56 2009
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	Biblioteka C do analizy i wytwarzania YAML-a
 Name:		yaml
 Version:	0.1.2
-Release:	1
+Release:	2
 License:	BSD
 Group:		Libraries
 Source0:	http://pyyaml.org/download/libyaml/%{name}-%{version}.tar.gz
@@ -64,17 +64,18 @@
 %files
 %defattr(644,root,root,755)
 %doc README
-%attr(755,root,root) %{_libdir}/lib*.so.*
+%attr(755,root,root) %{_libdir}/libyaml-0.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libyaml-0.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_includedir}/*.h
-%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/libyaml.so
+%{_includedir}/yaml.h
+%{_libdir}/libyaml.la
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libyaml.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -82,6 +83,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/05/26 17:20:56  megabajt
+- more verbose files
+- release 2
+
 Revision 1.3  2009/02/27 08:39:06  duddits
 - up to 0.1.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/yaml/yaml.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list