]> git.pld-linux.org Git - packages/bakefile.git/blame - bakefile.spec
- up to 0.2.7
[packages/bakefile.git] / bakefile.spec
CommitLineData
5c574ae8 1Summary: Native makefiles generator
f810b4d8 2Summary(pl.UTF-8): Generator natywnych plików typu Makefile
5c574ae8 3Name: bakefile
09959895 4Version: 0.2.7
83772bf7
PS
5Release: 0.1
6License: MIT
7Group: Development/Building
09959895 8Source0: http://dl.sourceforge.net/bakefile/%{name}-%{version}.tar.gz
9# Source0-md5: 4485a10db8155702c4dd946e615c82fc
8062e6bf 10Patch0: %{name}-empy.patch
5c574ae8 11URL: http://bakefile.sourceforge.net/
66cbd32a
JB
12BuildRequires: autoconf
13BuildRequires: automake
9ef82bed 14BuildRequires: libtool
a07bf91e 15BuildRequires: python-devel
d67d9ecc 16BuildRequires: rpm-pythonprov
5c574ae8 17%pyrequires_eq python-modules
5c574ae8 18Requires: empy >= 3.1
09959895 19Requires: python-libxml2
5c574ae8
AF
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
66cbd32a
JB
23Bakefile is cross-platform, cross-compiler native makefiles generator.
24It takes compiler-independent description of build tasks as input and
25generate native makefile (autoconf's Makefile.in, Visual C++ project,
26bcc makefile etc.).
27
37713322
JR
28%description -l pl.UTF-8
29Bakefile to generator natywnych plików typu Makefile dla wielu
30platform i kompilatorów. Przyjmuje na wejściu niezależny od
09959895 31kompilatora opis zadań budowania i tworzy natywny plik (Makefile.in
66cbd32a 32dla autoconfa, projekt dla Visual C++, makefile dla bcc itd.).
5c574ae8
AF
33
34%prep
95424130 35%setup -q
8062e6bf 36%patch0 -p1
5c574ae8
AF
37
38%build
edecca04 39%{__libtoolize}
df002f60 40%{__aclocal} -I admin
c53d0594
AF
41%{__autoconf}
42%{__automake}
5c574ae8
AF
43%configure
44
45%install
46rm -rf $RPM_BUILD_ROOT
47install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_bindir}}
48
49%{__make} \
50 DESTDIR=$RPM_BUILD_ROOT \
51 install
52
71bf54bb 53# use system available modules
b16bd3d2 54rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/{empy,optik}
71bf54bb 55
5c574ae8
AF
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
61%doc README THANKS doc/html
62%attr(755,root,root) %{_bindir}/*
63%{_aclocaldir}/*.m4
b16bd3d2
AF
64%{_datadir}/%{name}
65%dir %{_libdir}/%{name}
66%{_libdir}/%{name}/*.py[oc]
531d3995 67%attr(755,root,root) %{_libdir}/%{name}/*.so
b16bd3d2
AF
68%attr(755,root,root) %{_libdir}/%{name}/bakefile.py
69%attr(755,root,root) %{_libdir}/%{name}/bakefile_gen.py
77eff798 70%{_mandir}/man1/bakefil*.1*
This page took 0.066899 seconds and 4 git commands to generate.