/[smeserver]/rpms/smolt/sme8/smolt.spec
ViewVC logotype

Diff of /rpms/smolt/sme8/smolt.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Tue Jun 12 21:16:45 2007 UTC Revision 1.5 by bytegw, Sun Jan 20 13:03:37 2008 UTC
# Line 1  Line 1 
1  Name: smolt  Name: smolt
2  Summary: Fedora hardware profiler  Summary: Fedora hardware profiler
3  Version: 0.9.8.1  Version: 0.9.8.1
4  Release: 3%{?dist}  Release: 8%{?dist}
5  License: GPL  License: GPL
6  Group: Applications/Internet  Group: Applications/Internet
7  URL: http://hosted.fedoraproject.org/projects/smolt  URL: http://hosted.fedoraproject.org/projects/smolt
# Line 12  URL: http://hosted.fedoraproject.org/pro Line 12  URL: http://hosted.fedoraproject.org/pro
12  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
13  Patch0: smolt-0.9.8.1-sme.patch  Patch0: smolt-0.9.8.1-sme.patch
14  Patch1: smolt-0.9.8.1-sme.patch2  Patch1: smolt-0.9.8.1-sme.patch2
15    Patch2: smolt-0.9.8.1-sme.patch3
16    Patch3: smolt-0.9.8.1-weekly.patch
17    Patch4: smolt-0.9.8.1-motd.patch
18    Patch5: smolt-0.9.8.1-smoonURL.patch
19  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
20    
21  BuildArch: noarch  BuildArch: noarch
# Line 26  Requires(preun): /sbin/service Line 30  Requires(preun): /sbin/service
30  Requires(postun): /sbin/service  Requires(postun): /sbin/service
31    
32  %description  %description
33  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
34  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
35  turbogears server.  The sends are anonymous and should not contain any private  server.  The sends are anonymous and should not contain any private
36  information other than the physical hardware information and basic OS info.  information other than the physical hardware information and basic OS info.
37    
38  This package contains the client  This package contains the client
39    
40  %package server  %package server
41  Summary: Fedora hardware profiler server  Summary: Hardware profiler server
42  Group: Applications/Internet  Group: Applications/Internet
43  Requires: smolt = %{version}-%{release}  Requires: smolt = %{version}-%{release}
44  Requires: TurboGears  Requires: TurboGears
45    
46  %description server  %description server
47  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
48  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
49  turbogears server.  The sends are anonymous and should not contain any private  server.  The sends are anonymous and should not contain any private
50  information other than the physical hardware information and basic OS info.  information other than the physical hardware information and basic OS info.
51    
52  This package contains the server portion  This package contains the server portion
53    
54  %package firstboot  %package firstboot
55  Summary: Fedora hardware profile firstboot  Summary: Hardware profile firstboot
56  Group: Applications/Internet  Group: Applications/Internet
57  Requires: smolt = %{version}-%{release}  Requires: smolt = %{version}-%{release}
58    
# Line 57  This provides firstboot integration for Line 61  This provides firstboot integration for
61  separate package so firstboot isn't a requisite to use smolt.  separate package so firstboot isn't a requisite to use smolt.
62    
63  %package gui  %package gui
64  Summary: Fedora hardware profiler gui  Summary: Hardware profiler gui
65  Group: Applications/Internet  Group: Applications/Internet
66  Requires: smolt = %{version}-%{release}  Requires: smolt = %{version}-%{release}
67    
# Line 69  ensure that deps are kept small. Line 73  ensure that deps are kept small.
73  %setup -q  %setup -q
74  %patch0 -p1  %patch0 -p1
75  %patch1 -p1  %patch1 -p1
76    %patch2 -p1
77    %patch3 -p1
78    %patch4 -p1
79    %patch5 -p1
80    
81  %build  %build
82  cd client/  cd client/
# Line 87  make Line 95  make
95  %{__mkdir} -p %{buildroot}/%{_datadir}/locale/  %{__mkdir} -p %{buildroot}/%{_datadir}/locale/
96  %{__mv} client/smoltFirstBoot.py %{buildroot}/%{_datadir}/firstboot/modules/smolt.py  %{__mv} client/smoltFirstBoot.py %{buildroot}/%{_datadir}/firstboot/modules/smolt.py
97  %{__mv} client/smolt-init %{buildroot}/%{_initrddir}/smolt  %{__mv} client/smolt-init %{buildroot}/%{_initrddir}/smolt
98  %{__mv} client/smolt.cron.monthly %{buildroot}/%{_sysconfdir}/cron.d/smolt  %{__mv} client/smolt.cron.weekly %{buildroot}/%{_sysconfdir}/cron.d/smolt
99  %{__cp} -adv client/po/* %{buildroot}/%{_datadir}/locale/  %{__cp} -adv client/po/* %{buildroot}/%{_datadir}/locale/
100    
101  find %{buildroot} -name \*.po\* -exec rm {} \;  find %{buildroot} -name \*.po\* -exec rm {} \;
# Line 172  fi Line 180  fi
180  %{_bindir}/smoltGui  %{_bindir}/smoltGui
181    
182  %changelog  %changelog
183    * Sun Jan 20 2008 Stephen Noble <support@dungog.net>  - 0.9.8.1-8
184    - Change rpm description to refer to Contribs [SME: 3758]
185    
186    * Mon Jan 7 2008 Stephen Noble <support@dungog.net>  - 0.9.8.1-7
187    - change smoonURL to contribs.org [SME: 3265]
188    
189    * Mon Jan 7 2008 Stephen Noble <support@dungog.net>  - 0.9.8.1-6
190    - look in e-smith-release first [SME: 3258]
191    
192    * Tue Jul 3 2007 Shad L. Lords <slords@lordsfam.net> - 0.9.8.1-5
193    - Make smolt checkins weekly instead of monthly.
194    
195    * Sun Jul 1 2007 Shad L. Lords <slords@lordsfam.net> - 0.9.8.1-4
196    - Specify full paths so commands will run.
197    
198  * 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
199  - More patches for both el4 and sme.  - More patches for both el4 and sme.
200    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed