Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 4a02bd9605db1a5417787de0386a6f31 > files > 4

bakefile-0.2.9-4.mga3.src.rpm

Name:          bakefile
Version:       0.2.9
Release:       %mkrel 4
Source0:       http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:        bakefile-0.2.9-datadir-location.patch
Patch1:        bakefile-0.2.9-format-string-1.patch

Summary:       Cross-platform makefiles generator
License:       MIT
Group:         Development/Tools
URL:           http://www.bakefile.org
BuildRequires: python-devel

%description
Bakefile is a makefiles generator that generates native makefiles for
many Unix and Windows compilers.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--libdir=%{python_sitelib}

%make

%install
%makeinstall_std

%files
%doc README THANKS AUTHORS NEWS doc/html
%{_bindir}/*
%{_datadir}/bakefile/
%{python_sitelib}/bakefile/
%{_datadir}/aclocal/*.m4
%{_mandir}/man?/*


%changelog

* Fri Jan 11 2013 umeabot <umeabot> 0.2.9-4.mga3
+ Revision: 346834
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Dec 31 2012 wally <wally> 0.2.9-3.mga3
+ Revision: 336607
- move python files to %%python_sitelib
- clean .spec a bit

* Sun Oct 28 2012 shlomif <shlomif> 0.2.9-2.mga3
+ Revision: 311006
- Fix group and add a missing article. Thanks barjac and malo.

* Sun Oct 28 2012 shlomif <shlomif> 0.2.9-1.mga3
+ Revision: 310988
- Add mkrel
- Importing based on the tarball .spec