]> git.pld-linux.org Git - packages/bakefile.git/blobdiff - bakefile.spec
- updated to 0.2.1_pre1
[packages/bakefile.git] / bakefile.spec
index bd968e7309d9c16165f39dc33c0d8170cb02e638..c950859fbd52468b534f0bd2d483d50277f5df71 100644 (file)
@@ -1,22 +1,23 @@
-%include       /usr/lib/rpm/macros.python
+%define                pre     _pre1
+
 Summary:       Native makefiles generator
 Summary(pl):   Generator natywnych plików typu Makefile
 Name:          bakefile
-Version:       0.1.4
-Release:       1
+Version:       0.2.1
+Release:       0.%{pre}.1
 License:       GPL v2+
 Group:         Applications/Text
-Source0:       http://dl.sourceforge.net/bakefile/bakefile-%{version}.tar.gz
-# Source0-md5: af29dbba0c3f9038f8dc358e94dac9ed
+Source0:       http://dl.sourceforge.net/bakefile/bakefile-%{version}%{pre}.tar.gz
+# Source0-md5: bf4b78fb2afd9f34cb2f845174fc32d0
 Patch0:                %{name}-empy.patch
 URL:           http://bakefile.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: rpm-pythonprov
+BuildRequires: libtool
+BuildRequires: python-devel
 %pyrequires_eq python-modules
 Requires:      python-libxml2
 Requires:      empy >= 3.1
-Requires:      python-optik >= 1.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,11 +33,11 @@ kompilatora opis zada
 dla autoconfa, projekt dla Visual C++, makefile dla bcc itd.).
 
 %prep
-%setup -q 
+%setup -q -n %{name}-%{version}%{pre} 
 %patch0 -p1
 
 %build
-%{__aclocal}
+%{__aclocal} -I admin
 %{__autoconf}
 %{__automake}
 %configure
@@ -63,6 +64,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.151776 seconds and 4 git commands to generate.