SPECS: alsa-udev.spec - v0.2: update to udev with /usr/lib; now noarch

glen glen at pld-linux.org
Wed Nov 12 10:13:34 CET 2008


Author: glen                         Date: Wed Nov 12 09:13:34 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- v0.2: update to udev with /usr/lib; now noarch

---- Files affected:
SPECS:
   alsa-udev.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/alsa-udev.spec
diff -u SPECS/alsa-udev.spec:1.11 SPECS/alsa-udev.spec:1.12
--- SPECS/alsa-udev.spec:1.11	Sun Feb  3 14:40:54 2008
+++ SPECS/alsa-udev.spec	Wed Nov 12 10:13:28 2008
@@ -2,8 +2,8 @@
 Summary:	udev rules and scripts for Advanced Linux Sound Architecture
 Summary(pl.UTF-8):	Reguły i skrypty udev dla Advanced Linux Sound Architecture
 Name:		alsa-udev
-Version:	0.1
-Release:	2
+Version:	0.2
+Release:	1
 License:	GPL
 Group:		Applications/Sound
 Source0:	%{name}.rules
@@ -13,10 +13,11 @@
 URL:		http://www.alsa-project.org/
 Requires(post,preun):	/sbin/chkconfig
 Requires:	awk
-Requires:	udev-core >= 075
+Requires:	udev-core >= 127
 Obsoletes:	alsa-init-tools
 Obsoletes:	alsa-utils-init
 Obsoletes:	alsaconf
+BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -29,10 +30,9 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT/etc/udev/rules.d
-sed -e 's#/lib/udev/#/%{_lib}/udev/#g' %{SOURCE0} > $RPM_BUILD_ROOT/etc/udev/rules.d/alsa.rules
-install -D %{SOURCE1} $RPM_BUILD_ROOT/%{_lib}/udev/alsa-udev
+cp -a %{SOURCE0} $RPM_BUILD_ROOT/etc/udev/rules.d/alsa.rules
+install -D %{SOURCE1} $RPM_BUILD_ROOT/lib/udev/alsa-udev
 install -D %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/alsa-udev
 install -D %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/alsa-udev
 
@@ -52,7 +52,7 @@
 %attr(754,root,root) /etc/rc.d/init.d/*
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/alsa-udev
 /etc/udev/rules.d/alsa.rules
-%attr(754,root,root) /%{_lib}/udev/alsa-udev
+%attr(754,root,root) /lib/udev/alsa-udev
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -60,6 +60,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2008/11/12 09:13:28  glen
+- v0.2: update to udev with /usr/lib; now noarch
+
 Revision 1.11  2008/02/03 13:40:54  arekm
 R: udev-core
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/alsa-udev.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list