Append curdir to CMake invokation. (#1668512)

This commit is contained in:
Björn Esser 2019-01-23 09:33:15 +01:00
parent a00e2de929
commit 3396353be7
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: sdcv
Version: 0.5.1
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Console version of StarDict program
Group: Applications/System
License: GPLv2+
@ -24,7 +24,7 @@ SDCV - простая, консольная утилита работы
%setup -q
%build
%cmake
%cmake .
make %{?_smp_mflags}
make lang %{?_smp_mflags}
@ -40,6 +40,9 @@ make install DESTDIR=%{buildroot}
%{_mandir}/uk/man1/sdcv.1.gz
%changelog
* Wed Jan 23 2019 Björn Esser <besser82@fedoraproject.org> - 0.5.1-7
- Append curdir to CMake invokation. (#1668512)
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild