automatic version update by autodist [release 1.11-1mamba;Sat Jul 17 2021]
This commit is contained in:
parent
3f78ec69e1
commit
d86cae726b
@ -1,5 +1,5 @@
|
||||
Name: libwacom
|
||||
Version: 1.10
|
||||
Version: 1.11
|
||||
Release: 1mamba
|
||||
Summary: A library to identify wacom tablets and their model-specific features
|
||||
Group: System/Libraries
|
||||
@ -8,14 +8,13 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://sourceforge.net/projects/linuxwacom/
|
||||
Source: https://github.com/linuxwacom/libwacom.git/libwacom-%{version}/libwacom-%{version}.tar.bz2
|
||||
#Source: https://download.gnome.org/sources/libwacom/%{version}/libwacom-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgudev-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libgudev-devel
|
||||
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%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.
|
||||
@ -28,6 +27,14 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%package tools
|
||||
Group: System/Tools
|
||||
Summary: Tools provided with %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description tools
|
||||
This package contains the tools provided by %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
@ -52,8 +59,22 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/libwacom-*
|
||||
%{_libdir}/libwacom.so.*
|
||||
%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.la
|
||||
%{_libdir}/libwacom.so
|
||||
%{_libdir}/pkgconfig/libwacom.pc
|
||||
#%doc NEWS
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/libwacom-*
|
||||
%{_udevrulesdir}/65-libwacom.rules
|
||||
%{_udevhwdbdir}/65-libwacom.hwdb
|
||||
%dir %{_datadir}/libwacom/
|
||||
@ -63,20 +84,11 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_datadir}/libwacom/layouts/*.svg
|
||||
%{_mandir}/man1/libwacom-list-local-devices.1*
|
||||
%{_mandir}/man1/libwacom-list-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 Jul 17 2021 Automatic Build System <autodist@mambasoft.it> 1.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 08 2021 Automatic Build System <autodist@mambasoft.it> 1.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user