rpms/hal/devel hal.spec,1.83,1.84

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 16 05:47:58 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/hal/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15182

Modified Files:
	hal.spec 
Log Message:
fix directory ownership; don't ship .a



Index: hal.spec
===================================================================
RCS file: /cvs/dist/rpms/hal/devel/hal.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- hal.spec	13 Feb 2006 18:40:39 -0000	1.83
+++ hal.spec	16 Feb 2006 05:47:54 -0000	1.84
@@ -18,7 +18,7 @@
 Summary: Hardware Abstraction Layer
 Name: hal
 Version: 0.5.7
-Release: 0.cvs20060213.1.1
+Release: 0.cvs20060213.2
 URL: http://www.freedesktop.org/Software/hal
 Source0: %{name}-%{version}-0.cvs20060213.tar.gz
 Source1: 99-redhat-storage-policy-fixed-drives.fdi
@@ -91,6 +91,7 @@
 cp -f %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hal/fdi/policy/10osvendor/
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 
 %clean
 rm -rf %{buildroot}
@@ -144,6 +145,9 @@
 %dir %{_datadir}/hal
 %dir %{_datadir}/hal/fdi
 %dir %{_datadir}/hal/scripts
+%dir %{_datadir}/doc/hal-%{version}
+%dir %{_datadir}/doc/hal-%{version}/conf
+
 %{_datadir}/hal/scripts/*
 %{_datadir}/hal/fdi/*
 %{_datadir}/locale/*
@@ -155,7 +159,8 @@
 %files devel
 %defattr(-,root,root)
 
-%{_libdir}/lib*.a
+%dir %{_datadir}/doc/hal-%{version}/api
+
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*
 %{_includedir}/*
@@ -171,6 +176,10 @@
 %{_bindir}/hal-device-manager
 
 %changelog
+* Thu Feb 16 2006 Matthias Clasen <mclasen at redhat.com> - 0.5.7-0.cvs20060213.2
+- fix directory ownership
+- don't ship static libraries
+
 * Mon Feb 13 2006 Jesse Keating <jkeating at redhat.com> - 0.5.7-0.cvs20060213.1.1
 - rebump for build order issues during double-long bump
 




More information about the fedora-cvs-commits mailing list