--- rpms/smolt/sme7/smolt.spec 2007/06/12 17:43:17 1.1 +++ rpms/smolt/sme7/smolt.spec 2008/04/09 13:51:57 1.6 @@ -1,7 +1,9 @@ +# $Id$ + Name: smolt Summary: Fedora hardware profiler Version: 0.9.8.1 -Release: 3%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/Internet URL: http://hosted.fedoraproject.org/projects/smolt @@ -12,6 +14,10 @@ URL: http://hosted.fedoraproject.org/pro Source: https://hosted.fedoraproject.org/projects/smolt/attachment/wiki/WikiStart/%{name}-%{version}.tar.gz Patch0: smolt-0.9.8.1-sme.patch Patch1: smolt-0.9.8.1-sme.patch2 +Patch2: smolt-0.9.8.1-sme.patch3 +Patch3: smolt-0.9.8.1-weekly.patch +Patch4: smolt-0.9.8.1-motd.patch +Patch5: smolt-0.9.8.1-smoonURL.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,29 +32,29 @@ Requires(preun): /sbin/service Requires(postun): /sbin/service %description -The Fedora hardware profiler is a server-client system that does a hardware -scan against a machine and sends the results to a public Fedora Project -turbogears server. The sends are anonymous and should not contain any private +The Smolt hardware profiler is a server-client system that does a hardware +scan against a machine and sends the results to a public Contribs project +server. The sends are anonymous and should not contain any private information other than the physical hardware information and basic OS info. This package contains the client %package server -Summary: Fedora hardware profiler server +Summary: Hardware profiler server Group: Applications/Internet Requires: smolt = %{version}-%{release} Requires: TurboGears %description server -The Fedora hardware profiler is a server-client system that does a hardware -scan against a machine and sends the results to a public Fedora Project -turbogears server. The sends are anonymous and should not contain any private +The Smolt hardware profiler is a server-client system that does a hardware +scan against a machine and sends the results to a public Contribs project +server. The sends are anonymous and should not contain any private information other than the physical hardware information and basic OS info. This package contains the server portion %package firstboot -Summary: Fedora hardware profile firstboot +Summary: Hardware profile firstboot Group: Applications/Internet Requires: smolt = %{version}-%{release} @@ -57,7 +63,7 @@ This provides firstboot integration for separate package so firstboot isn't a requisite to use smolt. %package gui -Summary: Fedora hardware profiler gui +Summary: Hardware profiler gui Group: Applications/Internet Requires: smolt = %{version}-%{release} @@ -69,6 +75,10 @@ ensure that deps are kept small. %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build cd client/ @@ -87,7 +97,7 @@ make %{__mkdir} -p %{buildroot}/%{_datadir}/locale/ %{__mv} client/smoltFirstBoot.py %{buildroot}/%{_datadir}/firstboot/modules/smolt.py %{__mv} client/smolt-init %{buildroot}/%{_initrddir}/smolt -%{__mv} client/smolt.cron.monthly %{buildroot}/%{_sysconfdir}/cron.d/smolt +%{__mv} client/smolt.cron.weekly %{buildroot}/%{_sysconfdir}/cron.d/smolt %{__cp} -adv client/po/* %{buildroot}/%{_datadir}/locale/ find %{buildroot} -name \*.po\* -exec rm {} \; @@ -172,6 +182,21 @@ fi %{_bindir}/smoltGui %changelog +* Sun Jan 20 2008 Stephen Noble - 0.9.8.1-8 +- Change rpm description to refer to Contribs [SME: 3758] + +* Mon Jan 7 2008 Stephen Noble - 0.9.8.1-7 +- change smoonURL to contribs.org [SME: 3265] + +* Mon Jan 7 2008 Stephen Noble - 0.9.8.1-6 +- look in e-smith-release first [SME: 3258] + +* Tue Jul 3 2007 Shad L. Lords - 0.9.8.1-5 +- Make smolt checkins weekly instead of monthly. + +* Sun Jul 1 2007 Shad L. Lords - 0.9.8.1-4 +- Specify full paths so commands will run. + * Thu Jun 7 2007 Shad L. Lords - 0.9.8.1-3 - More patches for both el4 and sme.