commit d2279537732e047645f8771b7ae49619584f28fc Author: Ralf CorsÃpius <corsepiu@xxxxxxxxxxxxxxxxx> Date: Thu Feb 17 10:29:46 2011 +0100 New. rt-3.8.9-Makefile.diff | 34 ++++++++++++++++++++++++++++++++++ rt-3.8.9-config.diff | 25 +++++++++++++++++++++++++ rt-3.8.9-test-dependencies.diff | 11 +++++++++++ 3 files changed, 70 insertions(+), 0 deletions(-) --- diff --git a/rt-3.8.9-Makefile.diff b/rt-3.8.9-Makefile.diff new file mode 100644 index 0000000..0245e58 --- /dev/null +++ b/rt-3.8.9-Makefile.diff @@ -0,0 +1,34 @@ +diff -Naur rt-3.8.9.orig/Makefile.in rt-3.8.9/Makefile.in +--- rt-3.8.9.orig/Makefile.in 2011-02-15 22:58:29.000000000 +0100 ++++ rt-3.8.9/Makefile.in 2011-02-17 09:26:50.481479851 +0100 +@@ -287,7 +287,7 @@ + @echo " $(RT_SBIN_PATH)/rt-setup-database --dba $(DB_DBA) --prompt-for-dba-password --action upgrade" + + +-upgrade: testdeps config-install dirs files-install fixperms upgrade-instruct ++upgrade: testdeps config-install dirs files-install upgrade-instruct + + upgrade-noclobber: config-install dirs libs-install html-install bin-install local-install doc-install font-install fixperms + +@@ -368,7 +368,7 @@ + $(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_LEXICON_PATH) + # }}} + +-install: testdeps config-install dirs files-install fixperms instruct ++install: testdeps config-install dirs files-install instruct + + files-install: libs-install etc-install config-install bin-install sbin-install html-install local-install doc-install font-install + +@@ -432,9 +432,9 @@ + # {{{ font-install + font-install: + @COMMENT_INPLACE_LAYOUT@ [ -d $(DESTDIR)$(RT_FONT_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_FONT_PATH) +-@COMMENT_INPLACE_LAYOUT@ -( cd share/fonts && find . -type f -print ) | while read file ; do \ +-@COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0644 "share/fonts/$$file" "$(DESTDIR)$(RT_FONT_PATH)/$$file" ; \ +-@COMMENT_INPLACE_LAYOUT@ done ++@COMMENT_INPLACE_LAYOUT@ #-( cd share/fonts && find . -type f -print ) | while read file ; do \ ++@COMMENT_INPLACE_LAYOUT@ # $(INSTALL) -m 0644 "share/fonts/$$file" "$(DESTDIR)$(RT_FONT_PATH)/$$file" ; \ ++@COMMENT_INPLACE_LAYOUT@ #done + # }}} + + # {{{ doc-install diff --git a/rt-3.8.9-config.diff b/rt-3.8.9-config.diff new file mode 100644 index 0000000..e2810cb --- /dev/null +++ b/rt-3.8.9-config.diff @@ -0,0 +1,25 @@ +diff -Naur rt-3.8.9.orig/etc/RT_SiteConfig.pm rt-3.8.9/etc/RT_SiteConfig.pm +--- rt-3.8.9.orig/etc/RT_SiteConfig.pm 2011-02-15 22:58:29.000000000 +0100 ++++ rt-3.8.9/etc/RT_SiteConfig.pm 2011-02-17 09:24:40.701587430 +0100 +@@ -12,8 +12,19 @@ + # going to run into trouble. To check your SiteConfig file, use + # this comamnd: + # +-# perl -c /path/to/your/etc/RT_SiteConfig.pm ++# perl -c /etc/rt3/RT_SiteConfig.pm + + Set( $rtname, 'example.com'); +-#Set(@Plugins,(qw(Extension::QuickDelete RT::FM))); ++ ++# Set( $Organization , "example.com"); ++ ++# Look into the zoneinfo database for valid values (/usr/share/zoneinfo/) ++# Set( $Timezone , 'US/Eastern'); ++ ++# Set( $RTAddressRegexp, '(^rt3.*\@example\.com$)' ); ++ ++# Set( $WebBaseURL , "http://localhost"); ++ ++Set( $WebPath , "/rt3"); ++ + 1; diff --git a/rt-3.8.9-test-dependencies.diff b/rt-3.8.9-test-dependencies.diff new file mode 100644 index 0000000..f789835 --- /dev/null +++ b/rt-3.8.9-test-dependencies.diff @@ -0,0 +1,11 @@ +diff -Naur rt-3.8.9.orig/sbin/rt-test-dependencies.in rt-3.8.9/sbin/rt-test-dependencies.in +--- rt-3.8.9.orig/sbin/rt-test-dependencies.in 2011-02-15 22:58:29.000000000 +0100 ++++ rt-3.8.9/sbin/rt-test-dependencies.in 2011-02-17 09:29:01.437394526 +0100 +@@ -281,7 +281,6 @@ + + $deps{'DEV'} = [ text_to_hash( << '.') ]; + HTML::Form +-HTML::TokeParser + WWW::Mechanize + Test::WWW::Mechanize 1.04 + Module::Refresh 0.03 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel