150 lines
4.9 KiB
RPMSpec
150 lines
4.9 KiB
RPMSpec
Name: libwacom
|
|
Version: 1.3
|
|
Release: 1mamba
|
|
Summary: A library to identify wacom tablets and their model-specific features
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://sourceforge.net/projects/linuxwacom/
|
|
Source: https://github.com/linuxwacom/libwacom.git/libwacom-%{version}/libwacom-%{version}.tar.bz2
|
|
#Source: ftp://ftp.gnome.org/pub/gnome/sources/libwacom/%{version}/libwacom-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libffi-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: pkg-config
|
|
BuildRequires: udev-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libgudev-devel
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
libwacom is a library to identify wacom tablets and their model-specific features. It provides easy access to information such as "is this a built-in on-screen tablet", "what is the size of this model", etc.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
./autogen.sh
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/libwacom-list-local-devices
|
|
%{_libdir}/libwacom.so.*
|
|
%{_libdir}/udev/rules.d/65-libwacom.rules
|
|
%dir %{_datadir}/libwacom/
|
|
%{_datadir}/libwacom/libwacom.stylus
|
|
%{_datadir}/libwacom/*.tablet
|
|
%dir %{_datadir}/libwacom/layouts
|
|
%{_datadir}/libwacom/layouts/*.svg
|
|
%{_mandir}/man1/libwacom-list-local-devices.1*
|
|
%doc COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/libwacom-1.0
|
|
%dir %{_includedir}/libwacom-1.0/libwacom
|
|
%{_includedir}/libwacom-1.0/libwacom/libwacom.h
|
|
%{_libdir}/libwacom.a
|
|
%{_libdir}/libwacom.la
|
|
%{_libdir}/libwacom.so
|
|
%{_libdir}/pkgconfig/libwacom.pc
|
|
%doc NEWS
|
|
|
|
%changelog
|
|
* Sat Mar 28 2020 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 23 2019 Automatic Build System <autodist@mambasoft.it> 1.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 30 2019 Automatic Build System <autodist@mambasoft.it> 0.33-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 18 2018 Automatic Build System <autodist@mambasoft.it> 0.32-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Sep 28 2018 Automatic Build System <autodist@mambasoft.it> 0.31-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Aug 04 2018 Automatic Build System <autodist@mambasoft.it> 0.30-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 26 2018 Automatic Build System <autodist@mambasoft.it> 0.29-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 24 2018 Automatic Build System <autodist@mambasoft.it> 0.28-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 23 2018 Automatic Build System <autodist@mambasoft.it> 0.27-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 21 2017 Automatic Build System <autodist@mambasoft.it> 0.26-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 0.24-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 19 2016 Automatic Build System <autodist@mambasoft.it> 0.22-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 15 2016 Automatic Build System <autodist@mambasoft.it> 0.21-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 04 2016 Automatic Build System <autodist@mambasoft.it> 0.18-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 17 2015 Automatic Build System <autodist@mambasoft.it> 0.17-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 30 2015 Automatic Build System <autodist@mambasoft.it> 0.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 23 2015 Automatic Build System <autodist@mambasoft.it> 0.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 26 2014 Automatic Build System <autodist@mambasoft.it> 0.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 27 2014 Automatic Build System <autodist@mambasoft.it> 0.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 16 2014 Automatic Build System <autodist@mambasoft.it> 0.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 01 2013 Automatic Build System <autodist@mambasoft.it> 0.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 28 2013 Automatic Build System <autodist@mambasoft.it> 0.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 07 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6-1mamba
|
|
- package created by autospec
|