rpms/smolt/FC-6 smolt.spec,1.9,1.10 sources,1.5,1.6

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Wed Feb 7 22:48:02 UTC 2007


Author: mmcgrath

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

Modified Files:
	smolt.spec sources 
Log Message:
upstream released new version
better firstboot support
better client handler
more stats in smoon (server)



Index: smolt.spec
===================================================================
RCS file: /cvs/extras/rpms/smolt/FC-6/smolt.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- smolt.spec	31 Jan 2007 16:58:05 -0000	1.9
+++ smolt.spec	7 Feb 2007 22:47:29 -0000	1.10
@@ -1,6 +1,6 @@
 Name: smolt
 Summary: Fedora hardware profiler
-Version: 0.6.2
+Version: 0.7
 Release: 1%{?dist}
 License: GPL
 Group: Applications/Internet
@@ -9,14 +9,11 @@
 # Note: This is a link to the gzip, you can't download it directly
 # This will get fixed as soon as hosted can create attachments directly
 
-Source: https://hosted.fedoraproject.org/projects/smolt/attachment/wiki/WikiStart/%{name}-%{version}.tar.bz2
+Source: https://hosted.fedoraproject.org/projects/smolt/attachment/wiki/WikiStart/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
 Requires: dbus-python
-%ifnarch sparc sparc64
-Requires: /usr/bin/lsb_release
-%endif
 
 # If firstboot is installed
 #Requires: firstboot
@@ -59,11 +56,11 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%{__install} -d -m 0755 hardware/ %{buildroot}/%{_datadir}/%{name}/server/
-%{__cp} -adv hardware/* %{buildroot}/%{_datadir}/%{name}/server/
+%{__install} -d -m 0755 smoon/ %{buildroot}/%{_datadir}/%{name}/smoon/
+%{__cp} -adv smoon/* %{buildroot}/%{_datadir}/%{name}/smoon/
 
-%{__install} -d -m 0755 hw-client/ %{buildroot}/%{_datadir}/%{name}/client/
-%{__cp} -adv hw-client/* %{buildroot}/%{_datadir}/%{name}/client/
+%{__install} -d -m 0755 client/ %{buildroot}/%{_datadir}/%{name}/client/
+%{__cp} -adv client/* %{buildroot}/%{_datadir}/%{name}/client/
 
 %{__mkdir} -p %{buildroot}/%{_sysconfdir}/sysconfig/
 %{__mkdir} -p %{buildroot}/%{_bindir}
@@ -71,10 +68,8 @@
 %{__cp} -adv firstboot/smolt.py %{buildroot}/%{_datadir}/firstboot/modules/
 touch %{buildroot}/%{_sysconfdir}/sysconfig/hw-uuid
 
-ln -s %{_datadir}/%{name}/client/readProfile.py %{buildroot}/%{_bindir}/smoltPrint
 ln -s %{_datadir}/%{name}/client/sendProfile.py %{buildroot}/%{_bindir}/smoltSendProfile
 %{__chmod} +x %{buildroot}/%{_datadir}/%{name}/client/sendProfile.py
-%{__chmod} +x %{buildroot}/%{_datadir}/%{name}/client/readProfile.py
 
 %clean
 rm -rf %{buildroot}
@@ -97,13 +92,16 @@
 
 %files server
 %defattr(-,root,root,-)
-%{_datadir}/%{name}/server
+%{_datadir}/%{name}/smoon
 
 %files firstboot
 %defattr(-,root,root,-)
 %{_datadir}/firstboot/modules/smolt.py*
 
 %changelog
+* Wed Feb 07 2007 Mike McGrath <imlinux at gmail.com> 0.7-1
+- Upstream released new version
+
 * Tue Jan 31 2007 Mike McGrath <imlinux at gmail.com> 0.6.2-1
 - Upstream released new version (bug in firstboot)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/smolt/FC-6/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	31 Jan 2007 16:58:05 -0000	1.5
+++ sources	7 Feb 2007 22:47:29 -0000	1.6
@@ -1 +1 @@
-80e076abfb3b5fb7d31a75d69c0b8621  smolt-0.6.2.tar.bz2
+b3876205ca06ecc64b73364ca70e1f5b  smolt-0.7.tar.gz




More information about the scm-commits mailing list