/[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.5 - (hide annotations) (download)
Fri Apr 25 13:22:58 2008 UTC (16 years ago) by gnujpl
Branch: MAIN
CVS Tags: smeserver-hwinfo-1_0-7_el4_sme
Changes since 1.4: +7 -2 lines
* Thu Apr 24 2008 Jean-Paul Leclere <jean-paul@leclere.org> 1.0-7
- remove obsolete httpd templates fragments

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

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