]> git.pld-linux.org Git - packages/rt.git/commitdiff
- partial 4.0.0 update (deps, po translations, config needs to be verified)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 26 May 2011 13:43:24 +0000 (13:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rt-config.patch -> 1.3
    rt.spec -> 1.88

rt-config.patch
rt.spec

index 0b733a87460197ab7012fcdaece30eab786517de..f22d5a12f383ef09a4990b054b5800dd98949912 100644 (file)
@@ -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 dccc0839416fa8b09f4b58983e0b4fb7b7e0ada0..e7aa4d1ac7414c15b5d0b12b93edacc18ad45fd0 100644 (file)
--- a/rt.spec
+++ b/rt.spec
 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
This page took 0.043093 seconds and 4 git commands to generate.