]> git.pld-linux.org Git - packages/bakefile.git/blame - bakefile.spec
- up to 0.2.12
[packages/bakefile.git] / bakefile.spec
CommitLineData
0f6ee7a2 1# NOTE: for 1.x versions see DEVEL branch; it's not compatible with 0.x, and (according to web site) still work in progress.
5c574ae8 2Summary: Native makefiles generator
f810b4d8 3Summary(pl.UTF-8): Generator natywnych plików typu Makefile
5c574ae8 4Name: bakefile
1321a179 5Version: 0.2.12
c8aa6668 6Release: 1
83772bf7
PS
7License: MIT
8Group: Development/Building
a4c4f823 9#SourceDownload: https://github.com/vslavik/bakefile/releases
1321a179
JR
10Source0: https://github.com/vslavik/bakefile/releases/download/v%{version}.1/%{name}-%{version}.tar.gz
11# Source0-md5: a735ce2c1ca1b86adbcb2fdb06ade802
8062e6bf 12Patch0: %{name}-empy.patch
a4c4f823 13URL: http://bakefile.org/
3de6f0d3
JB
14BuildRequires: autoconf >= 2.53
15BuildRequires: automake >= 1.6
9ef82bed 16BuildRequires: libtool
3de6f0d3 17BuildRequires: python-devel >= 1:2.5
d67d9ecc 18BuildRequires: rpm-pythonprov
5c574ae8 19%pyrequires_eq python-modules
5c574ae8 20Requires: empy >= 3.1
09959895 21Requires: python-libxml2
5c574ae8
AF
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
66cbd32a
JB
25Bakefile is cross-platform, cross-compiler native makefiles generator.
26It takes compiler-independent description of build tasks as input and
27generate native makefile (autoconf's Makefile.in, Visual C++ project,
28bcc makefile etc.).
29
37713322
JR
30%description -l pl.UTF-8
31Bakefile to generator natywnych plików typu Makefile dla wielu
32platform i kompilatorów. Przyjmuje na wejściu niezależny od
09959895 33kompilatora opis zadań budowania i tworzy natywny plik (Makefile.in
66cbd32a 34dla autoconfa, projekt dla Visual C++, makefile dla bcc itd.).
5c574ae8
AF
35
36%prep
95424130 37%setup -q
8062e6bf 38%patch0 -p1
5c574ae8 39
1321a179
JR
40%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+python(\s|$),#!%{__python}\1,' \
41 src/bakefile.py \
42 src/bakefile_gen.py
43
5c574ae8 44%build
1c352ae8 45%{__libtoolize}
46%{__aclocal} -I admin
47%{__autoconf}
48%{__automake}
5c574ae8
AF
49%configure
50
51%install
52rm -rf $RPM_BUILD_ROOT
5c574ae8 53
3de6f0d3
JB
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
5c574ae8 56
71bf54bb 57# use system available modules
3de6f0d3
JB
58%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{name}/{empy,py25modules}
59
60%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
61find $RPM_BUILD_ROOT%{_libdir}/%{name} -name '*.py' | grep -E -v '/bakefile(_gen)?\.py' | xargs %{__rm}
71bf54bb 62
5c574ae8
AF
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%files
67%defattr(644,root,root,755)
3de6f0d3
JB
68%doc AUTHORS COPYING NEWS README THANKS doc/html
69%attr(755,root,root) %{_bindir}/bakefile
70%attr(755,root,root) %{_bindir}/bakefile_gen
71%attr(755,root,root) %{_bindir}/bakefilize
b16bd3d2
AF
72%{_datadir}/%{name}
73%dir %{_libdir}/%{name}
c8aa6668 74%{_libdir}/%{name}/*.py[co]
3de6f0d3 75%attr(755,root,root) %{_libdir}/%{name}/_bkl_c.so
b16bd3d2
AF
76%attr(755,root,root) %{_libdir}/%{name}/bakefile.py
77%attr(755,root,root) %{_libdir}/%{name}/bakefile_gen.py
3de6f0d3
JB
78%{_aclocaldir}/bakefile*.m4
79%{_mandir}/man1/bakefile.1*
80%{_mandir}/man1/bakefile_gen.1*
81%{_mandir}/man1/bakefilize.1*
This page took 0.087471 seconds and 4 git commands to generate.