1 |
# $Id: smeserver-updates.spec,v 1.4 2008/11/25 16:20:33 slords Exp $ |
# $Id: smeserver-updates.spec,v 1.2 2013/06/25 21:13:21 unnilennium Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
6 |
%define name smeserver-updates |
%define name smeserver-updates |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.2 |
%define version 1.2 |
9 |
%define release 3 |
%define release 5 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
13 |
Group: System/Administration |
Group: System/Administration |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
|
Patch0: smeserver-updates-1.2-patch0.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-release >= 7.0 |
Requires: e-smith-release >= 8.0 |
19 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%description |
%description |
23 |
Update system panel for sme server 7 |
Update system panel for sme server 8 |
24 |
permitting the uploading and installing of .rpms |
permitting the uploading and installing of .rpms |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Wed Jun 26 2013 JP Pialasse <tests@pialasse.com> 1.2-5.sme |
28 |
|
- fixing spec file |
29 |
|
|
30 |
|
* Tue Jun 25 2013 JP Pialasse <tests@pialasse.com> 1.2-4.sme |
31 |
|
- fix yum path [SME: 7478] |
32 |
|
- patch0 |
33 |
|
|
34 |
* Tue Jan 23 2007 Stephen Noble <support@dungog.net> |
* Tue Jan 23 2007 Stephen Noble <support@dungog.net> |
35 |
- install with 'yum localinstall' |
- install with 'yum localinstall' |
36 |
- [1.2-3] |
- [1.2-3] |
55 |
|
|
56 |
%prep |
%prep |
57 |
%setup |
%setup |
58 |
|
%patch0 -p1 |
59 |
|
|
60 |
|
|
61 |
%build |
%build |
62 |
perl createlinks |
perl createlinks |
80 |
%post |
%post |
81 |
#new installs |
#new installs |
82 |
|
|
83 |
echo " If panel doesnt appear run /etc/e-smith/events/actions/navigation-conf" |
#echo " If panel doesnt appear run /etc/e-smith/events/actions/navigation-conf" |
84 |
|
|
85 |
# DBS=`find /home/e-smith/db/navigation -type f -name "navigation.*"` |
# DBS=`find /home/e-smith/db/navigation -type f -name "navigation.*"` |
86 |
# for db in $DBS ; do |
# for db in $DBS ; do |