[roundup] Revert "Revert "- updated to 1.4.18""

John A. Khvatov ivaxer at fedoraproject.org
Thu Jun 2 19:25:36 UTC 2011


commit 98a427e1d6ba069346c645a37f8d434c87b83ea2
Author: John Khvatov <ivaxer at sgu.ru>
Date:   Thu Jun 2 23:24:56 2011 +0400

    Revert "Revert "- updated to 1.4.18""
    
    This reverts commit 0aa763b6ea3a7b639e4d784f885d3feef1f726ba.

 roundup.spec |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/roundup.spec b/roundup.spec
index e52a71b..c3446a0 100644
--- a/roundup.spec
+++ b/roundup.spec
@@ -2,8 +2,8 @@
 
 Summary: Simple and flexible issue-tracking system
 Name: roundup
-Version: 1.4.15
-Release: 2%{dist}
+Version: 1.4.18
+Release: 1%{dist}
 License: MIT
 Group: Applications/Engineering
 Source: http://pypi.python.org/packages/source/r/%{name}/%{name}-%{version}.tar.gz
@@ -25,6 +25,16 @@ Roundup is a simple and flexible issue-tracking system with command line,
 web and email interfaces.  It is based on the winning design from Ka-Ping
 Yee in the Software Carpentry "Track" design competition.
 
+%package doc
+Group: Documentation
+Summary: Documentation for the Roundup
+Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
+
+%description doc
+The roundup-doc package contains the documentation for Roundup issue-tracker.
+
+
 %prep
 %setup -q
 
@@ -78,7 +88,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %doc README.Fedora COPYING.txt
 
+%files doc
+%doc %{_defaultdocdir}/%{name}/*
+
 %changelog
+* Wed Jun 01 2011 John Khvatov <ivaxer at fedoraproject.org> - 1.4.18-1
+- updated to 1.4.18
+- added roundup-doc subpackage for documentation
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list