1 |
|
# $Id$ |
2 |
|
|
3 |
Name: smolt |
Name: smolt |
4 |
Summary: Fedora hardware profiler |
Summary: Fedora hardware profiler |
5 |
Version: 0.9.8.1 |
Version: 0.9.8.1 |
6 |
Release: 3%{?dist} |
Release: 8%{?dist} |
7 |
License: GPL |
License: GPL |
8 |
Group: Applications/Internet |
Group: Applications/Internet |
9 |
URL: http://hosted.fedoraproject.org/projects/smolt |
URL: http://hosted.fedoraproject.org/projects/smolt |
14 |
Source: https://hosted.fedoraproject.org/projects/smolt/attachment/wiki/WikiStart/%{name}-%{version}.tar.gz |
Source: https://hosted.fedoraproject.org/projects/smolt/attachment/wiki/WikiStart/%{name}-%{version}.tar.gz |
15 |
Patch0: smolt-0.9.8.1-sme.patch |
Patch0: smolt-0.9.8.1-sme.patch |
16 |
Patch1: smolt-0.9.8.1-sme.patch2 |
Patch1: smolt-0.9.8.1-sme.patch2 |
17 |
|
Patch2: smolt-0.9.8.1-sme.patch3 |
18 |
|
Patch3: smolt-0.9.8.1-weekly.patch |
19 |
|
Patch4: smolt-0.9.8.1-motd.patch |
20 |
|
Patch5: smolt-0.9.8.1-smoonURL.patch |
21 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
22 |
|
|
23 |
BuildArch: noarch |
BuildArch: noarch |
32 |
Requires(postun): /sbin/service |
Requires(postun): /sbin/service |
33 |
|
|
34 |
%description |
%description |
35 |
The Fedora hardware profiler is a server-client system that does a hardware |
The Smolt hardware profiler is a server-client system that does a hardware |
36 |
scan against a machine and sends the results to a public Fedora Project |
scan against a machine and sends the results to a public Contribs project |
37 |
turbogears server. The sends are anonymous and should not contain any private |
server. The sends are anonymous and should not contain any private |
38 |
information other than the physical hardware information and basic OS info. |
information other than the physical hardware information and basic OS info. |
39 |
|
|
40 |
This package contains the client |
This package contains the client |
41 |
|
|
42 |
%package server |
%package server |
43 |
Summary: Fedora hardware profiler server |
Summary: Hardware profiler server |
44 |
Group: Applications/Internet |
Group: Applications/Internet |
45 |
Requires: smolt = %{version}-%{release} |
Requires: smolt = %{version}-%{release} |
46 |
Requires: TurboGears |
Requires: TurboGears |
47 |
|
|
48 |
%description server |
%description server |
49 |
The Fedora hardware profiler is a server-client system that does a hardware |
The Smolt hardware profiler is a server-client system that does a hardware |
50 |
scan against a machine and sends the results to a public Fedora Project |
scan against a machine and sends the results to a public Contribs project |
51 |
turbogears server. The sends are anonymous and should not contain any private |
server. The sends are anonymous and should not contain any private |
52 |
information other than the physical hardware information and basic OS info. |
information other than the physical hardware information and basic OS info. |
53 |
|
|
54 |
This package contains the server portion |
This package contains the server portion |
55 |
|
|
56 |
%package firstboot |
%package firstboot |
57 |
Summary: Fedora hardware profile firstboot |
Summary: Hardware profile firstboot |
58 |
Group: Applications/Internet |
Group: Applications/Internet |
59 |
Requires: smolt = %{version}-%{release} |
Requires: smolt = %{version}-%{release} |
60 |
|
|
63 |
separate package so firstboot isn't a requisite to use smolt. |
separate package so firstboot isn't a requisite to use smolt. |
64 |
|
|
65 |
%package gui |
%package gui |
66 |
Summary: Fedora hardware profiler gui |
Summary: Hardware profiler gui |
67 |
Group: Applications/Internet |
Group: Applications/Internet |
68 |
Requires: smolt = %{version}-%{release} |
Requires: smolt = %{version}-%{release} |
69 |
|
|
75 |
%setup -q |
%setup -q |
76 |
%patch0 -p1 |
%patch0 -p1 |
77 |
%patch1 -p1 |
%patch1 -p1 |
78 |
|
%patch2 -p1 |
79 |
|
%patch3 -p1 |
80 |
|
%patch4 -p1 |
81 |
|
%patch5 -p1 |
82 |
|
|
83 |
%build |
%build |
84 |
cd client/ |
cd client/ |
97 |
%{__mkdir} -p %{buildroot}/%{_datadir}/locale/ |
%{__mkdir} -p %{buildroot}/%{_datadir}/locale/ |
98 |
%{__mv} client/smoltFirstBoot.py %{buildroot}/%{_datadir}/firstboot/modules/smolt.py |
%{__mv} client/smoltFirstBoot.py %{buildroot}/%{_datadir}/firstboot/modules/smolt.py |
99 |
%{__mv} client/smolt-init %{buildroot}/%{_initrddir}/smolt |
%{__mv} client/smolt-init %{buildroot}/%{_initrddir}/smolt |
100 |
%{__mv} client/smolt.cron.monthly %{buildroot}/%{_sysconfdir}/cron.d/smolt |
%{__mv} client/smolt.cron.weekly %{buildroot}/%{_sysconfdir}/cron.d/smolt |
101 |
%{__cp} -adv client/po/* %{buildroot}/%{_datadir}/locale/ |
%{__cp} -adv client/po/* %{buildroot}/%{_datadir}/locale/ |
102 |
|
|
103 |
find %{buildroot} -name \*.po\* -exec rm {} \; |
find %{buildroot} -name \*.po\* -exec rm {} \; |
182 |
%{_bindir}/smoltGui |
%{_bindir}/smoltGui |
183 |
|
|
184 |
%changelog |
%changelog |
185 |
|
* Sun Jan 20 2008 Stephen Noble <support@dungog.net> - 0.9.8.1-8 |
186 |
|
- Change rpm description to refer to Contribs [SME: 3758] |
187 |
|
|
188 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> - 0.9.8.1-7 |
189 |
|
- change smoonURL to contribs.org [SME: 3265] |
190 |
|
|
191 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> - 0.9.8.1-6 |
192 |
|
- look in e-smith-release first [SME: 3258] |
193 |
|
|
194 |
|
* Tue Jul 3 2007 Shad L. Lords <slords@lordsfam.net> - 0.9.8.1-5 |
195 |
|
- Make smolt checkins weekly instead of monthly. |
196 |
|
|
197 |
|
* Sun Jul 1 2007 Shad L. Lords <slords@lordsfam.net> - 0.9.8.1-4 |
198 |
|
- Specify full paths so commands will run. |
199 |
|
|
200 |
* Thu Jun 7 2007 Shad L. Lords <slords@lordsfam.net> - 0.9.8.1-3 |
* Thu Jun 7 2007 Shad L. Lords <slords@lordsfam.net> - 0.9.8.1-3 |
201 |
- More patches for both el4 and sme. |
- More patches for both el4 and sme. |
202 |
|
|