rpms/gkrellm-hddtemp/devel gkrellm-hddtemp.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 21:26:04 UTC 2005


Author: thias

Update of /cvs/extras/rpms/gkrellm-hddtemp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18381/gkrellm-hddtemp/devel

Modified Files:
	gkrellm-hddtemp.spec 
Log Message:
Mass letter "g" update (and some missed before), one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: gkrellm-hddtemp.spec
===================================================================
RCS file: /cvs/extras/rpms/gkrellm-hddtemp/devel/gkrellm-hddtemp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gkrellm-hddtemp.spec	10 Dec 2004 22:03:02 -0000	1.4
+++ gkrellm-hddtemp.spec	3 Mar 2005 21:26:02 -0000	1.5
@@ -1,7 +1,6 @@
 Name:           gkrellm-hddtemp
 Version:        0.2
 Release:        0.2.beta
-Epoch:          0
 Summary:        Hard disk temperature plugin for GKrellM
 
 Group:          Applications/System
@@ -10,43 +9,37 @@
 Source:         http://coredump.free.fr/linux/gkrellm-hddtemp-0.2-beta.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gtk2-devel, gkrellm-devel >= 0:2
-Requires:       hddtemp >= 0:0.3, gkrellm >= 0:2
+BuildRequires:  gtk2-devel, gkrellm-devel >= 2
+Requires:       hddtemp >= 0.3, gkrellm >= 2
 
 %description
 %{summary}.
 
-# -----------------------------------------------------------------------------
 
 %prep
 %setup -q -n %{name}-%{version}-beta
 perl -pi -e "s|^(CFLAGS=.+?)$|\$1 $RPM_OPT_FLAGS|" Makefile
 
-# -----------------------------------------------------------------------------
 
 %build
 make %{?_smp_mflags} gkrellm2
 
-# -----------------------------------------------------------------------------
 
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/gkrellm2/plugins
 cp -p *.so $RPM_BUILD_ROOT%{_libdir}/gkrellm2/plugins
 
-# -----------------------------------------------------------------------------
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-# -----------------------------------------------------------------------------
 
 %files
 %defattr(0644,root,root,0755)
 %doc COPYING README
 %attr(0755,root,root) %{_libdir}/gkrellm2/plugins/*
 
-# -----------------------------------------------------------------------------
 
 %changelog
 * Fri May 30 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.2-0.fdr.0.2.beta




More information about the fedora-extras-commits mailing list