diff --git a/.python-sysv_ipc.metadata b/.python-sysv_ipc.metadata new file mode 100644 index 0000000..4113f05 --- /dev/null +++ b/.python-sysv_ipc.metadata @@ -0,0 +1 @@ +287ca51449f4c468ca3f577a0acf9be27af0b9c6 SOURCES/sysv_ipc-1.0.1.tar.gz diff --git a/SPECS/python-sysv_ipc.spec b/SPECS/python-sysv_ipc.spec new file mode 100644 index 0000000..be35f11 --- /dev/null +++ b/SPECS/python-sysv_ipc.spec @@ -0,0 +1,164 @@ +%global srcname sysv_ipc +%global sum System V IPC for Python - Semaphores, Shared Memory and Message Queues +%global desc The sysv_ipc module which gives Python access to System V inter-process\ +semaphores, shared memory and message queues on systems that support them. + +Name: python-%{srcname} +Version: 1.0.1 +Release: 2%{?dist} +Summary: %{sum} +License: GPLv3+ +URL: http://semanchuk.com/philip/%{srcname}/ +Source0: https://pypi.python.org/packages/source/s/%{srcname}/%{srcname}-%{version}.tar.gz + +BuildRequires: gcc +BuildRequires: python3-devel + +%description +%{desc} + +%package examples +Summary: Examples for Python sysv_ipc module + +%description examples +This module comes with four demonstration apps. + +%package -n python3-%{srcname} +Summary: %{sum} +%{?python_provide:%python_provide python3-%{srcname}} + +%description -n python3-%{srcname} +%{desc} + + +%prep +%setup -q -n sysv_ipc-%{version} + +%build +%py3_build + + +%install +%py3_install +chmod -x demos/*/*.{py,sh} + +%files -n python3-%{srcname} +%license LICENSE +%doc LICENSE README ReadMe.html VERSION +%{python3_sitearch}/* +%{python3_sitearch}/%{srcname}-%{version}-*.egg-info + + +%files examples +%doc demos + +%changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sun Nov 22 2020 Francisco Javier Tsao santín - 1.0.1-1 +- Updated to 1.0.1 version + +* Wed Jul 29 2020 Fedora Release Engineering - 1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 1.0.0-5 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Aug 19 2019 Miro Hrončok - 1.0.0-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Apr 30 2019 Francisco Javier Tsao santín - 1.0.0-1 +- Updated to 1.0.0 version + +* Sat Feb 02 2019 Fedora Release Engineering - 0.7.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Oct 12 2018 Zbigniew Jędrzejewski-Szmek - 0.7.0-12 +- Python2 binary package has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Sat Jul 14 2018 Fedora Release Engineering - 0.7.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.7.0-10 +- Rebuilt for Python 3.7 + +* Sun Feb 18 2018 Athmane Madjoudj - 0.7.0-9 +- Add gcc as BR (minimal buildroot change) + +* Mon Feb 12 2018 Iryna Shcherbina - 0.7.0-8 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Fri Feb 09 2018 Fedora Release Engineering - 0.7.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 0.7.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.7.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.7.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 0.7.0-3 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.7.0-2 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 18 2016 Athmane Madjoudj 0.7.0-1 +- Update to 0.7.0 +- Revamp the spec file + +* Thu Feb 04 2016 Fedora Release Engineering - 0.4.2-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Sat Oct 10 2015 Athmane Madjoudj 0.4.2-13 +- Use unversioned docdir (RHBZ #994063) +- Fix some packaging issues + +* Thu Jun 18 2015 Fedora Release Engineering - 0.4.2-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sun Aug 17 2014 Fedora Release Engineering - 0.4.2-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.4.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 0.4.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.4.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Jul 21 2012 Fedora Release Engineering - 0.4.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 0.4.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.4.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Jul 26 2010 David Malcolm - 0.4.2-4 +- further generalize the egginfo manifest so it works with any python 2 minor +version + +* Thu Jul 22 2010 David Malcolm - 0.4.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + +* Fri Sep 25 2009 Steven Fernandez - 0.4.2-2 +- Spec file fix. Use correct python version for egg-info file + +* Sat Aug 29 2009 Steven Fernandez - 0.4.2-1 +- Initial build