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

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

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


Revision 1.11 - (hide annotations) (download)
Wed May 21 20:15:37 2008 UTC (16 years ago) by snetram
Branch: MAIN
Changes since 1.10: +7 -2 lines
* Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-10
- Apply 21 May 2008 locale patch

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

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