]> 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 ad011bb96839d9ddf525d76ef2d4afe9d2c3331c..1ba8c6d2fe040fd92d5ae52efc881c5235f2f31c 100644 (file)
@@ -1,18 +1,18 @@
 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.4
-Release:       3
-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: af29dbba0c3f9038f8dc358e94dac9ed
-Source1:       %{name}-%{version}.m4
+# 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
@@ -25,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
@@ -49,9 +49,6 @@ install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_bindir}}
        DESTDIR=$RPM_BUILD_ROOT \
        install
 
-# please remove if bakefile version >= 0.1.5
-install %{SOURCE1} $RPM_BUILD_ROOT%{_aclocaldir}/bakefile.m4
-
 # use system available modules
 rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/{empy,optik}
 
@@ -66,6 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/*.py[oc]
+%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.089346 seconds and 4 git commands to generate.