diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 60ca87d..0000000 --- a/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -/fedocal-0.1.0.tar.gz -/fedocal-0.1.1.tar.gz -/fedocal-0.1.2.tar.gz -/fedocal-0.4.4.tar.gz -/fedocal-0.4.6.tar.gz -/fedocal-0.4.7.tar.gz -/fedocal-0.5.0.tar.gz -/fedocal-0.5.1.tar.gz -/fedocal-0.15.tar.gz -/fedocal-0.15.1.tar.gz -/fedocal-0.16.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/fedocal.spec b/fedocal.spec deleted file mode 100644 index 677bbf8..0000000 --- a/fedocal.spec +++ /dev/null @@ -1,247 +0,0 @@ -# This package depends on automagic byte compilation -# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 -%global _python_bytecompile_extra 1 - -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from -%distutils.sysconfig import get_python_lib; print (get_python_lib())")} - -Name: fedocal -Version: 0.16 -Release: 3%{?dist} -Summary: A web based calendar application - -License: GPLv3+ -URL: http://pagure.io/fedocal/ -Source0: https://releases.pagure.org/fedocal/%{name}-%{version}.tar.gz - -BuildArch: noarch - -BuildRequires: python2-devel -BuildRequires: python2-flask -BuildRequires: python2-pytz -BuildRequires: python2-wtforms -BuildRequires: python2-flask-wtf -BuildRequires: python2-vobject -BuildRequires: python2-kitchen -BuildRequires: python2-fedora >= 0.3.33 -BuildRequires: python2-fedora-flask >= 0.3.33 -BuildRequires: python2-alembic -BuildRequires: python2-dateutil >= 1:0 -BuildRequires: python2-setuptools -BuildRequires: python2-markdown -BuildRequires: python2-docutils -BuildRequires: python2-bleach -BuildRequires: python2-sqlalchemy > 0.5 -BuildRequires: babel - -Requires: python2-sqlalchemy > 0.5 -Requires: python2-bleach -Requires: python2-flask -Requires: python2-pytz -Requires: python2-wtforms -Requires: python2-flask-wtf -Requires: python2-vobject -Requires: python2-kitchen -Requires: python2-fedora >= 0.3.32.3-3 -Requires: python2-fedora-flask -Requires: python2-alembic -Requires: python2-dateutil >= 1:0 -Requires: python2-setuptools -Requires: python2-markdown -Requires: python2-docutils -Requires: python2-mod_wsgi - -%description -fedocal is a web- based calendar application for Fedora. It aims at replacing -the tables in the wiki which are hard to edit and maintain. -Calendar can be exported to an iCal format allowing read-only integration with -most calendar application. - - -%prep -%setup -q - -sed -i -e 's|script_location = alembic|script_location = /usr/share/fedocal/alembic|' alembic.ini.sample -sed -i -e "s|#!/usr/bin/env python|#!%{__python2}|" nosetests -# drop hard requirement for mock -sed -i -e "s|mock==1.1.2|mock|" requirements.txt - -# Compile the translations -pybabel compile -d fedocal/translations - - -%build -%{__python2} setup.py build - - -%install -rm -rf $RPM_BUILD_ROOT -%{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT - -# Install apache configuration file -mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/ -install -m 644 fedocal.conf $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/fedocal.conf - -# Install configuration file -mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/fedocal -install -m 644 fedocal.cfg.sample $RPM_BUILD_ROOT/%{_sysconfdir}/fedocal/fedocal.cfg -install -m 644 alembic.ini.sample $RPM_BUILD_ROOT/%{_sysconfdir}/fedocal/alembic.ini - -# Install WSGI file -mkdir -p $RPM_BUILD_ROOT/%{_datadir}/fedocal -cp -r alembic/ $RPM_BUILD_ROOT/%{_datadir}/fedocal/ -install -m 644 fedocal.wsgi $RPM_BUILD_ROOT/%{_datadir}/fedocal/fedocal.wsgi - -# Install the createdb script -install -m 644 createdb.py $RPM_BUILD_ROOT/%{_datadir}/fedocal/fedocal_createdb.py - - -%files -%doc README.rst LICENSE doc/ -%config(noreplace) %{_sysconfdir}/httpd/conf.d/fedocal.conf -%config(noreplace) %{_sysconfdir}/fedocal/fedocal.cfg -%config(noreplace) %{_sysconfdir}/fedocal/alembic.ini -%dir %{_sysconfdir}/fedocal/ -%{_datadir}/fedocal/ -%{python2_sitelib}/fedocal/ -%{python2_sitelib}/fedocal*.egg-info -%{_bindir}/fedocal_cron.py - - -%changelog -* Sat Jun 29 2019 Kevin Fenzi - 0.16-3 -- Drop mock 1.1.2 requirement so package is installable. - -* Thu Jan 31 2019 Fedora Release Engineering - 0.16-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Jul 24 2018 Pierre-Yves Chibon - 0.16-1 -- Update to 0.16 - -* Thu Jul 19 2018 Pierre-Yves Chibon - 0.15.1-7 -- Use the py2 version of the macros - -* Fri Jul 13 2018 Fedora Release Engineering - 0.15.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Mar 01 2018 Iryna Shcherbina - 0.15.1-5 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Wed Feb 07 2018 Fedora Release Engineering - 0.15.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0.15.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 0.15.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Jan 11 2017 Pierre-Yves Chibon - 0.15.1-1 -- Update to 0.15.1 -- Fix double time-zone conversion - -* Tue Jan 10 2017 Pierre-Yves Chibon - 0.15-1 -- Update to 0.15 - -* Tue Jul 19 2016 Fedora Release Engineering - 0.5.1-8 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Wed Feb 03 2016 Fedora Release Engineering - 0.5.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 0.5.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sun Feb 22 2015 Zbigniew Jędrzejewski-Szmek - 0.5.1-5 -- Update requires to allow any dateutils from epoch 1 - -* Wed Aug 06 2014 Pierre-Yves Chibon - 0.5.1-4 -- Requires dateutils =< 1.5 or > 2.0 - -* Wed Aug 06 2014 Jon Ciesla - 0.5.1-3 -- Fix python-dateutil Requires. - -* Sat Jun 07 2014 Fedora Release Engineering - 0.5.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Tue Mar 04 2014 Pierre-Yves Chibon - 0.5.1-1 -- Update to 0.5.1 -- Fix the link in the reminder email sent (does not hardcode the url anymore and - has the appropriate meeting id) - -* Tue Mar 04 2014 Pierre-Yves Chibon - 0.5.0-1 -- Update to 0.5.0 -- Rework the monthly calendar -- Add a list view to locations -- Fix visualization of full day meeting over multiple days - -* Wed Feb 26 2014 Pierre-Yves Chibon - 0.4.7-1 -- Update to 0.4.7 -- Add the 3 and 4 weeks recursion frequency - -* Thu Feb 13 2014 Pierre-Yves Chibon - 0.4.6-1 -- Update to 0.4.6 -- Bug fix release fixing bug in the propagation of the manager in recurrent - meetings - -* Sat Feb 08 2014 Pierre-Yves Chibon - 0.4.5-1 -- Update to 0.4.5 -- Bug fix release fixing bug in the reminder/fedmsg msg for recursive meetings - -* Thu Jan 30 2014 Pierre-Yves Chibon - 0.4.4-1 -- Update to 0.4.4 -- Bug fix release fixing bug when editing recursive meeting that have never - occured so far - -* Thu Jan 30 2014 Pierre-Yves Chibon - 0.4.3-1 -- Update to 0.4.3 -- Bug fix release fixing bug when deleting recursive meeting that have never - occured so far - -* Thu Jan 30 2014 Pierre-Yves Chibon - 0.4.2-1 -- Update to 0.4.2 -- Bug fix release fixing bug in the iCal output - -* Thu Jan 30 2014 Pierre-Yves Chibon - 0.4.1-1 -- Update to 0.4.1 - -* Tue Jan 28 2014 Pierre-Yves Chibon - 0.4.0-1 -- Update to 0.4.0 - -* Fri Nov 15 2013 Pierre-Yves Chibon - 0.3.1-1 -- Update to 0.3.1 - -* Thu Nov 14 2013 Pierre-Yves Chibon - 0.3.0-1 -- Update to 0.3.0 -- Move the createdb script into %%{_datadir}/fedocal/ - -* Mon Oct 28 2013 Pierre-Yves Chibon - 0.2.9-1 -- First pre-release before 0.3.0 - -* Fri Sep 27 2013 Pierre-Yves Chibon - 0.2.0-1 -- Update to release 0.2.0 - -* Sat Aug 03 2013 Fedora Release Engineering - 0.1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Mar 15 2013 Pierre-Yves Chibon - 0.1.2.-1 -- Update to 0.1.2 which includes the alembic files - -* Fri Mar 15 2013 Pierre-Yves Chibon - 0.1.1.-1 -- Update to 0.1.1 -- Include the createdb.py script as %%doc -- Add the alembic.ini into /etc/fedocal - -* Fri Mar 08 2013 Pierre-Yves Chibon - 0.1.0-3 -- Fix import of flask-fas which fixes build on EL6 -- Fix Requires and BuilRequires for EL6 - -* Tue Feb 26 2013 Pierre-Yves Chibon - 0.1.0-2 -- Fix BR to python2-devel -- Be more specific on the %%{python_sitelib} inclusion in %%files -- Remove flask_fas for a BR and R on python-fedora-flask - -* Fri Feb 15 2013 Pierre-Yves Chibon - 0.1.0-1 -- Initial packaging work for Fedora - diff --git a/sources b/sources deleted file mode 100644 index 8ffb958..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (fedocal-0.16.tar.gz) = 513c35000a029c5a97680b19ca573dba257e0276cdd4c390fcdc06c62d2853489524c6d6aedf919e86a60b8041417a44c0618bb11b289ebb8f36d79639a9b391