]> git.pld-linux.org Git - packages/bakefile.git/blobdiff - bakefile.spec
- updated to 0.2.2, license/group updated.
[packages/bakefile.git] / bakefile.spec
index c950859fbd52468b534f0bd2d483d50277f5df71..1ba8c6d2fe040fd92d5ae52efc881c5235f2f31c 100644 (file)
@@ -1,20 +1,19 @@
-%define                pre     _pre1
-
 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.1
-Release:       0.%{pre}.1
-License:       GPL v2+
-Group:         Applications/Text
-Source0:       http://dl.sourceforge.net/bakefile/bakefile-%{version}%{pre}.tar.gz
-# Source0-md5: bf4b78fb2afd9f34cb2f845174fc32d0
+Version:       0.2.2
+Release:       0.1
+License:       MIT
+Group:         Development/Building
+Source0:       http://dl.sourceforge.net/bakefile/bakefile-%{version}.tar.gz
+# Source0-md5: 42d5591cecbf628ecc5ee4e5e2ee809c
 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
@@ -26,14 +25,14 @@ 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 -n %{name}-%{version}%{pre} 
+%setup -q
 %patch0 -p1
 
 %build
This page took 0.08717 seconds and 4 git commands to generate.