Update to 3.2.1 (#1523904)
This commit is contained in:
parent
ed2a371bef
commit
7c49f4219a
4 changed files with 11 additions and 59 deletions
|
|
@ -1,14 +1,11 @@
|
|||
Name: python-uranium
|
||||
Version: 3.1.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A Python framework for building desktop applications
|
||||
License: LGPLv3+
|
||||
URL: https://github.com/Ultimaker/Uranium
|
||||
Source0: %{url}/archive/%{version}.tar.gz#/Uranium-%{version}.tar.gz
|
||||
|
||||
# https://github.com/Ultimaker/Uranium/pull/320
|
||||
Patch0: Uranium-issue-319.patch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: /usr/bin/doxygen
|
||||
BuildRequires: /usr/bin/msgmerge
|
||||
|
|
@ -60,7 +57,9 @@ related applications.
|
|||
echo '# empty' >> UM/Settings/ContainerRegistryInterface.py
|
||||
|
||||
%build
|
||||
%{cmake} .
|
||||
# there is no arch specific content, so we set LIB_SUFFIX to nothing
|
||||
# see https://github.com/Ultimaker/Uranium/commit/862a246bdfd7e25541b04a35406957612c6f4bb7
|
||||
%{cmake} -DLIB_SUFFIX:STR= .
|
||||
make %{?_smp_mflags}
|
||||
make doc
|
||||
|
||||
|
|
@ -103,6 +102,10 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.2.1-1
|
||||
- Update to 3.2.1 (#1523904)
|
||||
- Force install to /usr/lib and keep this noarch
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue