From c730a27cf9d46f371b7d85f037d3b67fd8bde83f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 26 May 2011 13:43:24 +0000 Subject: [PATCH] - partial 4.0.0 update (deps, po translations, config needs to be verified) Changed files: rt-config.patch -> 1.3 rt.spec -> 1.88 --- rt-config.patch | 8 +++----- rt.spec | 17 +++++++---------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/rt-config.patch b/rt-config.patch index 0b733a8..f22d5a1 100644 --- a/rt-config.patch +++ b/rt-config.patch @@ -1,7 +1,6 @@ -diff -urN rt-3.4.5.org/bin/webmux.pl.in rt-3.4.5/bin/webmux.pl.in ---- rt-3.4.5.org/bin/webmux.pl.in 2005-08-24 04:33:47.000000000 +0200 -+++ rt-3.4.5/bin/webmux.pl.in 2006-06-06 14:37:37.330487213 +0200 -@@ -67,7 +67,7 @@ +--- rt-4.0.0/sbin/rt-server.in~ 2011-04-14 03:21:41.000000000 +0200 ++++ rt-4.0.0/sbin/rt-server.in 2011-05-26 15:31:32.609679385 +0200 +@@ -52,7 +52,7 @@ # fix lib paths, some may be relative BEGIN { require File::Spec; @@ -10,4 +9,3 @@ diff -urN rt-3.4.5.org/bin/webmux.pl.in rt-3.4.5/bin/webmux.pl.in my $bin_path; for my $lib (@libs) { - diff --git a/rt.spec b/rt.spec index dccc083..e7aa4d1 100644 --- a/rt.spec +++ b/rt.spec @@ -37,12 +37,12 @@ Summary: Request Tracker Summary(pl.UTF-8): Request Tracker - system do śledzenia zleceń Name: rt -Version: 3.8.10 -Release: 1 +Version: 4.0.0 +Release: 0.1 License: GPL v2 Group: Applications Source0: http://download.bestpractical.com/pub/rt/release/%{name}-%{version}.tar.gz -# Source0-md5: 00c147d71476d032d33dbad76bdc06ff +# Source0-md5: bd6045421a6f2d0e8c18923f80726e4a Source1: %{name}-apache_dir.conf Source2: %{name}-apache_vhost.conf Source3: %{name}-apache.conf @@ -218,9 +218,9 @@ USER=$(id -un) \ masonstatedir=%{masonstatedir} \ masonsessiondir=%{masonstatedir} \ --with-apachectl=%{_sbindir}/apachectl \ - --with-speedycgi=%{_bindir}/speedycgi \ --with-my-user-group \ - --with-db-type=mysql + --with-db-type=mysql \ + --with-web-handler=fastcgi,modperl2 %{__make} @@ -257,7 +257,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc README* UPGRADING docs +%doc README* docs %dir %{_sysconfdir} %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/[a-z]* @@ -269,11 +269,8 @@ rm -rf $RPM_BUILD_ROOT %dir %attr(750,root,http) %{_webappsdir} %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappsdir}/httpd.conf %attr(755,root,root) /etc/cron.daily/rt-clean-sessions -%attr(755,root,root) %{_bindir}/fastcgi_server -%attr(755,root,root) %{_bindir}/mason_handler.* %attr(755,root,root) %{_bindir}/rt-* -%attr(755,root,root) %{_bindir}/standalone_httpd -%attr(755,root,root) %{_bindir}/webmux.pl +%attr(755,root,root) %{_sbindir}/standalone_httpd %attr(755,root,root) %{_sbindir}/rt-* %dir %{_datadir}/rt3 %{_datadir}/rt3/html -- 2.44.0