1 |
# $Id: smeserver-updates.spec,v 1.4 2008/11/25 16:20:33 slords Exp $ |
# $Id: smeserver-updates.spec,v 1.1 2013/03/04 00:30:56 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 4 |
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 |
|
* Tue Jun 25 2013 JP Pialasse <tests@pialasse.com> 1.2-4.sme |
28 |
|
- fix yum path [SME: 7478] |
29 |
|
- patch0 |
30 |
|
|
31 |
* Tue Jan 23 2007 Stephen Noble <support@dungog.net> |
* Tue Jan 23 2007 Stephen Noble <support@dungog.net> |
32 |
- install with 'yum localinstall' |
- install with 'yum localinstall' |
33 |
- [1.2-3] |
- [1.2-3] |
75 |
%post |
%post |
76 |
#new installs |
#new installs |
77 |
|
|
78 |
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" |
79 |
|
|
80 |
# DBS=`find /home/e-smith/db/navigation -type f -name "navigation.*"` |
# DBS=`find /home/e-smith/db/navigation -type f -name "navigation.*"` |
81 |
# for db in $DBS ; do |
# for db in $DBS ; do |