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

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

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


Revision 1.2 - (show annotations) (download)
Mon May 30 10:20:29 2022 UTC (2 years, 1 month ago) by brianr
Branch: MAIN
CVS Tags: smeserver-bugzilla-1_0-4_el7_sme
Changes since 1.1: +7 -3 lines
* Mon May 30 2022 Brian Read <brianr@bjsystems.co.uk> 1.0-4.sme
- Fix transaction failure with --ignoredirs in genfilelist [SME: 11977]

1 # $Id: smeserver-bugzilla.spec,v 1.1 2022/05/23 19:06:46 jpp Exp $
2 # Authority: snetram
3 # Name: Jonathan Martens
4
5 Summary: Set up bugzilla for SME Server.
6 %define name smeserver-bugzilla
7 %define version 1.0
8 %define release 4
9 Name: %{name}
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GNU GPL version 2
13 URL: http://www.contribs.org
14 Group: SMEserver/addon
15 Source: %{name}-%{version}.tar.gz
16 Patch0: smeserver-bugzilla-1.0-adminpass.patch
17 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18 BuildArchitectures: noarch
19 BuildRequires: e-smith-devtools >= 1.13.1-03
20 Requires: e-smith-release >= 8.0
21 Requires: bugzilla >= 3.2.10
22 Requires: bugzilla-contrib
23 Requires: bugzilla-doc
24 #Requires: perl-CGI >= 3.21
25 #Requires: perl(Digest::SHA)
26 #Requires: perl-TimeDate
27 #Requires: perl(DateTime) >= 0.28
28 #Requires: perl(DateTime::TimeZone) >= 0.71
29 Requires: perl(DBI) >= 1.41
30 Requires: perl(DBD::mysql) >= 4.00
31 #Requires: perl-Template-Toolkit >= 2.22
32 #Requires: perl(Email::Send) >= 2.00
33 #Requires: perl(Email::MIME) >= 1.861
34 #Requires: perl(Email::MIME::Encodings) >= 1.313
35 #Requires: perl(Email::MIME::Modifier) >= 1.442
36 #Requires: perl(URI)
37
38 Requires: e-smith-base
39 AutoReqProv: no
40
41 %description
42 rpm to setup bugzilla
43
44 %changelog
45 * Mon May 30 2022 Brian Read <brianr@bjsystems.co.uk> 1.0-4.sme
46 - Fix transaction failure with --ignoredirs in genfilelist [SME: 11977]
47
48 * Sun Oct 13 2013 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-3.sme
49 - fixing admin pass too long [SME: 7902]
50
51 * Sat Oct 12 2013 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-2.sme
52 - fixing localconfig path to etc
53
54 * Sat Oct 12 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-6.sme
55 - fixing requirement
56
57 * Sat Mar 6 2010 Jonathan Martens <smeserver-contribs@snetram.nl>
58 - Fix date in previous changelog entry
59 - Fix SPEC header to generate proper version and release data
60
61 * Fri Mar 5 2010 Jonathan Martens <smeserver-contribs@snetram.nl>
62 - Create strong password
63
64 * Mon Dec 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl>
65 - Apply a more restricted set of privileges to the bugzilla database user
66
67 * Mon Dec 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl>
68 - Update minimal requirements to match at least bugzilla 3.4.2
69 - Reserve the /bugzilla URL namespace in the configuration database
70 - Simplify webserver configuration fragment and rely on .htaccess files
71 generated by checksetup.pl
72 - Generate localconfig and populate it with the database settings
73 - Create default input configuration file (/etc/bugzilla.conf) for
74 checksetup.pl so it can be executed unattended
75 - Add a custom template so the initial welcome page will remind the admin to
76 change the password for the admin account
77 - Enable InnoDB as this is required for Bugzilla
78
79 * Tue Aug 14 2007 Greg Swallow <greg@runlevle7.ca> - 0.1-1
80 - initial release
81
82 %prep
83 %setup
84 %patch0 -p1
85 #%patch1 -p1
86 #%patch2 -p1
87 #%patch3 -p1
88 #%patch4 -p1
89 #%patch5 -p1
90 #%patch6 -p1
91 #%patch7 -p1
92 #%patch8 -p1
93
94 %build
95 perl createlinks
96
97 %install
98 rm -rf $RPM_BUILD_ROOT
99 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
100 rm -f %{name}-%{version}-filelist
101 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
102 --ignoredir "/usr/share/bugzilla" \
103 > %{name}-%{version}-filelist
104 echo "%doc COPYING" >> %{name}-%{version}-filelist
105
106 %clean
107 rm -rf $RPM_BUILD_ROOT
108
109 %files -f %{name}-%{version}-filelist
110 %defattr(-,root,root)

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