Use make macros
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
This commit is contained in:
parent
20f3dbdf6a
commit
3240c7a5c6
@ -1,6 +1,6 @@
|
||||
Name: xcb-util-wm
|
||||
Version: 0.4.1
|
||||
Release: 17%{?dist}
|
||||
Release: 18%{?dist}
|
||||
Summary: Client and window-manager helper library on top of libxcb
|
||||
License: MIT
|
||||
URL: http://xcb.freedesktop.org
|
||||
@ -30,7 +30,7 @@ Development files for xcb-util-wm.
|
||||
|
||||
%build
|
||||
%configure --with-pic --disable-static --disable-silent-rules
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
|
||||
%check
|
||||
@ -38,7 +38,7 @@ make check
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||
%make_install
|
||||
rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
|
||||
@ -66,6 +66,10 @@ rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.4.1-18
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user