forked from pool/python-rpm-macros
Accepting request 459271 from devel:languages:python:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/459271 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rpm-macros?expand=0&rev=2
This commit is contained in:
commit
b80184b0ee
7
_service
7
_service
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
<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.0git</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:617f47150e8ec7e28d9fa4be3e532c04cc3bba91034ba532022a34596e2b9d03
|
|
||||||
size 10666
|
|
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,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- introduce %python_prefix
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 6 14:30:38 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Set RPM group
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 11 14:28:48 UTC 2017 - jmatejek@suse.com
|
||||||
|
|
||||||
|
- change service version generator to use "1.0.git" instead of "1.0git"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 6 17:36:58 UTC 2017 - jmatejek@suse.com
|
Fri Jan 6 17:36:58 UTC 2017 - jmatejek@suse.com
|
||||||
|
|
||||||
|
@ -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,18 +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.1486997542.e9fcc29
|
||||||
Release: 0
|
Release: 0
|
||||||
License: WTFPL
|
|
||||||
Summary: RPM macros for building of Python modules
|
Summary: RPM macros for building of Python modules
|
||||||
|
License: WTFPL
|
||||||
|
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
|
||||||
#!BuildIgnore: python-rpm-macros
|
#!BuildIgnore: python-rpm-macros
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -35,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
|
||||||
@ -50,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
|
||||||
|
Loading…
Reference in New Issue
Block a user