From 37936d93396126c305d3d2ac759b0e6c92e4128f649ca834e6f42631c8833278 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Wed, 11 Jan 2017 14:31:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=22 --- python-rpm-macros.spec | 55 ------------------------------------------ 1 file changed, 55 deletions(-) delete mode 100644 python-rpm-macros.spec diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec deleted file mode 100644 index 0053094..0000000 --- a/python-rpm-macros.spec +++ /dev/null @@ -1,55 +0,0 @@ -# -# spec file for package python-rpm-macros -# -# 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 -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - -Name: python-rpm-macros -Version: 1.0.git.1483874658.ead0b0b -Release: 0 -Summary: RPM macros for building of Python modules -License: WTFPL -Url: https://github.com/opensuse/multipython-macros -Source: multipython-macros-%{version}.tar.bz2 -# Fedora compatibility -Provides: python2-rpm-macros -Provides: python3-rpm-macros -#!BuildIgnore: python-rpm-macros - -BuildArch: noarch - -%description -This package contains SUSE RPM macros for Python build automation. -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} -%if 0%{?suse_version} < 1330 -mv macros-default-pythons macros/035-default-pythons -%endif - -%build -./compile-macros.sh - -%install -mkdir -p %{buildroot}%{_sysconfdir}/rpm -install -m 644 macros.python_all %{buildroot}%{_sysconfdir}/rpm - -%files -%defattr(-,root,root) -%{_sysconfdir}/rpm/macros.python_all - -%changelog