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

Contents of /rpms/smeserver-hwinfo/contribs10/smeserver-hwinfo.spec

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


Revision 1.2 - (show annotations) (download)
Wed Oct 28 16:30:51 2020 UTC (3 years, 6 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-hwinfo-1_2-3_el7_sme
Changes since 1.1: +5 -2 lines
* Wed Oct 28 2020 Brian Read <brianr@bjsystems.co.uk> 1.2-3.sme
- Initial import to SME10 - [SME: 11060]

1 # $Id: smeserver-hwinfo.spec,v 1.1 2020/10/28 16:23:03 brianr Exp $
2 # Authority: gnujpl
3 # Name: Jean-Paul Leclère
4
5 %define name smeserver-hwinfo
6 %define version 1.2
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 BuildRequires: e-smith-devtools
17 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18 BuildArchitectures: noarch
19 Requires: e-smith-base lshw
20 Requires: e-smith-formmagick >= 1.4.0-12
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 * Wed Oct 28 2020 Brian Read <brianr@bjsystems.co.uk> 1.2-3.sme
29 - Initial import to SME10 - [SME: 11060]
30
31 * Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-2.sme
32 - Initial release to contribs9
33
34 * Fri Aug 08 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-1.sme
35 - Initial release to sme9
36
37 * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.0-21.sme
38 - apply locale 2013-07-14 patch
39
40 * Sun Mar 06 2011 SME Translation Server <translations@contribs.org> 1.0-20.sme
41 - apply locale 2011-03-06 patch
42
43 * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 1.0-19.sme
44 - apply locale 2009-10-27 patch
45
46 * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 1.0-18.sme
47 - apply locale 2009-08-24 patch
48
49 * Wed May 20 2009 SME Translation Server <translations@contribs.org> 1.0-17.sme
50 - apply locale 2009-05-20 patch
51
52 * Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 1.0-16.sme
53 - apply locale 2009-04-27 patch
54
55 * Tue Mar 03 2009 SME Translation Server
56 - apply locale 2009-03-03 patch
57
58 * Sun Mar 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-14
59 - Apply 1 Mar 2009 locale patch [SME: 5018]
60
61 * Tue Oct 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-13
62 - Apply 14 Oct 2008 locale patch
63
64 * Sun Sep 28 2008 Stephen Noble <support@dungog.net> - 1.0-12
65 - Apply locale patch
66
67 * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-11
68 - Apply 1 July 2008 locale patch
69
70 * Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-10
71 - Apply 21 May 2008 locale patch
72
73 * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-9
74 - Apply 5 May 2008 locale patch
75
76 * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-8
77 - Add common <base> tags to e-smith-formmagick's general
78
79 * Thu Apr 24 2008 Jean-Paul Leclere <jean-paul@leclere.org> 1.0-7
80 - remove obsolete httpd templates fragments
81
82 * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-6
83 - Added e-smith-devtools as build requirement for the createlinks script
84
85 * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-5
86 - Trying to fix creatlinks build error
87
88 * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-4
89 - Added 22 April 2008 locale patch
90
91 * Fri Apr 4 2008 Jean-Paul Leclere <jean-paul@leclere.org>
92 - [1.0-3]
93 - removing duplicate template fragment
94
95 * Sun Jan 20 2008 Jean-Paul Leclere <jean-paul@leclere.org>
96 - [1.0-2]
97 - templates-custom replacement by templates fragment
98 - change Copyright to License in spec
99
100 * Fri Aug 24 2007 Jean-Paul Leclere <jean-paul@leclere.org>
101 - [1.0-1]
102 - port from Free-EOS eos-hwinfo, as a new panel in server-manager
103
104 %prep
105 %setup
106
107 %pre
108
109 %post
110
111 %build
112 perl createlinks
113
114 %install
115 rm -rf $RPM_BUILD_ROOT
116 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
117 rm -f e-smith-%{version}-filelist
118 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
119
120 %preun
121
122 %postun
123
124 %clean
125 rm -rf $RPM_BUILD_ROOT
126
127 %files -f %{name}-%{version}-filelist
128 %defattr(0644,root,root)
129
130

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