Use make macros
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
This commit is contained in:
parent
690dd3654b
commit
2104e9a42e
@ -1,6 +1,6 @@
|
|||||||
Name: xcb-util
|
Name: xcb-util
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
Summary: Convenience libraries sitting on top of libxcb
|
Summary: Convenience libraries sitting on top of libxcb
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://xcb.freedesktop.org
|
URL: http://xcb.freedesktop.org
|
||||||
@ -32,7 +32,7 @@ Development files for xcb-util.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-pic --disable-static --disable-silent-rules
|
%configure --with-pic --disable-static --disable-silent-rules
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -40,7 +40,7 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
%make_install
|
||||||
rm %{buildroot}%{_libdir}/*.la
|
rm %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
|
|
||||||
@ -68,6 +68,10 @@ rm %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.4.0-15
|
||||||
|
- Use make macros
|
||||||
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||||
|
|
||||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-14
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-14
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user