From 817abd41e42cc038b3f467cefeb54d666b3e4e88 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jan 06 2020 10:39:05 +0000 Subject: https://fedoraproject.org/wiki/Changes/RetirePython2 --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index cd49362..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -squeal-0.4.1.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..22a75e4 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +https://fedoraproject.org/wiki/Changes/RetirePython2 diff --git a/sources b/sources deleted file mode 100644 index fbc451f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -591c0d718e7cdc86fc90626c795b4172 squeal-0.4.1.tar.gz diff --git a/squeal.spec b/squeal.spec deleted file mode 100644 index 7dd4002..0000000 --- a/squeal.spec +++ /dev/null @@ -1,148 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Name: squeal -Version: 0.4.1 -Release: 21%{?dist} -Summary: Data manipulation tool for the command line - -License: LGPLv2 -URL: https://fedorahosted.org/squeal -Source0: https://fedorahosted.org/released/squeal/squeal-0.4.1.tar.gz - -BuildArch: noarch -BuildRequires: python2-devel - -BuildRequires: python2-setuptools - -Requires: python2-augeas - -%description -"squeal" is a tool for manipulating data from the shell, and in shell -pipelines. - -It is able to carve up various types of input file, treating them as tabular -data. It has backends for working with many types of log file, configuration -files, and archive formats. - -It accepts a subset of SQL for manipulating the inputs, such as filtering, -sorting and aggregating. - -Finally, it can output the results in a number of formats, including a -text-based user interface. - - -%prep -%setup -q - - -%build -%{__python2} setup.py build - - -%install -rm -rf $RPM_BUILD_ROOT -%{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -mv $RPM_BUILD_ROOT/%{_bindir}/squeal.py $RPM_BUILD_ROOT/%{_bindir}/squeal - - -%files -%doc README COPYING -%{python2_sitelib}/* -%{_bindir}/squeal - - -%changelog -* Sat Jul 27 2019 Fedora Release Engineering - 0.4.1-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 0.4.1-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 20 2018 David Malcolm - 0.4.1-19 -- Explicitly use python 2 (rhbz#1606410) - -* Sat Jul 14 2018 Fedora Release Engineering - 0.4.1-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0.4.1-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Feb 01 2018 Iryna Shcherbina - 0.4.1-16 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Thu Jul 27 2017 Fedora Release Engineering - 0.4.1-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.4.1-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Jul 19 2016 Fedora Release Engineering - 0.4.1-13 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Fri Feb 05 2016 Fedora Release Engineering - 0.4.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 0.4.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Jun 30 2014 Toshio Kuratomi - 0.4.1-10 -- Replace python-setuptools-devel BR with python-setuptools - -* Sun Jun 08 2014 Fedora Release Engineering - 0.4.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.4.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.4.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sat Jul 21 2012 Fedora Release Engineering - 0.4.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.4.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Feb 09 2011 Fedora Release Engineering - 0.4.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jul 22 2010 David Malcolm - 0.4.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Sun Jul 26 2009 Fedora Release Engineering - 0.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Mon Jul 6 2009 David Malcolm - 0.4.1-1 -- 0.4.1: add MANIFEST.in and COPYING files (LGPLv2.1); fix metadata; add -debug option -- make summary and description convey a better idea of what the software -does - -* Thu Jun 4 2009 David Malcolm - 0.4-3 -- change license tag to "LGPLv2", the approved shortname for LGPLv2.1, as per -Fedora packaging guidelines. The code is licensed under LGPLv2.1. - -* Thu Jun 4 2009 David Malcolm - 0.4-2 -- add python-setuptools(-devel) to build requirements - -* Thu Jun 4 2009 David Malcolm - 0.4-1 -- 0.4 -- rename show -> squeal - -* Tue Mar 24 2009 David Malcolm - 0.3-1 -- 0.3: add horizontal scrolling, syslog handling, and config file handling, using augeas -- specfile cleanup (thanks rathann) -- add dependency on python-augeas for now - -* Sun Mar 22 2009 David Malcolm - 0.2-1 -- 0.2 - -* Sun Mar 22 2009 David Malcolm - 0.1.1-1 -- 0.1.1 -- fix license header - -* Sun Mar 22 2009 David Malcolm - 0.1-1 -- initial packaging - -