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

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

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


Revision 1.3 - (show annotations) (download)
Fri Mar 5 18:02:42 2010 UTC (14 years, 3 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-bugzilla-0_1-4
Changes since 1.2: +7 -8 lines
* Fri Mar 6 2010 Jonathan Martens <smeserver-contribs@snetram.nl>
- Create strong password

1 # $Id: smeserver-bugzilla.spec,v 1.2 2010/03/04 16:25:06 slords Exp $
2 # Authority: snetram
3 # Name: Jonathan Martens
4
5 Summary: Set up bugzilla for SME Server.
6 Name: smeserver-bugzilla
7 Version: 0.1
8 Release: 4
9 License: GNU GPL version 2
10 URL: http://www.contribs.org
11 Group: SMEserver/addon
12 Source: %{name}-%{version}.tar.gz
13 Patch0: smeserver-bugzilla-0.1-createlinks.patch
14 Patch1: smeserver-bugzilla-0.1-database.patch
15 Patch2: smeserver-bugzilla-0.1-httpd.conf.patch
16 Patch3: smeserver-bugzilla-0.1-bugzilla.conf.patch
17 Patch4: smeserver-bugzilla-0.1-localconfig.patch
18 Patch5: smeserver-bugzilla-0.1-actionscript.patch
19 Patch6: smeserver-bugzilla-0.1-passwordwarning.patch
20 Patch7: smeserver-bugzilla-0.1-bugzilla-setup.patch
21 Patch8: smeserver-bugzilla-0.1-strong-pwd.patch
22 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23 BuildArchitectures: noarch
24 BuildRequires: e-smith-devtools >= 1.13.1-03
25 Requires: e-smith-release >= 7.0
26 Requires: bugzilla >= 3.0
27 Requires: perl-CGI >= 3.21
28 Requires: perl(Digest::SHA)
29 Requires: perl-TimeDate
30 Requires: perl(DateTime) >= 0.28
31 Requires: perl(DateTime::TimeZone) >= 0.71
32 Requires: perl(DBI) >= 1.41
33 Requires: perl(DBD::mysql) >= 4.00
34 Requires: perl-Template-Toolkit >= 2.22
35 Requires: perl(Email::Send) >= 2.00
36 Requires: perl(Email::MIME) >= 1.861
37 Requires: perl(Email::MIME::Encodings) >= 1.313
38 Requires: perl(Email::MIME::Modifier) >= 1.442
39 Requires: perl(URI)
40
41 Requires: e-smith-base
42 AutoReqProv: no
43
44 %description
45 rpm to setup bugzilla
46
47 %changelog
48 * Fri Mar 6 2010 Jonathan Martens <smeserver-contribs@snetram.nl>
49 - Create strong password
50
51 * Mon Dec 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl>
52 - Apply a more restricted set of privileges to the bugzilla database user
53
54 * Mon Dec 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl>
55 - Update minimal requirements to match at least bugzilla 3.4.2
56 - Reserve the /bugzilla URL namespace in the configuration database
57 - Simplify webserver configuration fragment and rely on .htaccess files
58 generated by checksetup.pl
59 - Generate localconfig and populate it with the database settings
60 - Create default input configuration file (/etc/bugzilla.conf) for
61 checksetup.pl so it can be executed unattended
62 - Add a custom template so the initial welcome page will remind the admin to
63 change the password for the admin account
64 - Enable InnoDB as this is required for Bugzilla
65
66 * Tue Aug 14 2007 Greg Swallow <greg@runlevle7.ca> - 0.1-1
67 - initial release
68
69 %prep
70 %setup
71 %patch0 -p1
72 %patch1 -p1
73 %patch2 -p1
74 %patch3 -p1
75 %patch4 -p1
76 %patch5 -p1
77 %patch6 -p1
78 %patch7 -p1
79 %patch8 -p1
80
81 %build
82 perl createlinks
83
84 %install
85 rm -rf $RPM_BUILD_ROOT
86 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
87 rm -f %{name}-%{version}-filelist
88 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
89 > %{name}-%{version}-filelist
90 echo "%doc COPYING" >> %{name}-%{version}-filelist
91
92 %clean
93 rm -rf $RPM_BUILD_ROOT
94
95 %files -f %{name}-%{version}-filelist
96 %defattr(-,root,root)

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