- change service version generator to use "1.0.git" instead of "1.0git"
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=21
This commit is contained in:
parent
92b9381a7c
commit
141acf062f
2
_service
2
_service
@ -6,7 +6,7 @@
|
|||||||
<param name="url">https://github.com/openSUSE/multipython-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">multipython-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 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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,11 +15,12 @@
|
|||||||
# 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.1483874658.ead0b0b
|
||||||
Release: 0
|
Release: 0
|
||||||
License: WTFPL
|
|
||||||
Summary: RPM macros for building of Python modules
|
Summary: RPM macros for building of Python modules
|
||||||
|
License: WTFPL
|
||||||
Url: https://github.com/opensuse/multipython-macros
|
Url: https://github.com/opensuse/multipython-macros
|
||||||
Source: multipython-macros-%{version}.tar.bz2
|
Source: multipython-macros-%{version}.tar.bz2
|
||||||
# Fedora compatibility
|
# Fedora compatibility
|
||||||
@ -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