/[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.1 - (hide annotations) (download)
Mon Apr 21 17:25:59 2008 UTC (16 years, 1 month ago) by slords
Branch: MAIN
Remove version from spec filename

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

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