--- rpms/smolt/sme7/smolt.spec 2007/07/03 13:46:00 1.3 +++ 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: 5%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/Internet URL: http://hosted.fedoraproject.org/projects/smolt @@ -14,6 +16,8 @@ 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 @@ -28,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} @@ -59,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} @@ -73,6 +77,8 @@ ensure that deps are kept small. %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build cd client/ @@ -176,6 +182,15 @@ 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.