|
|
|
@ -3,9 +3,10 @@
|
|
|
|
|
|
|
|
|
|
Name: mtdev
|
|
|
|
|
Version: 1.1.5
|
|
|
|
|
Release: 22%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
|
|
|
|
Release: 12%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
|
|
|
|
Summary: Multitouch Protocol Translation Library
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://bitmath.org/code/mtdev/
|
|
|
|
|
|
|
|
|
@ -19,7 +20,7 @@ Source2: commitid
|
|
|
|
|
Source0: http://bitmath.org/code/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf automake libtool gcc make make make make
|
|
|
|
|
BuildRequires: autoconf automake libtool gcc
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{name} is a stand-alone library which transforms all variants of kernel MT
|
|
|
|
@ -41,16 +42,17 @@ Multitouch protocol translation library development package.
|
|
|
|
|
%build
|
|
|
|
|
autoreconf --force -v --install || exit 1
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
%make_build
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
%make_install
|
|
|
|
|
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
|
|
|
|
|
|
|
|
|
# We intentionally don't ship *.la files
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc COPYING README
|
|
|
|
@ -65,38 +67,6 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
|
%{_bindir}/mtdev-test
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.5-22
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.5-21
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-20
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Dec 01 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.1.5-19
|
|
|
|
|
- Add make to BuildRequires
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-18
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-15
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-14
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-13
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Feb 19 2018 Peter Hutterer <peter.hutterer@redhat.com> 1.1.5-12
|
|
|
|
|
- Add gcc to BR
|
|
|
|
|
|
|
|
|
@ -165,7 +135,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
|
* Mon Jun 18 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.1.2-1
|
|
|
|
|
- mtdev 1.1.2
|
|
|
|
|
- upstream provides tarballs now, add the needed spec file changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-3.20110105
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|