From fe6e76939be9cbe9197535eec44cc603d0fbcfe0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 2 Apr 2008 22:30:51 +0000 Subject: [PATCH] - adapter, add changelog Changed files: ditz.spec -> 1.2 --- ditz.spec | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/ditz.spec b/ditz.spec index 7f9db1c..ba363b1 100644 --- 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 -- 2.43.0