X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbugzilla.git;a=blobdiff_plain;f=bugzilla.spec;h=9c54b2799c66d1d8ac2bf8af307401d627804369;hp=0884d5fd3f4b90eff3a039fbba180a973108d88e;hb=HEAD;hpb=093a9f9fa74066ece27a08c6d0500b3fc09222ad diff --git a/bugzilla.spec b/bugzilla.spec index 0884d5f..f4af425 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -1,25 +1,31 @@ # TODO # - Split DB packages for mysql/pgsql # - fill brr and add autodeps bcond -%include /usr/lib/rpm/macros.perl Summary: Bug tracking system -Summary(pl): System ¶ledzenia b³êdów +Summary(pl.UTF-8): System śledzenia błędów Name: bugzilla -Version: 2.22.1 -Release: 0.32 +Version: 3.3.3 +Release: 0.1 License: GPL Group: Applications/WWW Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/%{name}-%{version}.tar.gz -# Source0-md5: d52e2818441f3c2a5caeddf6c40b9f00 -Source1: %{name}.conf -Source2: %{name}-localconfig.pl -Source3: %{name}.cron +# Source0-md5: 893273266255f15e5b253719e8abcb50 +Source1: %{name}-skins.tar.bz2 +# Source1-md5: 4e6e8c2b65cab635975eff5ab318057b +Source2: %{name}.conf +Source3: %{name}-localconfig.pl +Source4: %{name}.cron Patch0: %{name}-pld.patch URL: http://www.bugzilla.org/ +# http://www.bugzilla.org/security/3.2.2/ +BuildRequires: security(3.2.2) +BuildRequires: rpm-perlprov >= 4.1-13 BuildRequires: rpmbuild(macros) >= 1.268 BuildRequires: sed >= 4.0 +Requires: perl(Email::MIME::Modifier) +Requires: perl(Email::Send) >= 2.00 Requires: perl-DBD-mysql -Requires: perl-DBI >= 1.36 +Requires: perl-DBI >= 1.41 Requires: perl-MailTools >= 1.67 Requires: smtpdaemon Requires: webapps @@ -31,16 +37,25 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _sysconfdir %{_webapps}/%{_webapp} %define _appdir %{_datadir}/%{_webapp} # Don't enforce DBD driver and exclude optional packages according to release notes -%define _noautoreq 'perl(DBD::*)' perl(Chart::Base) perl(GD) perl(GD::Graph) perl(GD::Text::Align) perl(Net::LDAP) perl(PatchReader) perl(XML::Twig) perl(Image::Magick) +%define _noautoreq 'perl(DBD::.*)' perl(Chart::Base) perl(GD) perl(GD::Graph) perl(GD::Text::Align) perl(Net::LDAP) perl(PatchReader) perl(XML::Twig) perl(Image::Magick) + +#D perl-Apache-DBI-1.01-1, perl-AppConfig-1.56-2, perl-BSD-Resource-1.28-1, perl-Class-Inspector-1.16-1, +#D perl-DBD-Pg-1.49-1, perl-Data-Flow-0.09-2, perl-Email-Abstract-2.13-1, perl-Email-Address-1.86-1, +#D perl-Email-MIME-1.85-1, perl-Email-MIME-Attachment-Stripper-1.3-1, perl-Email-MIME-ContentType-1.0-1, +#D perl-Email-MIME-Creator-1.45-1, perl-Email-MIME-Encodings-1.3-2, perl-Email-MIME-Modifier-1.43-1, +#D perl-Email-MessageID-1.35-1, perl-Email-Reply-1.1-1, perl-Email-Send-1.46-1, perl-Email-Simple-1.96-1, +#D perl-Email-Simple-Creator-1.41-1, perl-IO-All-0.33-2, perl-IO-String-1.08-1, perl-Module-Pluggable-3.1-4, +#D perl-Return-Value-1.28-1, perl-Spiffy-0.30-1, perl-Template-Toolkit-2.15-1, perl-mixin-0.04-1, perl-mod_perl-2.0.3-2 + %description Bugzilla is the Bug-Tracking System from the Mozilla project. -%description -l pl -System ¶ledzenia b³êdów. +%description -l pl.UTF-8 +System śledzenia błędów. %prep -%setup -q +%setup -q %{?_rc:-n %{name}-%{version}%{_rc}} -a1 %patch0 -p1 sed -i -e ' @@ -63,15 +78,15 @@ install *.pl $RPM_BUILD_ROOT%{_appdir} cp -a template $RPM_BUILD_ROOT%{_appdir} cp -a Bugzilla{,.pm} $RPM_BUILD_ROOT%{perl_vendorlib} -install *.{cgi,js,txt,dtd,xul} $RPM_BUILD_ROOT%{_appdir}/htdocs +install *.{cgi,txt,dtd} js/*.js $RPM_BUILD_ROOT%{_appdir}/htdocs cp -a images js skins $RPM_BUILD_ROOT%{_appdir}/htdocs ln -s /var/lib/%{name}/graphs $RPM_BUILD_ROOT%{_appdir}/htdocs -install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf -install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf -install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/localconfig.pl -install -D %{SOURCE3} $RPM_BUILD_ROOT/etc/cron.daily/bugzilla +install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf +install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf +install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/localconfig.pl +install -D %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/bugzilla %clean rm -rf $RPM_BUILD_ROOT @@ -109,8 +124,8 @@ fi %files %defattr(644,root,root,755) -%doc QUICKSTART README UPGRADING* docs/rel_notes.txt docs/txt/Bugzilla-Guide.txt -%doc contrib docs/html +%doc QUICKSTART README UPGRADING* docs/en/rel_notes.txt docs/en/txt/Bugzilla-Guide.txt +%doc contrib docs/en/html %dir %attr(750,root,http) %{_sysconfdir} %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf @@ -123,18 +138,33 @@ fi %dir %{_appdir} %{_appdir}/template -%attr(755,root,root) %{_appdir}/*.pl +%attr(700,root,root) %{_appdir}/checksetup.pl +%attr(755,root,root) %{_appdir}/collectstats.pl +%attr(755,root,root) %{_appdir}/email_in.pl +%attr(755,root,root) %{_appdir}/importxml.pl +%attr(755,root,root) %{_appdir}/install-module.pl +%attr(755,root,root) %{_appdir}/jobqueue.pl +%attr(755,root,root) %{_appdir}/mod_perl.pl +%attr(755,root,root) %{_appdir}/sanitycheck.pl +%attr(755,root,root) %{_appdir}/testserver.pl +%attr(755,root,root) %{_appdir}/whine.pl +%attr(755,root,root) %{_appdir}/whineatnews.pl %dir %{_appdir}/htdocs +%attr(755,root,root) %{_appdir}/htdocs/*.cgi %{_appdir}/htdocs/*.dtd %{_appdir}/htdocs/*.js %{_appdir}/htdocs/*.txt -%{_appdir}/htdocs/*.xul %{_appdir}/htdocs/graphs %{_appdir}/htdocs/images %{_appdir}/htdocs/js -%{_appdir}/htdocs/skins -%attr(755,root,root) %{_appdir}/htdocs/*.cgi +%dir %{_appdir}/htdocs/skins +%dir %{_appdir}/htdocs/skins/contrib +%dir %{_appdir}/htdocs/skins/contrib/Dusk +%dir %{_appdir}/htdocs/skins/custom +%{_appdir}/htdocs/skins/standard +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_appdir}/htdocs/skins/custom/*.css +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_appdir}/htdocs/skins/contrib/Dusk/*.css %dir /var/lib/%{name} %attr(770,root,http) /var/lib/%{name}/data