Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
activitystream
Commits
102aada637de
Commit
10f7a3d6
authored
Jun 11, 2014
by
Julien Cristau
Browse files
merge
parents
81f678a69d01
49655d9b4267
Changes
2
Hide whitespace changes
Inline
Side-by-side
.hgtags
View file @
102aada6
e7fcada2d97adcdabe195f4794c39792f16cc1e1 cubicweb-activitystream-version-0.1.0
8cd5d321d9522bfca0c2e4670304271054f49644 cubicweb-activitystream-debian-version-0.1.0-1
ce7db82d4d25067e9bbe3c15cef81a38eb97f856 cubicweb-activitystream-centos-version-0.1.2-1
ff8b98a02675b43e164ca80e0e0fa2e049b137c7 cubicweb-activitystream-version-0.1.2
8b608f91144339cad06568b4285b3c3194c16385 cubicweb-activitystream-debian-version-0.1.2-1
cubicweb-activitystream.spec
0 → 100644
View file @
102aada6
# for el5, force use of python2.6
%if 0%{?el5}
%define python python26
%define __python /usr/bin/python2.6
%else
%define python python
%define __python /usr/bin/python
%endif
%{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: cubicweb-activitystream
Version: 0.1.2
Release: logilab.1%{?dist}
Summary: activity streams component for the CubicWeb framework
Group: Applications/Internet
License: LGPL
Source0: cubicweb-activitystream-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: %{python} %{python}-setuptools
Requires: cubicweb >= 3.10.8
%description
activity streams component for the CubicWeb framework
%prep
%setup -q -n cubicweb-activitystream-%{version}
%if 0%{?el5}
# change the python version in shebangs
find . -name '*.py' -type f -print0 | xargs -0 sed -i '1,3s;^#!.*python.*$;#! /usr/bin/python2.6;'
%endif
%install
NO_SETUPTOOLS=1 %{__python} setup.py --quiet install --no-compile --prefix=%{_prefix} --root="$RPM_BUILD_ROOT"
# remove generated .egg-info file
rm -rf $RPM_BUILD_ROOT/usr/lib/python*
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
/*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment