5 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
7 Summary: MySlice Frontend
12 Source0: %{name}-%{version}.tar.gz
13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
16 Packager: OpenLab <thierry.parmentelat@inria.fr>
19 # We use set everywhere
20 Requires: python >= 2.7
24 BuildRequires: python-setuptools make
27 The MySlice frontend provides a django application that interacts with
28 a manifold backend to provide a User-Interface to a federation of
38 rm -rf $RPM_BUILD_ROOT
39 %{__make} install DESTDIR="$RPM_BUILD_ROOT" datadir="%{_datadir}" bindir="%{_bindir}"
42 rm -rf $RPM_BUILD_ROOT
45 %defattr(-,root,root,-)
46 %dir %{_datadir}/myslice
50 * Mon Apr 08 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myslice-django-0.1-3
51 - a small number of representative plugins are available
52 - next step is to correlate a Get query with its corresponding Update like in slice.php
54 * Mon Mar 25 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myslice-django-0.1-2
55 - new pluing 'hazelnut' which is a tmpname for the former datatables one
56 - querycode is syntaxhighlighter-enabled