diff --git a/.gitignore b/.gitignore index 38fc0c4..9f59be0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /utox-0.16.1.tar.gz +/third-party.tar.gz +/utox-0.17.0.tar.gz diff --git a/sources b/sources index 2c75009..781db76 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (utox-0.16.1.tar.gz) = 60350bf28b8ac067287550ce42bfb9b10502fbe94298ea9d4f00fb257bfc76c6cd9a7ef843719732e8d3e84789a391a95f3f1be732427b99ab8af472844e62a4 +SHA512 (third-party.tar.gz) = 8aa9b95eff430627124fc5ec93747bfb2d28fd78c04d66290b70b25c4d48a39b828ca045c3c0302ea49d8186101ab7636ccb2f1db0d64f33bb3b18dd6df86ddb +SHA512 (utox-0.17.0.tar.gz) = c22e622e8dbe4d434f3e750ef78869c9ad7ad18162cd938d8006778cc5e788d2852bd4a06f3d498e62733845bec42bc5ac174bb20cb4a7b91954f97d6277ed8c diff --git a/utox.spec b/utox.spec index 4fc3ed1..c3a7ecd 100644 --- a/utox.spec +++ b/utox.spec @@ -1,12 +1,18 @@ Name: utox -Version: 0.16.1 -Release: 6%{?dist} +Version: 0.17.0 +Release: 1%{?dist} Summary: The lightweight Tox client License: MIT or GPLv3+ URL: https://github.com/uTox/uTox/ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source1: %{name}.appdata.xml +# git clone https://github.com/uTox/uTox +# cd uTox +# git checkout v0.17.0 +# git submodule init ; git submodule update +# tar -zcvf third-party.tar.gz third-party/ +Source2: third-party.tar.gz BuildRequires: gcc-c++ BuildRequires: cmake @@ -24,24 +30,23 @@ BuildRequires: pkgconfig(libv4l2) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(libsodium) -BuildRequires: pkgconfig(libtoxcore) +BuildRequires: pkgconfig(toxcore) Requires: hicolor-icon-theme - %description %summary %prep %autosetup -n uTox-%{version} +%autosetup -N -T -D -a 2 -n uTox-%{version} %build mkdir build -pushd build -%cmake .. -DENABLE_ASAN=OFF +cd build +%cmake .. %make_build -popd %install @@ -57,6 +62,7 @@ ctest -V %{?_smp_mflags} desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/%{name}.appdata.xml + %files %license LICENSE %doc README.md CHANGELOG.md @@ -68,6 +74,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/%{name}. %changelog +* Thu Apr 19 2018 Robert-André Mauchin - 0.17.0-1 +- Upstream release 0.17.0 + * Fri Feb 09 2018 Fedora Release Engineering - 0.16.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild