diff --git a/_service b/_service index f9ebf73..e13ed99 100644 --- a/_service +++ b/_service @@ -2,11 +2,10 @@ git - - https://github.com/openSUSE/multipython-macros.git + https://github.com/openSUSE/python-rpm-macros.git - multipython-macros - 1.0git + python-rpm-macros + 1.0.git diff --git a/multipython-macros-1.0git.1483874658.ead0b0b.tar.bz2 b/multipython-macros-1.0git.1483874658.ead0b0b.tar.bz2 deleted file mode 100644 index 2a5d2db..0000000 --- a/multipython-macros-1.0git.1483874658.ead0b0b.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:617f47150e8ec7e28d9fa4be3e532c04cc3bba91034ba532022a34596e2b9d03 -size 10666 diff --git a/python-rpm-macros-1.0.git.1486997542.e9fcc29.tar.bz2 b/python-rpm-macros-1.0.git.1486997542.e9fcc29.tar.bz2 new file mode 100644 index 0000000..ff883b5 --- /dev/null +++ b/python-rpm-macros-1.0.git.1486997542.e9fcc29.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b24f2bf4442047400dd1f2f10a8c56227ec0362929ef9f79d879442ae2be9f +size 10778 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index af30223..001f873 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -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 diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 6980a28..0ac2b2b 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -15,18 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-rpm-macros -Version: 1.0git.1483874658.ead0b0b +Version: 1.0.git.1486997542.e9fcc29 Release: 0 -License: WTFPL 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 #!BuildIgnore: python-rpm-macros - BuildArch: noarch %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 %prep -%setup -q -n multipython-macros-%{version} +%setup -q %if 0%{?suse_version} < 1330 mv macros-default-pythons macros/035-default-pythons %endif @@ -50,3 +51,5 @@ install -m 644 macros.python_all %{buildroot}%{_sysconfdir}/rpm %files %defattr(-,root,root) %{_sysconfdir}/rpm/macros.python_all + +%changelog