fix %%autosetup, use %%make_build

epel9
Rex Dieter 5 years ago
parent 6e8c0d78fb
commit 9d8feba4a3

1
.gitignore vendored

@ -51,3 +51,4 @@
/kscreenlocker-5.18.2.tar.xz
/kscreenlocker-5.18.3.tar.xz
/kscreenlocker-5.18.4.tar.xz
/kscreenlocker-5.18.4.1.tar.xz

@ -1,5 +1,5 @@
Name: kscreenlocker
Version: 5.18.4
Version: 5.18.4.1
Release: 1%{?dist}
Summary: Library and components for secure lock screen architecture
@ -61,7 +61,7 @@ developing applications that use %{name}.
%prep
%autosetup -n %{name}-%{plasmaver} -p1
%autosetup -p1
%build
@ -70,7 +70,7 @@ pushd %{_target_platform}
%{cmake_kf5} ..
popd
make %{?_smp_mflags} -C %{_target_platform}
%make_build -C %{_target_platform}
%install
@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Sat Apr 04 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.18.4.1-1
- 5.18.4.1
* Tue Mar 31 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.4-1
- 5.18.4

@ -1 +1 @@
SHA512 (kscreenlocker-5.18.4.tar.xz) = bc836f1b6d92aedc9387d6f15ba81af032243f0e8e92392f90a382fcfe884352c19adcacce9732eb87dc00215c479c736dfb417582ba1691f105f9921be58b1e
SHA512 (kscreenlocker-5.18.4.1.tar.xz) = f58e46b6b86ab49f458ca00604655369755d51b54e7f97ad1f640d4fa51bab5d904ee26c0981a2252ee4edff3063a40f5792b860cd39d19f3db8ba93ec9aed5b

Loading…
Cancel
Save