rpms/apmud/devel apmud.spec,1.1,1.2

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 21:10:22 UTC 2005


Author: thias

Update of /cvs/extras/rpms/apmud/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10397/apmud/devel

Modified Files:
	apmud.spec 
Log Message:
Further mass cleanup. One or more apply :
- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.



Index: apmud.spec
===================================================================
RCS file: /cvs/extras/rpms/apmud/devel/apmud.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apmud.spec	15 Feb 2005 17:14:23 -0000	1.1
+++ apmud.spec	5 Mar 2005 21:10:20 -0000	1.2
@@ -1,9 +1,9 @@
 %define _prefix /usr
 
-Name: apmud 
+Name: apmud
 Version: 1.0.0
 Release: 1
-Summary: Power management daemon for Apple laptops.
+Summary: Power management daemon for Apple laptops
 Source0: http://linuxppc.jvc.nl/apmud-%{version}.tgz
 Source1: trackpad.init
 Source2: trackpad.sysconfig
@@ -18,9 +18,9 @@
 Obsoletes: trackpad, pmud
 ExclusiveArch: ppc
 
-%description 
-pmud is a daemon which periodically polls the PMU (power manager) and performs 
-functions such as enabling or disabling devices appropriately when the power 
+%description
+pmud is a daemon which periodically polls the PMU (power manager) and performs
+functions such as enabling or disabling devices appropriately when the power
 source changes. It can also be instructed to signal init(8) that a power-
 failure has occured.  pmud works on Apple PowerBooks and iBooks.
 
@@ -29,7 +29,7 @@
 
 Tools for enabling video mirroring for ATI Rage 128 Mobility (m3mirror)
 and ATI Radeon Mobility (m6mirror) enabled PowerBooks are also included.
- 
+
 %prep
 %setup -q -n apmud
 %patch0 -p1
@@ -55,7 +55,7 @@
 make PREFIX=$RPM_BUILD_ROOT install
 make PREFIX=$RPM_BUILD_ROOT -C contrib/ install
 
-cd $RPM_BUILD_ROOT/usr/bin; ln -s ../../sbin/snooze apm 
+cd $RPM_BUILD_ROOT/usr/bin; ln -s ../../sbin/snooze apm
 
 install -m755 %{SOURCE1} $RPM_BUILD_ROOT/etc/init.d/trackpad
 install -m644 %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/trackpad
@@ -63,7 +63,7 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post 
+%post
 /sbin/chkconfig --add pmud
 /sbin/chkconfig --add trackpad
 
@@ -86,7 +86,7 @@
 %{_prefix}/X11R6/bin/xmouse
 %config %attr(0755,root,root) /etc/power/pwrctl
 %config(noreplace) %attr(0755,root,root) /etc/power/pwrctl-local
-/etc/init.d/pmud 
+/etc/init.d/pmud
 /etc/init.d/trackpad
 %config(noreplace) /etc/sysconfig/power
 %config(noreplace) /etc/sysconfig/trackpad




More information about the fedora-extras-commits mailing list