Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 97c3c87a0c22a14a64ae16c3a0bcb516 > files > 4

bakefile-0.2.9-10.mga6.src.rpm

Name:          bakefile
Version:       0.2.9
Release:       %mkrel 10
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
%autopatch -p1

%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 Feb 05 2016 umeabot <umeabot> 0.2.9-10.mga6
+ Revision: 939343
- Mageia 6 Mass Rebuild

* Wed Oct 15 2014 umeabot <umeabot> 0.2.9-9.mga5
+ Revision: 741506
- Second Mageia 5 Mass Rebuild

* Thu Sep 18 2014 umeabot <umeabot> 0.2.9-8.mga5
+ Revision: 693476
- Rebuild to fix library dependencies

* Tue Sep 16 2014 umeabot <umeabot> 0.2.9-7.mga5
+ Revision: 678102
- Mageia 5 Mass Rebuild

* Sat May 31 2014 pterjan <pterjan> 0.2.9-6.mga5
+ Revision: 628113
- Rebuild for new Python

* Fri Oct 18 2013 umeabot <umeabot> 0.2.9-5.mga4
+ Revision: 502993
- Mageia 4 Mass Rebuild

* 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