/[smecontribs]/rpms/smeserver-hwinfo/contribs7/smeserver-hwinfo.spec
ViewVC logotype

Contents of /rpms/smeserver-hwinfo/contribs7/smeserver-hwinfo.spec

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


Revision 1.13 - (show annotations) (download)
Sun Sep 28 03:09:40 2008 UTC (15 years, 7 months ago) by dungog
Branch: MAIN
Changes since 1.12: +6 -1 lines
add locale-2008-09-27

1 # $Id: smeserver-hwinfo.spec,v 1.12 2008/07/01 20:02:58 snetram Exp $
2 # Authority: gnujpl
3 # Name: Jean-Paul Leclère
4
5 %define name smeserver-hwinfo
6 %define version 1.0
7 %define release 11
8
9 Summary: Harware info panel for SME Server.
10 Name: %{name}
11 Version: %{version}
12 Release: %{release}%{?dist}
13 License: GPL
14 Group: System Environment/Daemons
15 Source: %{name}-%{version}.tar.gz
16 Patch0: smeserver-hwinfo-1.0-template.patch
17 Patch1: smeserver-hwinfo-1.0-template.patch2
18 Patch2: smeserver-hwinfo-1.0-locale-2008-04-22.patch
19 Patch3: smeserver-hwinfo-1.0-http.patch
20 Patch4: smeserver-hwinfo-1.0-add2general.patch
21 Patch5: smeserver-hwinfo-1.0-locale-2008-05-05.patch
22 Patch6: smeserver-hwinfo-1.0-locale-2008-05-21.patch
23 Patch7: smeserver-hwinfo-1.0-locale-2008-07-01.patch
24 Patch8: smeserver-hwinfo-1.0-locale-2008-09-27.patch
25 BuildRequires: e-smith-devtools
26 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
27 BuildArchitectures: noarch
28 Requires: e-smith-base lshw
29 Requires: e-smith-formmagick >= 1.4.0-12
30 Obsoletes: eos-hwinfo
31 AutoReqProv: no
32
33 %description
34 smeserver-hwinfo adds panel providing informations about server harware configuration
35
36 %changelog
37 * Sun Sep 28 2008 Stephen Noble <support@dungog.net> - 1.0-12
38 - Apply locale patch
39
40 * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-11
41 - Apply 1 July 2008 locale patch
42
43 * Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-10
44 - Apply 21 May 2008 locale patch
45
46 * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-9
47 - Apply 5 May 2008 locale patch
48
49 * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-8
50 - Add common <base> tags to e-smith-formmagick's general
51
52 * Thu Apr 24 2008 Jean-Paul Leclere <jean-paul@leclere.org> 1.0-7
53 - remove obsolete httpd templates fragments
54
55 * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-6
56 - Added e-smith-devtools as build requirement for the createlinks script
57
58 * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-5
59 - Trying to fix creatlinks build error
60
61 * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-4
62 - Added 22 April 2008 locale patch
63
64 * Fri Apr 4 2008 Jean-Paul Leclere <jean-paul@leclere.org>
65 - [1.0-3]
66 - removing duplicate template fragment
67
68 * Sun Jan 20 2008 Jean-Paul Leclere <jean-paul@leclere.org>
69 - [1.0-2]
70 - templates-custom replacement by templates fragment
71 - change Copyright to License in spec
72
73 * Fri Aug 24 2007 Jean-Paul Leclere <jean-paul@leclere.org>
74 - [1.0-1]
75 - port from Free-EOS eos-hwinfo, as a new panel in server-manager
76
77 %prep
78 %setup
79
80 %patch0 -p1
81 %patch1 -p1
82 %patch2 -p1
83 %patch3 -p1
84 %patch4 -p1
85 %patch5 -p1
86 %patch6 -p1
87 %patch7 -p1
88 %patch8 -p1
89
90 %pre
91
92 %post
93
94 %build
95 perl createlinks
96
97 %install
98 rm -rf $RPM_BUILD_ROOT
99 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
100 rm -f e-smith-%{version}-filelist
101 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
102
103 %preun
104
105 %postun
106
107 %clean
108 rm -rf $RPM_BUILD_ROOT
109
110 %files -f %{name}-%{version}-filelist
111 %defattr(0644,root,root)
112
113

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