/[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.19 - (show annotations) (download)
Tue Mar 3 21:36:59 2009 UTC (15 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-hwinfo-1_0-15_el4_sme
Changes since 1.18: +7 -2 lines
Locale updates

1 # $Id: smeserver-hwinfo.spec,v 1.18 2009/03/01 19:26:29 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 15
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 Patch9: smeserver-hwinfo-1.0-locale-2008-10-14.patch
26 Patch10: smeserver-hwinfo-1.0-locale-2009-03-01.patch
27 Patch11: smeserver-hwinfo-1.0-locale-2009-03-03.patch
28 BuildRequires: e-smith-devtools
29 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
30 BuildArchitectures: noarch
31 Requires: e-smith-base lshw
32 Requires: e-smith-formmagick >= 1.4.0-12
33 Obsoletes: eos-hwinfo
34 AutoReqProv: no
35
36 %description
37 smeserver-hwinfo adds panel providing informations about server harware configuration
38
39 %changelog
40 * Tue Mar 03 2009 SME Translation Server
41 - apply locale 2009-03-03 patch
42
43 * Sun Mar 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-14
44 - Apply 1 Mar 2009 locale patch [SME: 5018]
45
46 * Tue Oct 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-13
47 - Apply 14 Oct 2008 locale patch
48
49 * Sun Sep 28 2008 Stephen Noble <support@dungog.net> - 1.0-12
50 - Apply locale patch
51
52 * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-11
53 - Apply 1 July 2008 locale patch
54
55 * Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-10
56 - Apply 21 May 2008 locale patch
57
58 * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-9
59 - Apply 5 May 2008 locale patch
60
61 * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-8
62 - Add common <base> tags to e-smith-formmagick's general
63
64 * Thu Apr 24 2008 Jean-Paul Leclere <jean-paul@leclere.org> 1.0-7
65 - remove obsolete httpd templates fragments
66
67 * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-6
68 - Added e-smith-devtools as build requirement for the createlinks script
69
70 * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-5
71 - Trying to fix creatlinks build error
72
73 * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-4
74 - Added 22 April 2008 locale patch
75
76 * Fri Apr 4 2008 Jean-Paul Leclere <jean-paul@leclere.org>
77 - [1.0-3]
78 - removing duplicate template fragment
79
80 * Sun Jan 20 2008 Jean-Paul Leclere <jean-paul@leclere.org>
81 - [1.0-2]
82 - templates-custom replacement by templates fragment
83 - change Copyright to License in spec
84
85 * Fri Aug 24 2007 Jean-Paul Leclere <jean-paul@leclere.org>
86 - [1.0-1]
87 - port from Free-EOS eos-hwinfo, as a new panel in server-manager
88
89 %prep
90 %setup
91
92 %patch0 -p1
93 %patch1 -p1
94 %patch2 -p1
95 %patch3 -p1
96 %patch4 -p1
97 %patch5 -p1
98 %patch6 -p1
99 %patch7 -p1
100 %patch8 -p1
101 %patch9 -p1
102 %patch10 -p1
103 %patch11 -p1
104
105 %pre
106
107 %post
108
109 %build
110 perl createlinks
111
112 %install
113 rm -rf $RPM_BUILD_ROOT
114 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
115 rm -f e-smith-%{version}-filelist
116 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
117
118 %preun
119
120 %postun
121
122 %clean
123 rm -rf $RPM_BUILD_ROOT
124
125 %files -f %{name}-%{version}-filelist
126 %defattr(0644,root,root)
127
128

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