diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e69de29..0000000 --- a/.gitignore +++ /dev/null diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..1ef92cf --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Replaced by python-rpm-macros diff --git a/macros.python3-pkgversion.epel b/macros.python3-pkgversion.epel deleted file mode 100644 index 7c2dfb9..0000000 --- a/macros.python3-pkgversion.epel +++ /dev/null @@ -1,6 +0,0 @@ -%python3_pkgversion 34 -%python3_other_pkgversion 35 -# Set to /bin/true when not active to avoid %ifdefs in specfiles -%__python3_other /bin/true -%py3_other_build /bin/true -%py3_other_install /bin/true diff --git a/macros.python3-pkgversion.fedora b/macros.python3-pkgversion.fedora deleted file mode 100644 index 4bfe0e1..0000000 --- a/macros.python3-pkgversion.fedora +++ /dev/null @@ -1,5 +0,0 @@ -%python3_pkgversion 3 -# Set to /bin/true to avoid %ifdefs in specfiles -%__python3_other /bin/true -%py3_other_build /bin/true -%py3_other_install /bin/true diff --git a/python3-pkgversion-macros.spec b/python3-pkgversion-macros.spec deleted file mode 100644 index 5a29575..0000000 --- a/python3-pkgversion-macros.spec +++ /dev/null @@ -1,56 +0,0 @@ -Name: python3-pkgversion-macros -Version: 1 -Release: 7%{?dist} -Summary: Convenience macros for Fedora/EPEL Python 3 packages building - -License: MIT -# TODOL url -URL: https://fedoraproject.org/wiki/User:Bkabrda/EPEL7_Python3 -# Note: there is no way (AFAICS) to *not* define the %python3_other_pkgversion -# for Fedora in a macro file, so let's just provide two different macro files -# for EPEL and Fedora -Source0: macros.python3-pkgversion.epel -Source1: macros.python3-pkgversion.fedora - -BuildArch: noarch - -%description -Package containing %%python3_pkgversion and %%python3_other_pkgversion -macros for convenient building subpackages for Python 3 stacks on both -Fedora and EPEL. - -%install -mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d/ -cp -a \ -%if 0%{?fedora} -%{SOURCE1} \ -%else -%{SOURCE0} \ -%endif -%{buildroot}%{_rpmconfigdir}/macros.d/macros.python3-pkgversion - -%files -%{_rpmconfigdir}/macros.d/macros.python3-pkgversion - -%changelog -* Sat Feb 11 2017 Fedora Release Engineering - 1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Feb 04 2016 Fedora Release Engineering - 1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Mon Sep 07 2015 Matej Stuchlik - 1-5 -- Set macros to /bin/true when not used -Resolves: rhbz#1259883 - -* Thu Jun 18 2015 Fedora Release Engineering - 1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Mar 24 2015 Matej Stuchlik - 1-3 -- Set buildarch to noarch - -* Wed Feb 25 2015 Slavek Kabrda - 1-2 -- Use two sources for different macro files for Fedora/EPEL - -* Wed Feb 25 2015 Slavek Kabrda - 1-1 -- Initial package. diff --git a/sources b/sources deleted file mode 100644 index e69de29..0000000 --- a/sources +++ /dev/null