]> git.pld-linux.org Git - packages/bakefile.git/blobdiff - bakefile.spec
- updated to 0.2.1_pre1
[packages/bakefile.git] / bakefile.spec
index aabd32b59ba20f692fa236b9cec5aaba4f7ae54d..c950859fbd52468b534f0bd2d483d50277f5df71 100644 (file)
@@ -1,19 +1,20 @@
+%define                pre     _pre1
+
 Summary:       Native makefiles generator
 Summary(pl):   Generator natywnych plików typu Makefile
 Name:          bakefile
-Version:       0.1.6
-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: 7bae4890b50091802918f5ab2afc8813
+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: libtool
 BuildRequires: python-devel
-BuildRequires: rpm-pythonprov
 %pyrequires_eq python-modules
 Requires:      python-libxml2
 Requires:      empy >= 3.1
@@ -32,7 +33,7 @@ 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
@@ -49,8 +50,6 @@ install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_bindir}}
        DESTDIR=$RPM_BUILD_ROOT \
        install
 
-touch $RPM_BUILD_ROOT%{_aclocaldir}/autoconf_inc.m4
-
 # use system available modules
 rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/{empy,optik}
 
@@ -68,4 +67,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.201889 seconds and 4 git commands to generate.