Author: qboosh                       Date: Mon Mar  7 22:24:05 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added link patch, dropped unneeded popt dep in -devel
- unified subpackages order in spec (libs before devel)
- release 2

---- Files affected:
SPECS:
   hal.spec (1.51 -> 1.52) 

---- Diffs:

================================================================
Index: SPECS/hal.spec
diff -u SPECS/hal.spec:1.51 SPECS/hal.spec:1.52
--- SPECS/hal.spec:1.51 Sat Mar  5 21:16:52 2005
+++ SPECS/hal.spec      Mon Mar  7 23:24:00 2005
@@ -3,7 +3,7 @@
 Summary(pl):   HAL - abstrakcyjna warstwa dostępu do sprzętu
 Name:          hal
 Version:       0.4.7
-Release:       1
+Release:       2
 License:       AFL v2.0 or GPL v2
 Group:         Libraries
 Source0:       http://freedesktop.org/~david/dist/%{name}-%{version}.tar.gz
@@ -14,6 +14,7 @@
 Source4:       %{name}.readme
 Patch0:                %{name}-device_manager.patch
 Patch1:                %{name}-mount-options.patch
+Patch2:                %{name}-link.patch
 URL:           http://freedesktop.org/Software/hal
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -52,13 +53,24 @@
 %description -l pl
 HAL jest implementacją abstrakcyjnej warstwy dostępu do sprzętu.
 
+%package libs
+Summary:       HAL library
+Summary(pl):   Biblioteka HAL
+Group:         Libraries
+Requires:      dbus-libs >= 0.22-5
+
+%description libs
+HAL library.
+
+%description libs -l pl
+Biblioteka HAL.
+
 %package devel
 Summary:       Header files for HAL library
 Summary(pl):   Pliki nagłówkowe biblioteki HAL
 Group:         Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      dbus-devel >= 0.22-5
-Requires:      popt-devel
 
 %description devel
 Header files for HAL library.
@@ -66,18 +78,6 @@
 %description devel -l pl
 Pliki nagłówkowe biblioteki HAL.
 
-%package libs
-Summary:       HAL library
-Summary(pl):   Biblioteka HAL
-Group:         Libraries
-Requires:      dbus-libs >= 0.22-5
-
-%description libs
-HAL library.
-
-%description libs -l pl
-Biblioteka HAL.
-
 %package static
 Summary:       Static HAL library
 Summary(pl):   Statyczna biblioteka HAL
@@ -108,6 +108,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -216,6 +217,10 @@
 %dir /var/lib/hal
 %dir /var/run/hald
 
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
@@ -223,10 +228,6 @@
 %{_includedir}/%{name}
 %{_pkgconfigdir}/*.pc
 
-%files libs
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
-
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
@@ -247,6 +248,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52  2005/03/07 22:24:00  qboosh
+- added link patch, dropped unneeded popt dep in -devel
+- unified subpackages order in spec (libs before devel)
+- release 2
+
 Revision 1.51  2005/03/05 20:16:52  arekm
 - devel subpackage needs R: popt-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/hal.spec?r1=1.51&r2=1.52&f=u


_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to