forked from pool/python-rpm-macros
Accepting request 506276 from devel:languages:python:Factory
- version bump to 2017.06.21.6641889 - introduce smarter buildset support - fix %python_files on nonstandard build sets - introduce %python_for_executables in favor of magically taking "last python in %pythons" - fix %licence tag handling (gh#opensuse/python-rpm-macros#4) OBS-URL: https://build.opensuse.org/request/show/506276 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rpm-macros?expand=0&rev=7
This commit is contained in:
commit
0d842ffed9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:03b68c6027ed30ad932ae4275f37e8fcfddbd06499f81e8f91ac941a6206f4e9
|
|
||||||
size 12643
|
|
3
python-rpm-macros-2017.06.21.6641889.tar.bz2
Normal file
3
python-rpm-macros-2017.06.21.6641889.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca535265529c8322489276029726768adc6e9c982fe03b334ceb663423cb099b
|
||||||
|
size 13596
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 21 13:16:38 UTC 2017 - jmatejek@suse.com
|
||||||
|
|
||||||
|
- version bump to 2017.06.21.6641889
|
||||||
|
- introduce smarter buildset support
|
||||||
|
- fix %python_files on nonstandard build sets
|
||||||
|
- introduce %python_for_executables in favor of magically taking
|
||||||
|
"last python in %pythons"
|
||||||
|
- fix %licence tag handling (gh#opensuse/python-rpm-macros#4)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 9 15:38:41 UTC 2017 - jmatejek@suse.com
|
Tue May 9 15:38:41 UTC 2017 - jmatejek@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-rpm-macros
|
Name: python-rpm-macros
|
||||||
Version: 2017.05.09.fc237de
|
Version: 2017.06.21.6641889
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RPM macros for building of Python modules
|
Summary: RPM macros for building of Python modules
|
||||||
License: WTFPL
|
License: WTFPL
|
||||||
@ -29,9 +29,9 @@ Source101: update.sh
|
|||||||
# Fedora compatibility
|
# Fedora compatibility
|
||||||
Provides: python2-rpm-macros
|
Provides: python2-rpm-macros
|
||||||
Provides: python3-rpm-macros
|
Provides: python3-rpm-macros
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
#!BuildIgnore: python-rpm-macros
|
#!BuildIgnore: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains SUSE RPM macros for Python build automation.
|
This package contains SUSE RPM macros for Python build automation.
|
||||||
|
Loading…
Reference in New Issue
Block a user