]> git.pld-linux.org Git - packages/ditz.git/commitdiff
- adapter, add changelog master
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 2 Apr 2008 22:30:51 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ditz.spec -> 1.2

ditz.spec

index 7f9db1c2aca04e0ea79c8d73ededd387f29f09d8..ba363b1c2498f1da3ca08091f7ffa05cc3a4e917 100644 (file)
--- a/ditz.spec
+++ b/ditz.spec
@@ -3,12 +3,12 @@ Name:         ditz
 Version:       0.1
 Release:       1
 License:       Ruby
-Source0:       http://rubyforge.org/frs/download.php/34859/ditz-0.1.tgz
+Source0:       http://rubyforge.org/frs/download.php/34859/%{name}-%{version}.tgz
 # Source0-md5: 1ea135ab10fff82ed240d1cd5fc94f12
 Group:         Development/Tools
 Patch0:                %{name}-nogems.patch
 Patch1:                %{name}-paths.patch
-URL:   http://ditz.rubyforge.org/
+URL:           http://ditz.rubyforge.org/
 BuildRequires: rpmbuild(macros) >= 1.277
 BuildRequires: ruby-modules
 BuildRequires: setup.rb
@@ -17,18 +17,19 @@ Requires:   ruby-trollop
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Ditz is a simple, light-weight distributed issue tracker designed to work
-with distributed version control systems like darcs and git. Ditz maintains
-an issue database file on disk, written in a line-based and human-editable
-format. This file is kept under version control, alongside project code.
-Changes in issue state is handled by version control like code change:
-included as part of a commit, merged with changes from other developers,
-conflict-resolved in the standard manner, etc.
-
-Ditz provides a simple, console-based interface for creating and updating
-the issue database file, and some rudimentary HTML generation capabilities
-for producing world-readable status pages. It offers no central public
-method of bug submission.
+Ditz is a simple, light-weight distributed issue tracker designed to
+work with distributed version control systems like darcs and git. Ditz
+maintains an issue database file on disk, written in a line-based and
+human-editable format. This file is kept under version control,
+alongside project code. Changes in issue state is handled by version
+control like code change: included as part of a commit, merged with
+changes from other developers, conflict-resolved in the standard
+manner, etc.
+
+Ditz provides a simple, console-based interface for creating and
+updating the issue database file, and some rudimentary HTML generation
+capabilities for producing world-readable status pages. It offers no
+central public method of bug submission.
 
 %prep
 %setup -q
This page took 0.067099 seconds and 4 git commands to generate.