packages: redmine/redmine.spec - BR: perl-base (only for perl macros), rpm-...

sparky sparky at pld-linux.org
Thu May 13 19:26:54 CEST 2010


Author: sparky                       Date: Thu May 13 17:26:54 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- BR: perl-base (only for perl macros), rpm-perlprov

---- Files affected:
packages/redmine:
   redmine.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: packages/redmine/redmine.spec
diff -u packages/redmine/redmine.spec:1.27 packages/redmine/redmine.spec:1.28
--- packages/redmine/redmine.spec:1.27	Sat Mar 13 18:56:34 2010
+++ packages/redmine/redmine.spec	Thu May 13 19:26:48 2010
@@ -30,6 +30,8 @@
 Patch8:		%{name}-gantt.patch
 URL:		http://www.redmine.org/
 BuildRequires:	dos2unix
+BuildRequires:	perl-base
+BuildRequires:	rpm-perlprov
 BuildRequires:	rpmbuild(macros) >= 1.202
 BuildRequires:	ruby-rake >= 0.8.3
 Requires(postun):	/usr/sbin/userdel
@@ -47,14 +49,14 @@
 Suggests:	cvs
 Suggests:	git-core
 Suggests:	mercurial
+Suggests:	ruby-ldap
 Suggests:	ruby-mocha
 Suggests:	ruby-mysql-library
-Suggests:	ruby-ldap
 Suggests:	ruby-openid >= 2.1.4
 Suggests:	subversion >= 1.3
 # Does not work AT ALL with rails 3 currently
-Conflicts:	ruby-rails >= 3.0
 Provides:	user(redmine)
+Conflicts:	ruby-rails >= 3.0
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -90,8 +92,8 @@
 Group:		Applications/WWW
 
 %description mailhandler
-Reads an email from standard input and forward it to a Redmine
-server through a HTTP request.
+Reads an email from standard input and forward it to a Redmine server
+through a HTTP request.
 
 %package reposman
 Summary:	SCM repository manager for redmine
@@ -255,13 +257,13 @@
 %files reposman
 %defattr(644,root,root,755)
 %doc extra/svn/create_views.sql
-%{_bindir}/reposman.rb
-%{_bindir}/svnserve.wrapper
+%attr(755,root,root) %{_bindir}/reposman.rb
+%attr(755,root,root) %{_bindir}/svnserve.wrapper
 %{perl_vendorlib}/Apache/Redmine.pm
 
 %files mailhandler
 %defattr(644,root,root,755)
-%{_bindir}/rdm-mailhandler.rb
+%attr(755,root,root) %{_bindir}/rdm-mailhandler.rb
 
 %files testsuite
 %defattr(644,root,root,755)
@@ -275,6 +277,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2010/05/13 17:26:48  sparky
+- BR: perl-base (only for perl macros), rpm-perlprov
+
 Revision 1.27  2010/03/13 17:56:34  baggins
 - rel 4
 - fix rendering gantt template
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/redmine/redmine.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list