/[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.2 - (show annotations) (download)
Tue Apr 22 15:20:51 2008 UTC (16 years ago) by snetram
Branch: MAIN
CVS Tags: smeserver-hwinfo-1_0-4_el4_sme
Changes since 1.1: +6 -2 lines
* Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-4
- Added 22 April 2008 locale patch

1 # $Id: smeserver-hwinfo.spec,v 1.1 2008/04/21 17:25:59 slords Exp $
2 # Authority: gnujpl
3 # Name: Jean-Paul Leclère
4
5 %define name smeserver-hwinfo
6 %define version 1.0
7 %define release 4
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 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20 BuildArchitectures: noarch
21 Requires: e-smith-base lshw
22 Obsoletes: eos-hwinfo
23 AutoReqProv: no
24
25 %description
26 smeserver-hwinfo adds panel providing informations about server harware configuration
27
28 %changelog
29 * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-4
30 - Added 22 April 2008 locale patch
31
32 * Fri Apr 4 2008 Jean-Paul Leclere <jean-paul@leclere.org>
33 - [1.0-3]
34 - removing duplicate template fragment
35
36 * Sun Jan 20 2008 Jean-Paul Leclere <jean-paul@leclere.org>
37 - [1.0-2]
38 - templates-custom replacement by templates fragment
39 - change Copyright to License in spec
40
41 * Fri Aug 24 2007 Jean-Paul Leclere <jean-paul@leclere.org>
42 - [1.0-1]
43 - port from Free-EOS eos-hwinfo, as a new panel in server-manager
44
45
46 %prep
47 %setup
48
49 %patch0 -p1
50 %patch1 -p1
51 %patch2 -p1
52
53 %pre
54
55 %post
56
57 %build
58 ./createlinks
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
63 rm -f e-smith-%{version}-filelist
64 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
65
66 %preun
67
68 %postun
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files -f %{name}-%{version}-filelist
74 %defattr(0644,root,root)
75
76

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