[task] Initial package for task 2.0.0

Federico Hernandez ultrafredde at fedoraproject.org
Mon Mar 26 23:38:11 UTC 2012


commit 6db701cc52e13f5deac01061daf4b5f59c8d95b0
Author: Federico Hernandez <ultrafredde at gmail.com>
Date:   Tue Mar 27 03:37:52 2012 +0200

    Initial package for task 2.0.0

 .gitignore        |    1 +
 sources           |    2 +-
 task-unistd.patch |   22 ----------------------
 task.spec         |   15 ++++++---------
 4 files changed, 8 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f4179b2..61ae8ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ task-1.9.2.tar.gz
 /task-1.9.4.tar.gz
 /task-2.0.0.beta4.tar.gz
 /task-2.0.0.RC1.tar.gz
+/task-2.0.0.tar.gz
diff --git a/sources b/sources
index c15fded..3361a49 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-42333fa5a0ab3a6b058146182cbb7b1a  task-2.0.0.RC1.tar.gz
+b850b49f8b69bb4049c07d0914a0f7af  task-2.0.0.tar.gz
diff --git a/task.spec b/task.spec
index fcdfe9c..2dab85c 100644
--- a/task.spec
+++ b/task.spec
@@ -1,13 +1,11 @@
-%global betaver RC1
-
 Name:           task
 Version:        2.0.0
-Release:        0.2.%{betaver}%{?dist}
+Release:        1%{?dist}
 Summary:        A command-line to do list manager
 Group:          Applications/Productivity
-License:        GPLv2+
+License:        MIT
 URL:            http://taskwarrior.org
-Source0:        http://taskwarrior.org/download/%{name}-%{version}.%{betaver}.tar.gz
+Source0:        http://taskwarrior.org/download/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  cmake
 
@@ -20,7 +18,7 @@ low-level API, abbreviations for all commands and
 options, multi-user file locking, recurring tasks.
 
 %prep
-%setup -q -n %{name}-%{version}.%{betaver}
+%setup -q -n %{name}-%{version}
 
 %build
 %cmake
@@ -48,17 +46,16 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Mon Mar 27 2012 Federico Hernandez <ultrafredde at gmail.com> 2.0.0-1
+  Initial RPM for task release 2.0.0
 * Mon Mar  5 2012 Tom Callaway <spot at fedoraproject.org> 2.0.0-0.2.RC1
 - update to 2.0.0 RC1
-
 * Mon Feb 20 2012 Luke Macken <lmacken at redhat.com> - 2.0.0-0.1.beta4
 - Update to the latest 2.0 beta
 - Build with cmake
 - Add task-unistd.patch to get it building
-
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
 * Fri Mar 04 2011 Federico Hernandez <ultrafredde at gmail.com> - 1.9.4-1
   Intial RPM for task release 1.9.4
 * Mon Nov 08 2010 Federico Hernandez <ultrafredde at gmail.com> - 1.9.3-1


More information about the scm-commits mailing list