]> git.pld-linux.org Git - packages/taskwarrior.git/commitdiff
- 1.9.2
authorZsolt Udvari <uzsolt@pld-linux.org>
Mon, 19 Jul 2010 07:01:37 +0000 (07:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix ncurses inc/lib (using pkg-config)
- rel 0.9 (does not build)

Changed files:
    taskwarrior.spec -> 1.5

taskwarrior.spec

index d8025f5999b1f1a07330a499236fbef65e64c706..ff8234710dcaeaa602a11e7e2ab2d4c299ab3f59 100644 (file)
@@ -4,12 +4,12 @@
 Summary:       Taskwarrior is a command-line to do list manager
 Summary(hu.UTF-8):     Taskwarrior egy parancssoros ToDo-kezelő
 Name:          taskwarrior
-Version:       1.9.1
-Release:       1
+Version:       1.9.2
+Release:       0.9
 License:       GPL v2
 Group:         Applications
 Source0:       http://www.taskwarrior.org/download/%{shortname}-%{version}.tar.gz
-# Source0-md5: f486d06a9440a7034516de2a31659d3a
+# Source0-md5: be98cc74fe03b8336250e0b7ed3cd8c7
 Patch0:                %{name}-flags.patch
 URL:           http://taskwarrior.org/
 BuildRequires: autoconf
@@ -30,7 +30,7 @@ excellent CLI task manager by Paul Beckingham) with an interactive
 interface, a powerful search tool, hotkeys, forms data entry, and a
 host of new features.
 
-%description -l pl.UTF-8
+%description -l hu.UTF-8
 Taskwarrior egy törekvő project, amely a task-ot bővíti ki (a legjobb
 CLI feladatkezelő Paul Beckingham-től) egy interaktív felületettel,
 hatékony kereső eszközzel, hotkey-ekkel, űrlapokkal és új lehetőségek
@@ -63,7 +63,8 @@ Vim-syntax: taskwarrior.
 %{__autoheader}
 %{__automake}
 %configure \
-       --with-ncurses-inc=/usr/include/ncursesw
+       --with-ncurses-inc="$(pkg-config --variable=includedir ncurses++w)" \
+       --with-ncurses-lib="$(pkg-config --libs ncurses++w)"
 %{__make}
 
 %install
This page took 0.057417 seconds and 4 git commands to generate.