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

Annotation of /rpms/smeserver-durep/contribs10/smeserver-durep.spec

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


Revision 1.8 - (hide annotations) (download)
Sat Jan 8 18:07:44 2022 UTC (2 years, 4 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-durep-1_5_0-11_el7_sme
Changes since 1.7: +7 -2 lines
make: « clog » est à jour.

1 michel 1.8 # $Id: smeserver-durep.spec,v 1.7 2022/01/07 12:48:50 brianr Exp $
2 brianr 1.1 # Authority: unnilennnium
3     # Name: JP Pialasse
4    
5     %define name smeserver-durep
6     Name: %{name}
7     %define version 1.5.0
8     Version: %{version}
9 michel 1.8 %define release 11
10 brianr 1.1 Release: %{release}%{?dist}
11     License: GPL
12     Source: %{name}-%{version}.tar.gz
13 brianr 1.2
14 brianr 1.1 Patch0: smeserver-durep-1.5.0-bz10118-more_paths.patch
15     Patch1: smeserver-durep-1.5.0-dfposix.patch
16 brianr 1.2 Patch2: smeserver-durep-1.5.0-Add-creatlinks-to-alter-link-to-wrapper.patch
17 jpp 1.3 Patch3: smeserver-durep-1.5.0-bz10893-noreboot.patch
18 michel 1.4 Patch4: smeserver-durep-1.5.0-permissions.patch
19 michel 1.6 Patch5: smeserver-durep-1.5.0-manager2.patch
20 brianr 1.7 Patch6: smeserver-durep-1.5.0-Add-class-to-div-for-AdminLTE.patch
21 michel 1.8 Patch7: smeserver-durep-1.5.0-bz11841_localisation_dir.patch
22 brianr 1.2
23 brianr 1.1 BuildRoot: /var/tmp/%{name}-%{version}-buildroot
24     BuildRequires: e-smith-devtools
25     BuildArch: noarch
26     Group: Networking/Daemons
27     Summary: DUREP - Graphic Report for Disk Usage
28     Requires: perl(Data::Dumper)
29     Requires: perl(MLDBM) >= 1.21-4
30     Obsoletes: smeserver-durep-saco
31     Obsoletes: e-smith-durep
32    
33 michel 1.6 AutoReqProv: no
34 brianr 1.1
35     %changelog
36 michel 1.8 * Sat Jan 08 2022 Michel Begue <mab974@misouk.com> 1.5.0-11.sme
37     - fix wrong localisation directory [SME: 11841]
38    
39 brianr 1.7 * Fri Jan 07 2022 Brian Read <brianr@bjsystems.co.uk> 1.5.0-10.sme
40     - Add-class-to-div-for-AdminLTE [SME: 11835]
41    
42 michel 1.6 * Thu Jun 03 2021 Michel Begue <mab974@gmail.com> 1.5.0-9.sme
43     - first use with smeserver-manager [SME: 11618]
44    
45 jpp 1.5 * Thu Mar 04 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.5.0-8.sme
46     - fix permissions of cgi inside spec file too
47    
48 michel 1.4 * Thu Mar 04 2021 Michel Begue <mab974@gmail.com> 1.5.0-7.sme
49     - fix permissions of cgi and data files
50    
51 jpp 1.3 * Mon Feb 22 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.5.0-6.sme
52     - add smeserver-durep-update event [SME: 10893]
53     make up spec file
54    
55 brianr 1.2 * Fri Oct 23 2020 Brian Read <brianr@bjsystems.co.uk> 1.5.0-5.sme
56     - Initial import to SME10 tree [SME: 10893]
57     - Add in link to wrapper in createlinks
58    
59 brianr 1.1 * Sat Dec 28 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.5.0-4.sme
60     - output all mounted points with df on one line using Posix
61    
62     * Sat Feb 10 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.5.0-3.sme
63     - add hability to stat more directories [SME: 10118]
64     - add status enabled or disabled
65    
66     * Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-2.sme
67     - Initial release to contribs9
68    
69     * Sat Jun 21 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-1.sme
70     - Initial release to sme9
71    
72     * Thu Sep 13 2012 JP Pialasse <test@pialasse.com> 1.3.0-6.sme
73     - add Obsoletes smeserver-durep-saco e-smith-durep [SME 7108]
74     - TODO cleaning spec file post and filelist chmod
75    
76     * Mon Sep 10 2012 JP Pialasse <test@pialasse.com> 1.3.0-5.sme
77     - fix do not copy files and filelist [SME 7098]
78     - patch df of plugged disk
79    
80     * Sun Sep 09 2012 JP Pialasse <test@pialasse.com> 1.3.0-4.sme
81     - dependencies resolution
82    
83     * Fri Aug 31 2012 JP Pialasse <test@pialasse.com> 1.3.0-3.sme
84     - build error fix : prep setup
85    
86     * Wed Aug 15 2012 JP Pialasse <test@pialasse.com> 1.3.0-1.sme
87     - update from 1.03-02sn to comply with SME8 and SME7
88     - moved archives to /var/lib/durep
89     - moved web files to manager/html
90     - cleaned spec
91    
92     %description
93     DUREP is a Report Generator that creates graphical Output for the "du" command
94    
95     %prep
96     %setup
97     %patch0 -p1
98     %patch1 -p1
99 brianr 1.2 %patch2 -p1
100 jpp 1.3 %patch3 -p1
101 michel 1.4 %patch4 -p1
102 michel 1.6 %patch5 -p1
103 brianr 1.7 %patch6 -p1
104 michel 1.8 %patch7 -p1
105 brianr 1.2
106     %build
107     perl createlinks
108 brianr 1.1
109     %install
110     /bin/rm -rf $RPM_BUILD_ROOT
111     (cd root; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
112     /bin/rm -f %{name}-%{version}-filelist
113 jpp 1.3 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
114 jpp 1.5 --file "/usr/local/bin/durep" 'attr(0755,root,root)' \
115     --file "/usr/sbin/durep.daily" 'attr(0755,root,root)' \
116     --file '/etc/e-smith/web/panels/manager/html/durep/durep.cgi' 'attr(0750,root,admin)' \
117 jpp 1.3 > %{name}-%{version}-filelist
118 brianr 1.1
119    
120     %clean
121     /bin/rm -rf $RPM_BUILD_ROOT
122    
123     %files -f %{name}-%{version}-filelist
124     %defattr(-,root,root)
125    
126     %pre -p /bin/sh
127    
128     %post -p /bin/sh
129    
130     %preun -p /bin/sh
131    
132     %postun -p /bin/sh
133    

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