Last active
March 13, 2019 12:15
-
-
Save a-andreyev/e5259cdd60edf17f7c343932b100484d to your computer and use it in GitHub Desktop.
harbour-pysidetest-mockup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# >> macros | |
%define __provides_exclude_from ^%{_datadir}/.*$ | |
# << macros | |
# >> macros | |
# list here all the libraries your RPM installs | |
%define __requires_exclude ^libQt5Qml.so.*|libQt5Quick.so.*|libpyside2.cpython-34m.so.5.6|libpython3.4m.so.1.0|libshiboken2.cpython-34m.so.5.6$ | |
# << macros | |
Name: harbour-pysidetest | |
Version: 0.1 | |
Release: 1 | |
Summary: harbour-pysidetest | |
License: OMPRussia | |
URL: http://omprussia.ru/ | |
Source0: harbour-pysidetest.tar.gz | |
Requires: glibc | |
# Provides: libpyside2.cpython-34m.so.5.6 libpython3.4m.so.1.0 libshiboken2.cpython-34m.so.5.6 | |
%description | |
harbour-pysidetest | |
%changelog | |
* Thu Feb 14 2019 Alexey Andreyev <[email protected]> - 0.1-1 | |
- Temp Version | |
%prep | |
%setup -q -n %{name} | |
%install | |
mkdir -p %{buildroot}/ | |
cp -a ./ %{buildroot}/ | |
%files | |
%defattr(-,root,root,-) | |
/usr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment