SPECS: hal.spec - 0.5.11rc2 - still rc2 but fixes a major crasher:...

patrys patrys at pld-linux.org
Wed Apr 30 20:27:34 CEST 2008


Author: patrys                       Date: Wed Apr 30 18:27:34 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.5.11rc2
- still rc2 but fixes a major crasher: https://bugzilla.novell.com/show_bug.cgi?id=334106
- also used by openSUSE
- patch1 & patch3 fixed upstream

---- Files affected:
SPECS:
   hal.spec (1.153 -> 1.154) 

---- Diffs:

================================================================
Index: SPECS/hal.spec
diff -u SPECS/hal.spec:1.153 SPECS/hal.spec:1.154
--- SPECS/hal.spec:1.153	Sun Apr 27 02:59:16 2008
+++ SPECS/hal.spec	Wed Apr 30 20:27:28 2008
@@ -3,22 +3,21 @@
 # Conditional build:
 %bcond_without	doc		# disable documentation building
 #
+%define		snap	rc2
 Summary:	HAL - Hardware Abstraction Layer
 Summary(pl.UTF-8):	HAL - abstrakcyjna warstwa dostępu do sprzętu
 Name:		hal
-Version:	0.5.10
-Release:	9
+Version:	0.5.11
+Release:	0.%{snap}.1
 License:	AFL v2.0 or GPL v2
 Group:		Libraries
-Source0:	http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5:	fce852c428e7cda0b937087c79eec63f
+Source0:	http://hal.freedesktop.org/releases/%{name}-%{version}%{snap}.tar.gz
+# Source0-md5:	ade962044a62e8f2dc4625a17f4a5c7e
 Source1:	%{name}daemon.init
 Source2:	%{name}d.sysconfig
 Source3:	%{name}-storage-policy-fixed-drives.fdi
 Patch0:		%{name}-tools.patch
-Patch1:		%{name}-parted.patch
 Patch2:		%{name}-link.patch
-Patch3:		%{name}-dbus.patch
 URL:		http://freedesktop.org/Software/hal
 BuildRequires:	PolicyKit-devel >= 0.7
 BuildRequires:	autoconf >= 2.57
@@ -133,11 +132,9 @@
 Dokumentacja API biblioteki HAL.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{snap}
 %patch0 -p1
-%patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -252,7 +249,6 @@
 %{_datadir}/%{name}/fdi
 
 %dir /var/cache/hald
-%dir /var/lib/hal
 %dir /var/run/hald
 %dir /var/run/hald/hald-local
 %dir /var/run/hald/hald-runner
@@ -262,7 +258,9 @@
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libhal.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libhal.so.1
 %attr(755,root,root) %{_libdir}/libhal-storage.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libhal-storage.so.1
 
 %files devel
 %defattr(644,root,root,755)
@@ -289,6 +287,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.154  2008-04-30 18:27:28  patrys
+- 0.5.11rc2
+- still rc2 but fixes a major crasher: https://bugzilla.novell.com/show_bug.cgi?id=334106
+- also used by openSUSE
+- patch1 & patch3 fixed upstream
+
 Revision 1.153  2008-04-27 00:59:16  glen
 - rel 9
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/hal.spec?r1=1.153&r2=1.154&f=u



More information about the pld-cvs-commit mailing list