From e118e8db5abd5378802ca069f49473d4188cd413d390c1146b701612af12e2ca Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 7 Feb 2017 16:33:09 +0000 Subject: [PATCH] Accepting request 455307 from devel:languages:python:singlespec - introduce %python_prefix OBS-URL: https://build.opensuse.org/request/show/455307 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=25 --- multipython-macros-1.0.git.1486390382.fb829ad.tar.bz2 | 3 +++ multipython-macros-1.0git.1483874658.ead0b0b.tar.bz2 | 3 --- python-rpm-macros.changes | 5 +++++ python-rpm-macros.spec | 10 ++++++---- 4 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 multipython-macros-1.0.git.1486390382.fb829ad.tar.bz2 delete mode 100644 multipython-macros-1.0git.1483874658.ead0b0b.tar.bz2 diff --git a/multipython-macros-1.0.git.1486390382.fb829ad.tar.bz2 b/multipython-macros-1.0.git.1486390382.fb829ad.tar.bz2 new file mode 100644 index 0000000..6f3e309 --- /dev/null +++ b/multipython-macros-1.0.git.1486390382.fb829ad.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e317a1b11c411641c081af535fa651345a461e2fd620db17d56c7b4f1d0f15 +size 10757 diff --git a/multipython-macros-1.0git.1483874658.ead0b0b.tar.bz2 b/multipython-macros-1.0git.1483874658.ead0b0b.tar.bz2 deleted file mode 100644 index 2a5d2db..0000000 --- a/multipython-macros-1.0git.1483874658.ead0b0b.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:617f47150e8ec7e28d9fa4be3e532c04cc3bba91034ba532022a34596e2b9d03 -size 10666 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index b19feee..46a8369 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 7 16:31:04 UTC 2017 - jmatejek@suse.com + +- introduce %python_prefix + ------------------------------------------------------------------- Mon Feb 6 14:30:38 UTC 2017 - jengelh@inai.de diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 8f3ce31..3c1ee74 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -1,7 +1,7 @@ # # spec file for package python-rpm-macros # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,19 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-rpm-macros -Version: 1.0git.1483874658.ead0b0b +Version: 1.0.git.1486390382.fb829ad Release: 0 +Summary: RPM macros for building of Python modules License: WTFPL Group: Development/Tools/Other -Summary: RPM macros for building of Python modules Url: https://github.com/opensuse/multipython-macros Source: multipython-macros-%{version}.tar.bz2 # Fedora compatibility Provides: python2-rpm-macros Provides: python3-rpm-macros #!BuildIgnore: python-rpm-macros - BuildArch: noarch %description @@ -51,3 +51,5 @@ install -m 644 macros.python_all %{buildroot}%{_sysconfdir}/rpm %files %defattr(-,root,root) %{_sysconfdir}/rpm/macros.python_all + +%changelog