- 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:
parent
e118e8db5a
commit
e5fe30145b
5
_service
5
_service
@ -2,10 +2,9 @@
|
|||||||
|
|
||||||
<service name="tar_scm" mode="localonly">
|
<service name="tar_scm" mode="localonly">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<!--<param name="url">file:///home/matejcik/vc/multipython-macros</param>-->
|
<param name="url">https://github.com/openSUSE/python-rpm-macros.git</param>
|
||||||
<param name="url">https://github.com/openSUSE/multipython-macros.git</param>
|
|
||||||
<!-- <param name="subdir">the subdirectory of your repository you want to create an archive from</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="versionprefix">1.0.git</param>
|
||||||
<!-- <param name="revision">optional: the commit hash, tag or branch you want to get</param>-->
|
<!-- <param name="revision">optional: the commit hash, tag or branch you want to get</param>-->
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:17e317a1b11c411641c081af535fa651345a461e2fd620db17d56c7b4f1d0f15
|
|
||||||
size 10757
|
|
3
python-rpm-macros-1.0.git.1486997542.e9fcc29.tar.bz2
Normal file
3
python-rpm-macros-1.0.git.1486997542.e9fcc29.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00b24f2bf4442047400dd1f2f10a8c56227ec0362929ef9f79d879442ae2be9f
|
||||||
|
size 10778
|
@ -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
|
Tue Feb 7 16:31:04 UTC 2017 - jmatejek@suse.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-rpm-macros
|
Name: python-rpm-macros
|
||||||
Version: 1.0.git.1486390382.fb829ad
|
Version: 1.0.git.1486997542.e9fcc29
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RPM macros for building of Python modules
|
Summary: RPM macros for building of Python modules
|
||||||
License: WTFPL
|
License: WTFPL
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Url: https://github.com/opensuse/multipython-macros
|
Url: https://github.com/opensuse/multipython-macros
|
||||||
Source: multipython-macros-%{version}.tar.bz2
|
Source: python-rpm-macros-%{version}.tar.bz2
|
||||||
# Fedora compatibility
|
# Fedora compatibility
|
||||||
Provides: python2-rpm-macros
|
Provides: python2-rpm-macros
|
||||||
Provides: python3-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
|
are only building for distros newer than Leap 42.2
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n multipython-macros-%{version}
|
%setup -q
|
||||||
%if 0%{?suse_version} < 1330
|
%if 0%{?suse_version} < 1330
|
||||||
mv macros-default-pythons macros/035-default-pythons
|
mv macros-default-pythons macros/035-default-pythons
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user