Jan Matejek 2017-01-03 15:07:16 +00:00 committed by Git OBS Bridge
parent cf4e1516d7
commit 7fbefafca2
6 changed files with 24 additions and 5 deletions

2
.gitattributes vendored
View File

@ -22,4 +22,4 @@
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## 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

View File

@ -25,6 +25,7 @@ Source: multipython-macros-%{version}.tar
# Fedora compatibility
Provides: python2-rpm-macros
Provides: python3-rpm-macros
#!BuildIgnore: python-rpm-macros
BuildArch: noarch
@ -35,6 +36,12 @@ are only building for distros newer than Leap 42.2
%prep
%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
./compile-macros.sh

View File

@ -16,7 +16,7 @@
#
Name: python-rpm-macros
Version: 1.0git.1481119116.eb43106
Version: 1.0git.1483455871.9310dc2
Release: 0
License: WTFPL
Summary: RPM macros for building of Python modules
@ -25,6 +25,7 @@ Source: multipython-macros-%{version}.tar
# Fedora compatibility
Provides: python2-rpm-macros
Provides: python3-rpm-macros
#!BuildIgnore: python-rpm-macros
BuildArch: noarch
@ -35,6 +36,12 @@ are only building for distros newer than Leap 42.2
%prep
%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
./compile-macros.sh

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:955dc3d74ea6a30ad5ee0a3b454f422809d696e71a14993a1f88d07d7fe99cab
size 51200

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c81892780213df43a50c818eade58e96fe612a7ef8a14ab7eef0e322178c3e6
size 51200

View File

@ -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