From cc3ee10c104ec7f7cc1d400654243e8bc4372b91a652f83068d4f500f1740eaa Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Wed, 26 Aug 2009 15:03:04 +0000 Subject: [PATCH] Accepting request 18625 from devel:languages:python Copy from devel:languages:python/python-distutils-extra based on submit request 18625 from user jimfunk OBS-URL: https://build.opensuse.org/request/show/18625 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distutils-extra?expand=0&rev=1 --- .gitattributes | 23 +++++++++ .gitignore | 1 + python-distutils-extra.changes | 10 ++++ python-distutils-extra.spec | 71 ++++++++++++++++++++++++++++ python-distutils-extra_1.91.2.tar.gz | 3 ++ ready | 0 6 files changed, 108 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 python-distutils-extra.changes create mode 100644 python-distutils-extra.spec create mode 100644 python-distutils-extra_1.91.2.tar.gz create mode 100644 ready diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-distutils-extra.changes b/python-distutils-extra.changes new file mode 100644 index 0000000..b51b114 --- /dev/null +++ b/python-distutils-extra.changes @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 25 12:28:09 UTC 2009 - jfunk@funktronics.ca + +- Build as noarch on 11.2 + +------------------------------------------------------------------- +Fri Aug 14 12:15:09 UTC 2009 - jfunk@funktronics.ca + +- Cleanup for Factory submission + diff --git a/python-distutils-extra.spec b/python-distutils-extra.spec new file mode 100644 index 0000000..c280b6a --- /dev/null +++ b/python-distutils-extra.spec @@ -0,0 +1,71 @@ +# +# spec file for package python-distutils-extra (Version 1.91.2) +# +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + + +Name: python-distutils-extra +Version: 1.91.2 +Release: 1 +Summary: Distutils/Setuptools Adapter +Source: https://launchpadlibrarian.net/12838568/python-distutils-extra_%{version}.tar.gz +Url: https://launchpad.net/ubuntu/intrepid/+source/python-distutils-extra/ +Group: Development/Libraries/Python +License: GNU General Public License version 2 (GPL v2) +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python-devel python-setuptools +%py_requires +%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} +BuildArch: noarch +%endif + +%description +This package adds support for common build additions to distutils. This +includes the follwing: + + * gettext/i18n + * documentation + * program icons + +Authors: +-------- + Sebastian Heinlein + +%prep +%setup -q -c "%{name}-%{version}" +%__rm -rf debian/debian +%__mv debian/* . + +%build +%__python ./setup.py build + +%install +%__python ./setup.py install --prefix="%{_prefix}" --root="%{buildroot}" \ + --record-rpm=files.lst + +%clean +%__rm -rf "%{buildroot}" + +%files -f files.lst +%defattr(-,root,root) +%doc LICENSE doc/* + +# Local Variables: +# mode: rpm-spec +# tab-width: 3 +# End: +%changelog diff --git a/python-distutils-extra_1.91.2.tar.gz b/python-distutils-extra_1.91.2.tar.gz new file mode 100644 index 0000000..a4e5891 --- /dev/null +++ b/python-distutils-extra_1.91.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b4b80764959f9fb2375c98566e456a17c4851c711551fb740a89ac3035da24 +size 13645 diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4