Skip to content
Snippets Groups Projects
Commit 53c19dd1ce87 authored by Rémi Cardona's avatar Rémi Cardona
Browse files

[pkg] Add spec file

parent 34353716d4b3
No related branches found
No related tags found
No related merge requests found
# 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-squareui
Version: 0.1.0
Release: logilab.1%{?dist}
Summary: squareui component for the CubicWeb framework
Group: Applications/Internet
License: LGPL
Source0: cubicweb-squareui-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: %{python} %{python}-setuptools
Requires: cubicweb >= 3.15.0
Requires: cubicweb-bootstrap
Requires: python-docutils
%description
squareui component for the CubicWeb framework
Main template that uses Bootstrap-compatible markup.
%prep
%setup -q -n cubicweb-squareui-%{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)
/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment