rpms/tpb/FC-6 tpb.spec,1.15,1.16

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Mon Aug 27 04:15:12 UTC 2007


Author: kevin

Update of /cvs/extras/rpms/tpb/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28189

Modified Files:
	tpb.spec 
Log Message:
Updated License tag
Remove obsolete 90-tpb.nodes file (fixes #245963)
Fix quoting issue with multiple display fix.



Index: tpb.spec
===================================================================
RCS file: /cvs/extras/rpms/tpb/FC-6/tpb.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- tpb.spec	10 Dec 2006 00:20:01 -0000	1.15
+++ tpb.spec	27 Aug 2007 04:14:39 -0000	1.16
@@ -1,10 +1,10 @@
 Name:           tpb
 Version:        0.6.4
-Release:        6%{?dist}
+Release:        9%{?dist}
 Summary:        ThinkPad button support utility
 
 Group:          System Environment/Base
-License:        GPL
+License:        GPLv2+
 URL:            http://www.nongnu.org/tpb/
 Source0:        http://savannah.nongnu.org/download/tpb/%{name}-%{version}.tar.gz
 Source1:        http://savannah.nongnu.org/download/tpb/%{name}-%{version}.tar.gz.sig
@@ -48,12 +48,6 @@
 c 664 root root         10 144  1   1 nvram
 EOF
 
-# To get the /dev entry created at boot:
-cat <<EOF > %{name}.nodes
-# /dev/nvram, needed by tpb(1), needs to be created manually.
-nvram
-EOF
-
 # Permissions fixup:
 cat <<EOF > %{name}.rules
 # Custom permissions for nvram for use with tpb(1).
@@ -73,8 +67,6 @@
   $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/%{name}.sh
 install -Dpm 644 %{name}.rules \
   $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/90-%{name}.rules
-install -Dpm 644 %{name}.nodes \
-  $RPM_BUILD_ROOT%{_sysconfdir}/udev/makedev.d/90-%{name}.nodes
 install -Dpm 644 %{name}.makedev \
   $RPM_BUILD_ROOT%{_sysconfdir}/makedev.d/zz_%{name}
 %find_lang %{name}
@@ -93,7 +85,6 @@
 %doc ChangeLog COPYING CREDITS README doc/callback_example.sh doc/nvram.txt
 %{_sysconfdir}/X11/xinit/xinitrc.d/%{name}.sh
 %config(noreplace) %{_sysconfdir}/udev/rules.d/*-%{name}.rules
-%config(noreplace) %{_sysconfdir}/udev/makedev.d/*-%{name}.nodes
 %config(noreplace) %{_sysconfdir}/makedev.d/*%{name}
 %config(noreplace) %{_sysconfdir}/tpbrc
 %{_bindir}/tpb
@@ -101,6 +92,15 @@
 
 
 %changelog
+* Sun Aug 26 2007 Kevin Fenzi <kevin at tummy.com> - 0.6.4-9
+- Updated License tag
+
+* Tue Jul  3 2007 Kevin Fenzi <kevin at tummy.com> - 0.6.4-8
+- Remove obsolete 90-tpb.nodes file (fixes #245963)
+
+* Sat Dec  9 2006 Kevin Fenzi <kevin at tummy.com> - 0.6.4-7
+- Fix quoting issue with multiple display fix.
+
 * Sat Dec  9 2006 Kevin Fenzi <kevin at tummy.com> - 0.6.4-6
 - Add fix for multiple displays (bug #205719)
 - Build on x86_64, since there are now x86_64 thinkpads. (bug #218993)




More information about the fedora-extras-commits mailing list