]> git.pld-linux.org Git - packages/bakefile.git/blobdiff - bakefile.spec
- up to 0.2.7
[packages/bakefile.git] / bakefile.spec
index cf0a70ef574921c08daa985f1c44c15918c7563f..c0a05d1a6b2e754453ed64e0dd345ac78d6a5976 100644 (file)
@@ -1,21 +1,22 @@
 Summary:       Native makefiles generator
-Summary(pl):   Generator natywnych plików typu Makefile
+Summary(pl.UTF-8):     Generator natywnych plików typu Makefile
 Name:          bakefile
-Version:       0.2.0
-Release:       1
-License:       GPL v2+
-Group:         Applications/Text
-Source0:       http://dl.sourceforge.net/bakefile/bakefile-%{version}.tar.gz
-# Source0-md5: 204ea8d5b1709ad33a20a90290df9157
+Version:       0.2.7
+Release:       0.1
+License:       MIT
+Group:         Development/Building
+Source0:       http://dl.sourceforge.net/bakefile/%{name}-%{version}.tar.gz
+# Source0-md5: 4485a10db8155702c4dd946e615c82fc
 Patch0:                %{name}-empy.patch
 URL:           http://bakefile.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: python-devel
+BuildRequires: rpm-pythonprov
 %pyrequires_eq python-modules
-Requires:      python-libxml2
 Requires:      empy >= 3.1
+Requires:      python-libxml2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -24,17 +25,18 @@ It takes compiler-independent description of build tasks as input and
 generate native makefile (autoconf's Makefile.in, Visual C++ project,
 bcc makefile etc.).
 
-%description -l pl
-Bakefile to generator natywnych plików typu Makefile dla wielu
-platform i kompilatorów. Przyjmuje na wej¶ciu niezale¿ny od
-kompilatora opis zadañ budowania  i tworzy natywny plik (Makefile.in
+%description -l pl.UTF-8
+Bakefile to generator natywnych plików typu Makefile dla wielu
+platform i kompilatorów. Przyjmuje na wejściu niezależny od
+kompilatora opis zadań budowania i tworzy natywny plik (Makefile.in
 dla autoconfa, projekt dla Visual C++, makefile dla bcc itd.).
 
 %prep
-%setup -q 
+%setup -q
 %patch0 -p1
 
 %build
+%{__libtoolize}
 %{__aclocal} -I admin
 %{__autoconf}
 %{__automake}
This page took 0.198632 seconds and 4 git commands to generate.