14
0
Tomáš Chvátal
2020-01-28 08:32:04 +00:00
committed by Git OBS Bridge
parent 5b550395b8
commit c708460f02
3 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a967c4b664446f8bed9df12d1032cf68cb54f186bfc9cbfdbbc756bf9a5d475
size 405579
oid sha256:8e2f1935763072ba4e18cecbf9159082f931d582cc8b37bc6b1fb417f3519f9b
size 7874263

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 28 08:31:47 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix the traball fetching
-------------------------------------------------------------------
Sat Jan 25 14:40:40 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -26,7 +26,7 @@ Summary: A dark stylesheet for Python and Qt applications
License: MIT
Group: Development/Languages/Python
URL: https://github.com/ColinDuquesnoy/QDarkStyleSheet
Source: https://github.com/ColinDuquesnoy/QDarkStyleSheet/archive/%{version}.tar.gz#/QDarkStyle-%{version}.tar.gz
Source: https://github.com/ColinDuquesnoy/QDarkStyleSheet/archive/v%{version}.tar.gz#/QDarkStyle-%{version}.tar.gz
BuildRequires: %{python_module QtPy >= 1.7}
BuildRequires: %{python_module helpdev}
BuildRequires: %{python_module pyside2}
@@ -41,14 +41,13 @@ Requires: python-QtPy >= 1.7
Requires: python-helpdev
Requires: python-setuptools
BuildArch: noarch
%python_subpackages
%description
QDarkStyle is a dark stylesheet for Python and Qt applications.
%prep
%setup -qn QDarkStyle-%{version}
%setup -q -n QDarkStyleSheet-%{version}
sed -i '1{\,^#!%{_bindir}/env python,d}' qdarkstyle/*.py qdarkstyle/utils/*.py
%build