1 |
# $Id: smeserver-bugzilla.spec,v 1.1 2013/02/12 04:03:29 unnilennium Exp $ |
# $Id: smeserver-bugzilla.spec,v 1.3 2013/10/13 02:35:03 unnilennium Exp $ |
2 |
# Authority: snetram |
# Authority: snetram |
3 |
# Name: Jonathan Martens |
# Name: Jonathan Martens |
4 |
|
|
5 |
Summary: Set up bugzilla for SME Server. |
Summary: Set up bugzilla for SME Server. |
6 |
%define name smeserver-bugzilla |
%define name smeserver-bugzilla |
7 |
%define version 1.0 |
%define version 1.0 |
8 |
%define release 1 |
%define release 3 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
13 |
URL: http://www.contribs.org |
URL: http://www.contribs.org |
14 |
Group: SMEserver/addon |
Group: SMEserver/addon |
15 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
16 |
#Patch0: smeserver-bugzilla-0.1-createlinks.patch |
Patch0: smeserver-bugzilla-1.0-adminpass.patch |
|
#Patch1: smeserver-bugzilla-0.1-database.patch |
|
|
#Patch2: smeserver-bugzilla-0.1-httpd.conf.patch |
|
|
#Patch3: smeserver-bugzilla-0.1-bugzilla.conf.patch |
|
|
#Patch4: smeserver-bugzilla-0.1-localconfig.patch |
|
|
#Patch5: smeserver-bugzilla-0.1-actionscript.patch |
|
|
#Patch6: smeserver-bugzilla-0.1-passwordwarning.patch |
|
|
#Patch7: smeserver-bugzilla-0.1-bugzilla-setup.patch |
|
|
#Patch8: smeserver-bugzilla-0.1-strong-pwd.patch |
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
42 |
rpm to setup bugzilla |
rpm to setup bugzilla |
43 |
|
|
44 |
%changelog |
%changelog |
45 |
* Sat Oct 12 2013 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-1.sme |
* Sun Oct 13 2013 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-3.sme |
46 |
|
- fixing admin pass too long [SME: 7902] |
47 |
|
|
48 |
|
* Sat Oct 12 2013 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-2.sme |
49 |
- fixing localconfig path to etc |
- fixing localconfig path to etc |
50 |
|
|
51 |
* Sat Oct 12 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-6.sme |
* Sat Oct 12 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-6.sme |
78 |
|
|
79 |
%prep |
%prep |
80 |
%setup |
%setup |
81 |
#%patch0 -p1 |
%patch0 -p1 |
82 |
#%patch1 -p1 |
#%patch1 -p1 |
83 |
#%patch2 -p1 |
#%patch2 -p1 |
84 |
#%patch3 -p1 |
#%patch3 -p1 |