From c0f250ea4919a8840b7f27c19da300952d60330b Mon Sep 17 00:00:00 2001 From: Luis Bazan Date: Apr 18 2018 22:34:02 +0000 Subject: new upstream version --- diff --git a/django-helpdesk-0.2.7.tar.gz b/django-helpdesk-0.2.7.tar.gz new file mode 100644 index 0000000..c625cfa Binary files /dev/null and b/django-helpdesk-0.2.7.tar.gz differ diff --git a/python-django-helpdesk.spec b/python-django-helpdesk.spec new file mode 100644 index 0000000..c5fbf0c --- /dev/null +++ b/python-django-helpdesk.spec @@ -0,0 +1,208 @@ +%global pkgname django-helpdesk + +Name: python-%{pkgname} +Version: 0.2.7 +Release: 1%{?dist} +Summary: A Django powered ticket tracker for small enterprise + +License: BSD +URL: https://github.com/django-helpdesk/django-helpdesk +Source0: https://files.pythonhosted.org/packages/source/d/%{pkgname}/%{pkgname}-%{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 python2-%{pkgname} +Summary: %{summary} + +BuildRequires: python2-devel +BuildRequires: python2-setuptools +BuildRequires: pytz +BuildRequires: python-simplejson +Requires: python2-django +BuildRequires: python2-django + +%{?python_provide:%python_provide python2-%{pkgname}} + +%description -n python2-%{pkgname} + +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 2 build of %{pkgname}. + +%package -n python3-%{pkgname} +Summary: %{summary} + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pytz +BuildRequires: python3-simplejson +Requires: python3-django +BuildRequires: python3-django + +%{?python_provide:%python_provide python3-%{pkgname}} + +%description -n python3-%{pkgname} + +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 %{pkgname}. + +%prep +%autosetup -n %{pkgname}-%{version} +rm -rf %{pkgname}.egg-info +rm -rf helpdesk/management/commands/*.py +rm -rf helpdesk/static/helpdesk/helpdesk-print.css + +%build +%py2_build +%py3_build + +%install +%py2_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 .%{python2_sitelib} -name 'django*.mo') | %{__sed} -e 's|^.||' | +%{__sed} -e \ + 's:\(.*/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:' \ + >> python2-%{pkgname}.lang +(cd %{buildroot} && find .%{python3_sitelib} -name 'django*.mo') | %{__sed} -e 's|^.||' | +%{__sed} -e \ + 's:\(.*/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:' \ + >> python3-%{pkgname}.lang + +%files -f python2-%{pkgname}.lang -n python2-%{pkgname} +%license LICENSE.3RDPARTY LICENSE +%doc README.rst +%{python2_sitelib}/helpdesk +%{python2_sitelib}/django_helpdesk-*.egg-info + +%files -f python3-%{pkgname}.lang -n python3-%{pkgname} +%license LICENSE.3RDPARTY LICENSE +%doc README.rst +%{python3_sitelib}/helpdesk +%{python3_sitelib}/django_helpdesk-*.egg-info + +%changelog +* Wed Apr 18 2018 Luis Bazan - 0.2.7-1 +- new upstream version + +* Tue Nov 21 2017 Luis Bazan - 0.2.1-1 +- new upstream version + +* Thu Jul 27 2017 Fedora Release Engineering - 0.1.18-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.1.18-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro HronĨok - 0.1.18-2 +- Rebuild for Python 3.6 + +* Wed Nov 9 2016 Jan Beran - 0.1.18-1 +- update to patched version 0.1.18 +- source update +- modernized specfile with Python 3 packaging + +* Tue Jul 19 2016 Fedora Release Engineering - 0.1.12-7 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 0.1.12-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 0.1.12-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Oct 22 2014 Luis Bazan - 0.1.12-4 +- clean spec + +* Fri Sep 19 2014 Luis Bazan - 0.1.12-3 +- rebuild simplejson + +* Fri Sep 19 2014 Luis Bazan - 0.1.12-2 +- add python-simplejson + +* Sat Aug 09 2014 Luis Bazan - 0.1.12-1 +- New Upstream version + +* Sat Jun 07 2014 Fedora Release Engineering - 0.1.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Thu Oct 24 2013 Luis Bazan - 0.1.11-1 +- New Upstream version +- remove some lines no more necessary + +* Sun Aug 04 2013 Fedora Release Engineering - 0.1.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Tue May 07 2013 Matthias Runge - 0.1.8-4 +- requires/buildrequires python-django14 + +* Wed Mar 27 2013 Luis Bazan - 0.1.8-3 +- add python macro + +* Mon Feb 18 2013 Luis Bazan - 0.1.8-2 +- Add pytz + +* Fri Feb 15 2013 Luis Bazan - 0.1.8-1 +- New Upstream Version + +* Thu Feb 14 2013 Fedora Release Engineering - 0.1.7b-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Sep 28 2012 Luis Bazan - 0.1.7b-3 +- Fix BZ 858025 comment 3 + +* Wed Sep 26 2012 Luis Bazan - 0.1.7b-2 +- Fix BZ 858025 comment 2 + +* Mon Sep 17 2012 Luis Bazan - 0.1.7b-1 +- Initial Import