projects
/
packages
/
python-Cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a873ba
)
- build package in build stage
author
Jakub Bogusz
<qboosh@pld-linux.org>
Sun, 16 Feb 2014 12:40:14 +0000
(13:40 +0100)
committer
Jakub Bogusz
<qboosh@pld-linux.org>
Sun, 16 Feb 2014 12:40:14 +0000
(13:40 +0100)
python-Cython.spec
patch
|
blob
|
blame
|
history
diff --git
a/python-Cython.spec
b/python-Cython.spec
index 1b3d65ffcedcbaeb63a619e960e891cfc802ea34..528a0e3c78e67b5d4323c8cb5ab319eb58f9e80f 100644
(file)
--- a/
python-Cython.spec
+++ b/
python-Cython.spec
@@
-45,6
+45,11
@@
Pakiet zawierający przykładowe programy napisane w języku Cython.
%prep
%setup -q -n %{module}-%{version}
+%build
+CC="%{__cc}" \
+CFLAGS="%{rpmcflags}" \
+%{__python} setup.py build
+
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
This page took
0.134419 seconds
and
4
git commands to generate.