Use make macros
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
This commit is contained in:
parent
1b62e51c6f
commit
a39d796b72
@ -1,6 +1,6 @@
|
||||
Name: xcb-util-keysyms
|
||||
Version: 0.4.0
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Summary: Standard X key constants and keycodes conversion on top of libxcb
|
||||
License: MIT
|
||||
URL: http://xcb.freedesktop.org
|
||||
@ -29,7 +29,7 @@ Development files for xcb-util-keysyms.
|
||||
|
||||
%build
|
||||
%configure --with-pic --disable-static --disable-silent-rules
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
|
||||
%check
|
||||
@ -37,7 +37,7 @@ make check
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||
%make_install
|
||||
rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
|
||||
@ -60,6 +60,10 @@ rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.4.0-13
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user