]> git.pld-linux.org Git - packages/devtodo.git/blobdiff - devtodo.spec
- updated to 0.1.14
[packages/devtodo.git] / devtodo.spec
index 1e263794d76068010ba6541303220189db03cf7a..2665ba1bdada6c18bcb3089e9b39819e850a529e 100644 (file)
@@ -1,13 +1,16 @@
 Summary:       Todo list managment
 Summary(pl):   ZarzĀ±dzanie listĀ± spraw do zrobienia
 Name:          devtodo
-Version:       0.1.13
+Version:       0.1.14
 Release:       1
 License:       GPL
 Group:         Development/Tools
-Source0:       http://devtodo.sourceforge.net/?0.1.13/%{name}-%{version}.tar.gz
+Source0:       http://devtodo.sourceforge.net/?%{version}/%{name}-%{version}.tar.gz
 Patch0:                %{name}-include.patch
+Patch1:                %{name}-am_fix.patch
 URL:           http://devtodo.sourceforge.net/
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -33,8 +36,13 @@ katalogu.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+rm -f missing
+aclocal
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-shared
 %{__make}
This page took 0.033303 seconds and 4 git commands to generate.