- update service, use repository and tarball name "python-rpm-macros"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=26
This commit is contained in:
Jan Matejek 2017-02-13 14:53:41 +00:00 committed by Git OBS Bridge
parent e118e8db5a
commit e5fe30145b
5 changed files with 13 additions and 9 deletions

View File

@ -2,10 +2,9 @@
<service name="tar_scm" mode="localonly">
<param name="scm">git</param>
<!--<param name="url">file:///home/matejcik/vc/multipython-macros</param>-->
<param name="url">https://github.com/openSUSE/multipython-macros.git</param>
<param name="url">https://github.com/openSUSE/python-rpm-macros.git</param>
<!-- <param name="subdir">the subdirectory of your repository you want to create an archive from</param>-->
<param name="filename">multipython-macros</param>
<param name="filename">python-rpm-macros</param>
<param name="versionprefix">1.0.git</param>
<!-- <param name="revision">optional: the commit hash, tag or branch you want to get</param>-->
</service>

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00b24f2bf4442047400dd1f2f10a8c56227ec0362929ef9f79d879442ae2be9f
size 10778

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 13 14:46:25 UTC 2017 - jmatejek@suse.com
- update service, use repository and tarball name "python-rpm-macros"
-------------------------------------------------------------------
Tue Feb 7 16:31:04 UTC 2017 - jmatejek@suse.com

View File

@ -17,13 +17,13 @@
Name: python-rpm-macros
Version: 1.0.git.1486390382.fb829ad
Version: 1.0.git.1486997542.e9fcc29
Release: 0
Summary: RPM macros for building of Python modules
License: WTFPL
Group: Development/Tools/Other
Url: https://github.com/opensuse/multipython-macros
Source: multipython-macros-%{version}.tar.bz2
Source: python-rpm-macros-%{version}.tar.bz2
# Fedora compatibility
Provides: python2-rpm-macros
Provides: python3-rpm-macros
@ -36,7 +36,7 @@ You should BuildRequire this package unless you are sure that you
are only building for distros newer than Leap 42.2
%prep
%setup -q -n multipython-macros-%{version}
%setup -q
%if 0%{?suse_version} < 1330
mv macros-default-pythons macros/035-default-pythons
%endif