rpms/rt3/devel .cvsignore, 1.7, 1.8 rt3.spec, 1.19, 1.20 sources, 1.7, 1.8

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Wed Oct 17 17:22:49 UTC 2007


Author: corsepiu

Update of /cvs/pkgs/rpms/rt3/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8719

Modified Files:
	.cvsignore rt3.spec sources 
Log Message:
* Wed Oct 17 2007 Ralf Corsépius <rc040203 at freenet.de> - 3.6.5-1
- Upstream update.
- Split-out rt-mailgate in to rt3-mailgate (BZ 332731).



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rt3/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	4 Sep 2007 15:27:58 -0000	1.7
+++ .cvsignore	17 Oct 2007 17:22:17 -0000	1.8
@@ -1 +1 @@
-rt-3.6.4.tar.gz
+rt-3.6.5.tar.gz


Index: rt3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rt3/devel/rt3.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- rt3.spec	14 Oct 2007 17:48:17 -0000	1.19
+++ rt3.spec	17 Oct 2007 17:22:17 -0000	1.20
@@ -12,7 +12,7 @@
 %define RT3_LOCALSTATEDIR	%{_localstatedir}/lib/rt3
 
 Name:		rt3
-Version:	3.6.4
+Version:	3.6.5
 Release:	1%{?dist}
 Summary:	Request tracker 3
 
@@ -60,11 +60,25 @@
 Requires: perl(Tree::Simple)
 Requires: perl(URI::URL)
 
+# Split out. Technically, not actually necessary, but ... let's keep it for now.
+Requires: rt3-mailgate
+
 %description
 RT is an enterprise-grade ticketing system which enables a group of people
 to intelligently and efficiently manage tasks, issues, and requests submitted
 by a community of users.
 
+%package mailgate
+Summary: rt3's mailgate utility.
+Group:   Applications/Internet
+# rpm doesn't catch these:
+Requires:	perl(Pod::Usage)
+Requires:	perl(HTML::TreeBuilder)
+Requires:	perl(HTML::FormatText)
+
+%description mailgate
+%{summary}
+
 %prep
 %setup -q -n rt-%{version}
 
@@ -216,7 +230,9 @@
 %doc COPYING README UPGRADING README.fedora
 %{_bindir}/*
 %{_sbindir}/*
+%exclude %{_sbindir}/rt-mailgate
 %{_mandir}/man1/*
+%exclude %{_mandir}/man1/rt-mailgate*
 %{RT3_LIBDIR}/*
 %{RT3_LOGDIR}
 
@@ -242,7 +258,15 @@
 %ghost %{_prefix}/local/lib/rt3
 %ghost %{_prefix}/local/etc/rt3
 
+%files mailgate
+%{_sbindir}/rt-mailgate
+%{_mandir}/man1/rt-mailgate*
+
 %changelog
+* Wed Oct 17 2007 Ralf Corsépius <rc040203 at freenet.de> - 3.6.5-1
+- Upstream update.
+- Split-out rt-mailgate in to rt3-mailgate (BZ 332731).
+
 * Tue Sep 04 2007 Ralf Corsépius <rc040203 at freenet.de> - 3.6.4-1
 - Upstream update.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rt3/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	4 Sep 2007 15:27:58 -0000	1.7
+++ sources	17 Oct 2007 17:22:17 -0000	1.8
@@ -1 +1 @@
-b7a42c308a07b1f7a496d4d816bb87cc  rt-3.6.4.tar.gz
+e935ef70ad72e6b9cdaea781b676a4cd  rt-3.6.5.tar.gz




More information about the fedora-extras-commits mailing list