1 |
# $Id: smeserver-yum.spec,v 1.33 2009/05/18 14:16:47 slords Exp $ |
# $Id: smeserver-yum.spec,v 1.36 2009/09/12 08:28:02 dungog Exp $ |
2 |
|
|
3 |
%define name smeserver-yum |
%define name smeserver-yum |
4 |
Summary: YUM, an rpm updater |
Summary: YUM, an rpm updater |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 7 |
%define release 10 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
15 |
Patch3: smeserver-yum-2.2.0-buffer.patch |
Patch3: smeserver-yum-2.2.0-buffer.patch |
16 |
Patch4: smeserver-yum-2.2.0-protected.patch |
Patch4: smeserver-yum-2.2.0-protected.patch |
17 |
Patch5: smeserver-yum-2.2.0-mirrorlist.patch |
Patch5: smeserver-yum-2.2.0-mirrorlist.patch |
18 |
|
Patch6: smeserver-yum-2.2.0-updatetoggle.patch |
19 |
|
Patch7: smeserver-yum-2.2.0-deleteSme8updateRepos.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
40 |
%name is an implementation of http://linux.duke.edu/projects/yum on SME Server |
%name is an implementation of http://linux.duke.edu/projects/yum on SME Server |
41 |
|
|
42 |
%changelog |
%changelog |
43 |
|
* Sat Sep 12 2009 Stephen Noble <support@dungog.net> 2.2.0-10.sme |
44 |
|
- Remove repo db's used to update from sme 7 [SME: 5202] |
45 |
|
|
46 |
|
* Sat Sep 12 2009 Stephen Noble <support@dungog.net> 2.2.0-9.sme |
47 |
|
- Add frequency of updates toggle [SME: 3764] |
48 |
|
- remove stray file |
49 |
|
|
50 |
|
* Sat May 30 2009 Shad L. Lords <slords@mail.com> 2.2.0-8.sme |
51 |
|
- Add /etc/yum.smerepos.d to package [SME: 5305] |
52 |
|
|
53 |
* Mon May 18 2009 Shad L. Lords <slords@mail.com> 2.2.0-7.sme |
* Mon May 18 2009 Shad L. Lords <slords@mail.com> 2.2.0-7.sme |
54 |
- Change SME mirrorlists to point to ibiblio [SME: 5242] |
- Change SME mirrorlists to point to ibiblio [SME: 5242] |
55 |
|
|
834 |
%patch3 -p1 |
%patch3 -p1 |
835 |
%patch4 -p1 |
%patch4 -p1 |
836 |
%patch5 -p1 |
%patch5 -p1 |
837 |
|
%patch6 -p1 |
838 |
|
%patch7 -p1 |
839 |
|
|
840 |
%build |
%build |
841 |
perl createlinks |
perl createlinks |
846 |
touch root/var/service/yum/down |
touch root/var/service/yum/down |
847 |
mkdir -p root/var/service/yum/log/supervise |
mkdir -p root/var/service/yum/log/supervise |
848 |
mkdir -p root/var/log/yum |
mkdir -p root/var/log/yum |
849 |
|
mkdir -p root/etc/yum.smerepos.d |
850 |
|
|
851 |
mkdir -p root/etc/e-smith/db/yum_{available,installed,updates} |
mkdir -p root/etc/e-smith/db/yum_{available,installed,updates} |
852 |
|
|