rpms/gkrellm-hddtemp/devel gkrellm-hddtemp.spec,1.7,1.8

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Feb 16 07:11:57 UTC 2006


Author: scop

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

Modified Files:
	gkrellm-hddtemp.spec 
Log Message:
* Thu Feb 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.2-0.5.beta
- Rebuild, cosmetics.



Index: gkrellm-hddtemp.spec
===================================================================
RCS file: /cvs/extras/rpms/gkrellm-hddtemp/devel/gkrellm-hddtemp.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gkrellm-hddtemp.spec	19 May 2005 17:59:59 -0000	1.7
+++ gkrellm-hddtemp.spec	16 Feb 2006 07:11:57 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           gkrellm-hddtemp
 Version:        0.2
-Release:        0.4.beta
+Release:        0.5.beta%{?dist}
 Summary:        Hard disk temperature plugin for GKrellM
 
 Group:          Applications/System
@@ -9,8 +9,10 @@
 Source:         http://www.guzu.net/linux/%{name}-%{version}-beta.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gtk2-devel, gkrellm-devel >= 2
-Requires:       hddtemp >= 0.3, gkrellm >= 2
+BuildRequires:  gtk2-devel
+BuildRequires:  gkrellm-devel >= 2
+Requires:       hddtemp >= 0.3
+Requires:       gkrellm >= 2
 
 %description
 %{summary}.
@@ -27,8 +29,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_libdir}/gkrellm2/plugins
-cp -p *.so $RPM_BUILD_ROOT%{_libdir}/gkrellm2/plugins
+install -Dpm 755 gkrellm-hddtemp.so \
+    $RPM_BUILD_ROOT%{_libdir}/gkrellm2/plugins/gkrellm-hddtemp.so
 
 
 %clean
@@ -36,12 +38,15 @@
 
 
 %files
-%defattr(0644,root,root,0755)
+%defattr(-,root,root,-)
 %doc COPYING README
-%attr(0755,root,root) %{_libdir}/gkrellm2/plugins/*
+%{_libdir}/gkrellm2/plugins/gkrellm-hddtemp.so
 
 
 %changelog
+* Thu Feb 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.2-0.5.beta
+- Rebuild, cosmetics.
+
 * Thu May 19 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.2-0.4.beta
 - Rebuild.
 




More information about the scm-commits mailing list