1 |
# $Id: smolt.spec,v 1.9 2010/03/06 16:53:30 slords Exp $ |
# $Id: smolt.spec,v 1.10 2010/03/06 17:24:22 slords Exp $ |
2 |
|
|
3 |
Name: smolt |
Name: smolt |
4 |
|
|
5 |
Summary: SME Server hardware profiler |
Summary: SME Server hardware profiler |
6 |
Version: 1.4.3 |
Version: 1.4.3 |
7 |
Release: 4%{?dist} |
Release: 5%{?dist} |
8 |
License: GPLv2+ |
License: GPLv2+ |
9 |
Group: Applications/Internet |
Group: Applications/Internet |
10 |
URL: http://fedorahosted.org/smolt |
URL: http://fedorahosted.org/smolt |
11 |
Source: https://fedorahosted.org/releases/s/m/%{name}/%{name}-%{version}.tar.gz |
Source: https://fedorahosted.org/releases/s/m/%{name}/%{name}-%{version}.tar.gz |
12 |
Patch0: smolt-1.4.3-ddl.patch |
Patch0: smolt-1.4.3-ddl.patch |
13 |
Patch1: smolt-1.4.3-el5.patch |
Patch1: smolt-1.4.3-el5.patch |
14 |
Patch2: smolt-1.4.3-sme.patch |
Patch2: smolt-1.4.3-mod_proxy.patch |
15 |
|
Patch3: smolt-1.4.3-sme.patch |
16 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
17 |
|
|
18 |
Requires: dbus-python, python-urlgrabber, gawk, python-paste, hal, python-ctypes |
Requires: dbus-python, python-urlgrabber, gawk, python-paste, hal, python-ctypes |
77 |
%patch0 -p1 |
%patch0 -p1 |
78 |
%patch1 -p1 |
%patch1 -p1 |
79 |
%patch2 -p1 |
%patch2 -p1 |
80 |
|
%patch3 -p1 |
81 |
|
|
82 |
%build |
%build |
83 |
cd client/ |
cd client/ |
217 |
%{_bindir}/smoltGui |
%{_bindir}/smoltGui |
218 |
|
|
219 |
%changelog |
%changelog |
220 |
|
* Sat Feb 6 2010 Shad L. Lords <slords@mail.com> 1.4.2-5.sme |
221 |
|
- Fix links so they work with mod_proxy |
222 |
|
|
223 |
* Sat Feb 6 2010 Shad L. Lords <slords@mail.com> 1.4.2-4.sme |
* Sat Feb 6 2010 Shad L. Lords <slords@mail.com> 1.4.2-4.sme |
224 |
- Make cronjob run as root so we can get machine type |
- Make cronjob run as root so we can get machine type |
225 |
|
|