]> 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 9c39cd6440b0d1fb531b4a7d3b92b4801c75a62d..1ba8c6d2fe040fd92d5ae52efc881c5235f2f31c 100644 (file)
@@ -1,18 +1,19 @@
 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.1.8
-Release:       1
-License:       GPL v2+
-Group:         Applications/Text
+Version:       0.2.2
+Release:       0.1
+License:       MIT
+Group:         Development/Building
 Source0:       http://dl.sourceforge.net/bakefile/bakefile-%{version}.tar.gz
-# Source0-md5: df966b4892b2425172549e7a2e291fb3
+# 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
@@ -24,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 
+%setup -q
 %patch0 -p1
 
 %build
@@ -65,4 +66,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/%{name}/*.so
 %attr(755,root,root) %{_libdir}/%{name}/bakefile.py
 %attr(755,root,root) %{_libdir}/%{name}/bakefile_gen.py
-%{_mandir}/man1/bakefile.1*
+%{_mandir}/man1/bakefil*.1*
This page took 0.067433 seconds and 4 git commands to generate.