Use make macros
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
This commit is contained in:
parent
be10ad28cd
commit
40d775c838
10
mtdev.spec
10
mtdev.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: mtdev
|
Name: mtdev
|
||||||
Version: 1.1.5
|
Version: 1.1.5
|
||||||
Release: 16%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
Release: 17%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||||
Summary: Multitouch Protocol Translation Library
|
Summary: Multitouch Protocol Translation Library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -41,11 +41,11 @@ Multitouch protocol translation library development package.
|
|||||||
%build
|
%build
|
||||||
autoreconf --force -v --install || exit 1
|
autoreconf --force -v --install || exit 1
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
%make_install
|
||||||
|
|
||||||
# We intentionally don't ship *.la files
|
# We intentionally don't ship *.la files
|
||||||
rm -f %{buildroot}%{_libdir}/*.la
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
@ -65,6 +65,10 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%{_bindir}/mtdev-test
|
%{_bindir}/mtdev-test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1.1.5-17
|
||||||
|
- Use make macros
|
||||||
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-16
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-16
|
||||||
- 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