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

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

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


Revision 1.2 - (hide annotations) (download)
Thu Mar 4 16:25:06 2010 UTC (14 years, 3 months ago) by slords
Branch: MAIN
Changes since 1.1: +4 -0 lines
Add header

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

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