# # spec file for package python-pyqt-rpm-macros # # Copyright (c) 2021 SUSE LLC # # 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 https://bugs.opensuse.org/ # Name: python-pyqt-rpm-macros Version: 0.1 Release: 0 Summary: RPM macros for building PyQt packages License: WTFPL URL: https://en.opensuse.org/openSUSE:Packaging_PyQt_and_SIP Source0: macros.pyqt Source1: LICENSE Requires: fdupes Requires: python-rpm-macros Recommends: python3-sip-devel Conflicts: python3-pyqt-rpm-macros Obsoletes: python3-pyqt-rpm-macros BuildArch: noarch %description This package provides some macros for using SIP v[456] to build PyQt[56] packages %prep cp %{SOURCE1} . %build %install mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d/ install -m 644 %{SOURCE0} %{buildroot}%{_rpmconfigdir}/macros.d/ %files %license LICENSE %{_rpmconfigdir}/macros.d/macros.pyqt %changelog