packages: yaml/yaml.spec - package .pc file - adjusted License (MIT), added...
qboosh
qboosh at pld-linux.org
Mon Jun 13 09:10:22 CEST 2011
Author: qboosh Date: Mon Jun 13 07:10:22 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- package .pc file
- adjusted License (MIT), added LICENSE file to doc
---- Files affected:
packages/yaml:
yaml.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: packages/yaml/yaml.spec
diff -u packages/yaml/yaml.spec:1.6 packages/yaml/yaml.spec:1.7
--- packages/yaml/yaml.spec:1.6 Sun Jun 12 23:44:11 2011
+++ packages/yaml/yaml.spec Mon Jun 13 09:10:17 2011
@@ -4,7 +4,7 @@
Name: yaml
Version: 0.1.4
Release: 1
-License: BSD
+License: MIT
Group: Libraries
Source0: http://pyyaml.org/download/libyaml/%{name}-%{version}.tar.gz
# Source0-md5: 36c852831d02cf90508c29852361d01b
@@ -63,15 +63,16 @@
%files
%defattr(644,root,root,755)
-%doc README
+%doc LICENSE README
%attr(755,root,root) %{_libdir}/libyaml-0.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libyaml-0.so.2
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libyaml.so
-%{_includedir}/yaml.h
%{_libdir}/libyaml.la
+%{_includedir}/yaml.h
+%{_pkgconfigdir}/yaml-0.1.pc
%files static
%defattr(644,root,root,755)
@@ -83,6 +84,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2011/06/13 07:10:17 qboosh
+- package .pc file
+- adjusted License (MIT), added LICENSE file to doc
+
Revision 1.6 2011/06/12 21:44:11 marti
- up to 0.1.4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/yaml/yaml.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list