]> git.pld-linux.org Git - packages/devtodo.git/commitdiff
- updated to 0.1.14
authorgrzegol <grzegol@pld-linux.org>
Tue, 23 Jul 2002 22:35:04 +0000 (22:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added regenerating ac/am scripts
- added am_fix patch (fixes Makefile.am)
STBR

Changed files:
    devtodo.spec -> 1.2

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.075722 seconds and 4 git commands to generate.