From 9f05087e55ec94e01c00f8f19a634ee6ec7354a4 Mon Sep 17 00:00:00 2001 From: Luis Bazan Date: Feb 11 2019 18:48:38 +0000 Subject: new upstream version --- diff --git a/.gitignore b/.gitignore index a3e4599..ac916b7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /django-helpdesk-0.2.8.tar.gz /django-helpdesk-0.2.9.tar.gz /django-helpdesk-0.2.10.tar.gz +/django-helpdesk-0.2.13.tar.gz diff --git a/python-django-helpdesk.spec b/python-django-helpdesk.spec index 2a735ed..67bb1e5 100644 --- a/python-django-helpdesk.spec +++ b/python-django-helpdesk.spec @@ -1,98 +1,70 @@ %global pypi_name django-helpdesk - + +%global desc %{expand: \ +Django-helpdesk This is a Django-powered helpdesk ticket tracker, designed to +plug into an existing Django website and provide you with internal (or, +perhaps, external) helpdesk management.} + Name: python-%{pypi_name} -Version: 0.2.10 +Version: 0.2.13 Release: 1%{?dist} -Summary: A Django powered ticket tracker for small enterprise - +Summary: Django-powered ticket tracker for your helpdesk + License: BSD -URL: https://github.com/django-helpdesk/%{pypi_name} -Source0: https://pypi.python.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz - +URL: https://github.com/django-helpdesk/django-helpdesk +Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch - -%description - -Django-helpdesk - A Django powered ticket tracker for small enterprise. - -Copyright 2009-11 Jutda and Ross Poulton. All Rights Reserved. See LICENSE -for details. - -django-helpdesk was formerly known as Jutda Helpdesk, named after the -company who originally created it. As of January 2011 the name has been -changed to reflect what it really is: a Django-powered ticket tracker -with contributors reaching far beyond Jutda. - -Complete documentation is available in the docs/ directory, or online -at http://django-helpdesk.readthedocs.org/. - -You can see a demo installation at http://django-helpdesk-demo.herokuapp.com/. - -%package -n python3-%{pypi_name} - -Summary: %{summary} - Python 3 version - + BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pytz -BuildRequires: python3-simplejson -Requires: python3-django -BuildRequires: python3-django - -Obsoletes: python-%{pypi_name} < 0.2.1-2 -Obsoletes: python2-%{pypi_name} < 0.2.1-2 - +BuildRequires: python3dist(beautifulsoup4) +BuildRequires: python3dist(django) < 3 +BuildRequires: python3dist(django) >= 1.11 +BuildRequires: python3dist(lxml) +BuildRequires: python3dist(pytz) +BuildRequires: python3dist(pytz) +BuildRequires: python3dist(setuptools) +BuildRequires: python3dist(simplejson) +BuildRequires: python3dist(six) + +%description +%{desc} + +%package -n python3-%{pypi_name} +Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} - + +Requires: python3dist(beautifulsoup4) +Requires: python3dist(django) < 3 +Requires: python3dist(django) >= 1.11 +Requires: python3dist(lxml) +Requires: python3dist(pytz) +Requires: python3dist(pytz) +Requires: python3dist(setuptools) +Requires: python3dist(simplejson) +Requires: python3dist(six) + %description -n python3-%{pypi_name} - -Django-helpdesk - A Django powered ticket tracker for small enterprise. - -Copyright 2009-11 Jutda and Ross Poulton. All Rights Reserved. See LICENSE -for details. - -django-helpdesk was formerly known as Jutda Helpdesk, named after the -company who originally created it. As of January 2011 the name has been -changed to reflect what it really is: a Django-powered ticket tracker -with contributors reaching far beyond Jutda. - -Complete documentation is available in the docs/ directory, or online -at http://django-helpdesk.readthedocs.org/. - -You can see a demo installation at http://django-helpdesk-demo.herokuapp.com/. - -This package provides Python 3 build of %{pypi_name}. - +%{desc} + %prep -%autosetup -p1 -n %{pypi_name}-%{version} +%autosetup -n %{pypi_name}-%{version} +# Remove bundled egg-info rm -rf %{pypi_name}.egg-info -rm -rf helpdesk/management/commands/*.py -rm -rf helpdesk/static/helpdesk/helpdesk-print.css - + %build %py3_build - %install %py3_install - -# Handling locale files -# This is adapted from the %%find_lang macro, which cannot be directly -# used since Django locale files are not located in %%{_datadir} -# -# The rest of the packaging guideline still apply -- do not list -# locale files by hand! -(cd %{buildroot} && find .%{python3_sitelib} -name 'django*.mo') | %{__sed} -e 's|^.||' | -%{__sed} -e \ - 's:\(.*/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:' \ - >> python3-%{pypi_name}.lang - -%files -f python3-%{pypi_name}.lang -n python3-%{pypi_name} -%license LICENSE.3RDPARTY LICENSE -%doc README.rst +%files -n python3-%{pypi_name} +%license LICENSE LICENSE.3RDPARTY helpdesk/static/helpdesk/vendor/datatables/extensions/AutoFill/License.txt helpdesk/static/helpdesk/vendor/datatables/extensions/Buttons/License.txt helpdesk/static/helpdesk/vendor/datatables/extensions/ColReorder/License.txt helpdesk/static/helpdesk/vendor/datatables/extensions/FixedColumns/License.txt helpdesk/static/helpdesk/vendor/datatables/extensions/FixedHeader/License.txt helpdesk/static/helpdesk/vendor/datatables/extensions/KeyTable/License.txt helpdesk/static/helpdesk/vendor/datatables/extensions/Responsive/License.txt helpdesk/static/helpdesk/vendor/datatables/extensions/RowGroup/License.txt helpdesk/static/helpdesk/vendor/datatables/extensions/RowReorder/License.txt helpdesk/static/helpdesk/vendor/datatables/extensions/Scroller/License.txt helpdesk/static/helpdesk/vendor/datatables/extensions/Select/License.txt helpdesk/static/helpdesk/vendor/datatables/license.txt helpdesk/static/helpdesk/vendor/flot/LICENSE.txt helpdesk/static/helpdesk/vendor/jquery-ui/LICENSE.txt +%doc README.rst demo/README.rst helpdesk/static/helpdesk/vendor/datatables/Readme.md helpdesk/static/helpdesk/vendor/datatables/extensions/AutoFill/Readme.md helpdesk/static/helpdesk/vendor/datatables/extensions/Buttons/Readme.md helpdesk/static/helpdesk/vendor/datatables/extensions/ColReorder/Readme.md helpdesk/static/helpdesk/vendor/datatables/extensions/FixedColumns/Readme.md helpdesk/static/helpdesk/vendor/datatables/extensions/FixedHeader/Readme.md helpdesk/static/helpdesk/vendor/datatables/extensions/KeyTable/Readme.md helpdesk/static/helpdesk/vendor/datatables/extensions/Responsive/Readme.md helpdesk/static/helpdesk/vendor/datatables/extensions/RowGroup/Readme.md helpdesk/static/helpdesk/vendor/datatables/extensions/RowReorder/Readme.md helpdesk/static/helpdesk/vendor/datatables/extensions/Scroller/Readme.md helpdesk/static/helpdesk/vendor/datatables/extensions/Select/Readme.md helpdesk/static/helpdesk/vendor/flot/README.md helpdesk/static/helpdesk/vendor/morrisjs/README.md %{python3_sitelib}/helpdesk -%{python3_sitelib}/django_helpdesk-*.egg-info +%{python3_sitelib}/django_helpdesk-%{version}-py?.?.egg-info %changelog +* Mon Feb 11 2019 Luis Bazan - 0.2.13-1 +- New upstream version + * Mon Sep 03 2018 Luis Bazan - 0.2.10-1 - New upstream version diff --git a/sources b/sources index 819a13f..2daf3e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (django-helpdesk-0.2.10.tar.gz) = 584f8ed0a771ba6c66d91a0296ea1b34a9c66cad636b5e5bf9adad2f0377115feb6e1cb09a91a265a49b4909ee056495621045ce1f0b7de6b751388e362e556d +SHA512 (django-helpdesk-0.2.13.tar.gz) = d64a03ddb46730079ea64f83fece32b8dcbef9334b88207bd99dc0756af0b5323d135a9a648d105b6ee756c96673c7f8103c94408dfc291fd2dc36378f296e47