]> git.pld-linux.org Git - packages/taskwarrior.git/commitdiff
- 2.0.0
authorZsolt Udvari <uzsolt@pld-linux.org>
Thu, 5 Apr 2012 16:28:36 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- change build system to cmake
- cmake BR

Changed files:
    taskwarrior.spec -> 1.14

taskwarrior.spec

index cc9f348271d6d444d3669bfe8d28d3a661911f9a..467ed903765eaef08ba32754aa18a5ae2d68d2b1 100644 (file)
@@ -3,16 +3,16 @@ Summary:      Taskwarrior is a command-line to do list manager
 Summary(hu.UTF-8):     Taskwarrior egy parancssoros ToDo-kezelÅ‘
 Summary(pl.UTF-8):     Taskwarrior - konsolowy manadżer rzeczy do zrobienia
 Name:          taskwarrior
-Version:       1.9.4
-Release:       2
+Version:       2.0.0
+Release:       1
 License:       GPL v2+
 Group:         Applications
 Source0:       http://www.taskwarrior.org/download/%{shortname}-%{version}.tar.gz
-# Source0-md5: 0c5d9dedb1ead69590af895d16708070
-Patch0:                %{name}-flags.patch
+# Source0-md5: b850b49f8b69bb4049c07d0914a0f7af
 URL:           http://taskwarrior.org/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: cmake
 BuildRequires: intltool
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
@@ -82,16 +82,9 @@ taskwarriora.
 
 %prep
 %setup -q -n %{shortname}-%{version}
-%patch0 -p1
 
 %build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure
-%{__make}
+%cmake
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.054466 seconds and 4 git commands to generate.