3
0

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
This commit is contained in:
Jan Matejek 2017-02-07 16:33:09 +00:00 committed by Git OBS Bridge
parent 8304758f33
commit e118e8db5a
4 changed files with 14 additions and 7 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17e317a1b11c411641c081af535fa651345a461e2fd620db17d56c7b4f1d0f15
size 10757

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:617f47150e8ec7e28d9fa4be3e532c04cc3bba91034ba532022a34596e2b9d03
size 10666

View File

@ -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 Mon Feb 6 14:30:38 UTC 2017 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-rpm-macros # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,19 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: python-rpm-macros Name: python-rpm-macros
Version: 1.0git.1483874658.ead0b0b Version: 1.0.git.1486390382.fb829ad
Release: 0 Release: 0
Summary: RPM macros for building of Python modules
License: WTFPL License: WTFPL
Group: Development/Tools/Other Group: Development/Tools/Other
Summary: RPM macros for building of Python modules
Url: https://github.com/opensuse/multipython-macros Url: https://github.com/opensuse/multipython-macros
Source: multipython-macros-%{version}.tar.bz2 Source: multipython-macros-%{version}.tar.bz2
# Fedora compatibility # Fedora compatibility
Provides: python2-rpm-macros Provides: python2-rpm-macros
Provides: python3-rpm-macros Provides: python3-rpm-macros
#!BuildIgnore: python-rpm-macros #!BuildIgnore: python-rpm-macros
BuildArch: noarch BuildArch: noarch
%description %description
@ -51,3 +51,5 @@ install -m 644 macros.python_all %{buildroot}%{_sysconfdir}/rpm
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_sysconfdir}/rpm/macros.python_all %{_sysconfdir}/rpm/macros.python_all
%changelog