Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
addressbook
Commits
04543d551974
Commit
a26b8873
authored
Mar 05, 2014
by
Adrien Di Mascio
Browse files
[pkg] prepare 1.8.0 and provide a .spec file (closes #3603330)
parent
384390cbb32d
Changes
3
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
04543d55
...
...
@@ -4,7 +4,7 @@
modname
=
'addressbook'
distname
=
"cubicweb-%s"
%
modname
numversion
=
(
1
,
7
,
0
)
numversion
=
(
1
,
8
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LGPL'
...
...
cubicweb-addressbook.spec
0 → 100644
View file @
04543d55
# 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-addressbook
Version: 1.8.0
Release: logilab.1%{?dist}
Summary: addressbook component for the CubicWeb framework
Group: Applications/Internet
License: LGPL
Source0: cubicweb-addressbook-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: %{python} %{python}-setuptools
Requires: cubicweb >= 3.17.0
Requires: cubicweb-geocoding
%description
addressbook component for the CubicWeb framework
This CubicWeb component store contact information such as postal
addresses, phone numbers, instant messager address.
%prep
%setup -q -n cubicweb-addressbook-%{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)
/*
debian/changelog
View file @
04543d55
cubicweb-addressbook (1.8.0-1) unstable; urgency=low
* new upstream release
-- Adrien Di Mascio <Adrien.DiMascio@logilab.fr> Wed, 05 Mar 2014 17:33:24 +0100
cubicweb-addressbook (1.7.0-1) unstable; urgency=low
* new upstream release
...
...
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