- current macro version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=17
This commit is contained in:
parent
cf4e1516d7
commit
7fbefafca2
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
|||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
## Specific LFS patterns
|
||||||
_service:tar_scm:multipython-macros-1.0git.1481119116.eb43106.tar filter=lfs diff=lfs merge=lfs -text
|
_service:tar_scm:multipython-macros-1.0git.1483455871.9310dc2.tar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -25,6 +25,7 @@ Source: multipython-macros-%{version}.tar
|
|||||||
# Fedora compatibility
|
# Fedora compatibility
|
||||||
Provides: python2-rpm-macros
|
Provides: python2-rpm-macros
|
||||||
Provides: python3-rpm-macros
|
Provides: python3-rpm-macros
|
||||||
|
#!BuildIgnore: python-rpm-macros
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -35,6 +36,12 @@ are only building for distros newer than Leap 42.2
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n multipython-macros-%{version}
|
%setup -q -n multipython-macros-%{version}
|
||||||
|
%if 0%{?suse_version} < 1330
|
||||||
|
cat > macros/035-compat-defs <<END
|
||||||
|
%%have_python2 1
|
||||||
|
%%have_python3 1
|
||||||
|
END
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./compile-macros.sh
|
./compile-macros.sh
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: python-rpm-macros
|
Name: python-rpm-macros
|
||||||
Version: 1.0git.1481119116.eb43106
|
Version: 1.0git.1483455871.9310dc2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: WTFPL
|
License: WTFPL
|
||||||
Summary: RPM macros for building of Python modules
|
Summary: RPM macros for building of Python modules
|
||||||
@ -25,6 +25,7 @@ Source: multipython-macros-%{version}.tar
|
|||||||
# Fedora compatibility
|
# Fedora compatibility
|
||||||
Provides: python2-rpm-macros
|
Provides: python2-rpm-macros
|
||||||
Provides: python3-rpm-macros
|
Provides: python3-rpm-macros
|
||||||
|
#!BuildIgnore: python-rpm-macros
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -35,6 +36,12 @@ are only building for distros newer than Leap 42.2
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n multipython-macros-%{version}
|
%setup -q -n multipython-macros-%{version}
|
||||||
|
%if 0%{?suse_version} < 1330
|
||||||
|
cat > macros/035-compat-defs <<END
|
||||||
|
%%have_python2 1
|
||||||
|
%%have_python3 1
|
||||||
|
END
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./compile-macros.sh
|
./compile-macros.sh
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:955dc3d74ea6a30ad5ee0a3b454f422809d696e71a14993a1f88d07d7fe99cab
|
|
||||||
size 51200
|
|
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c81892780213df43a50c818eade58e96fe612a7ef8a14ab7eef0e322178c3e6
|
||||||
|
size 51200
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 3 15:06:29 UTC 2017 - jmatejek@suse.com
|
||||||
|
|
||||||
|
- current macro version
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 24 14:57:13 UTC 2016 - jmatejek@suse.com
|
Thu Nov 24 14:57:13 UTC 2016 - jmatejek@suse.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user