From ba1c51da2939d982c91216f3d12b68f5ff369ffc Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 06:06:45 +0100 Subject: [PATCH] automatic version update by autodist [release 0.9-1mamba;Sun Mar 16 2014] --- README.md | 2 ++ libwacom.spec | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 libwacom.spec diff --git a/README.md b/README.md index b6eea62..7d74e95 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libwacom +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. + diff --git a/libwacom.spec b/libwacom.spec new file mode 100644 index 0000000..e72cadd --- /dev/null +++ b/libwacom.spec @@ -0,0 +1,85 @@ +Name: libwacom +Version: 0.9 +Release: 1mamba +Summary: A library to identify wacom tablets and their model-specific features +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://sourceforge.net/projects/linuxwacom/ +Source: http://downloads.sourceforge.net/project/linuxwacom/libwacom/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 +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 +%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.* +%dir %{_datadir}/libwacom/ +%{_datadir}/libwacom/libwacom.stylus +%{_datadir}/libwacom/*.tablet +%dir %{_datadir}/libwacom/layouts +%{_datadir}/libwacom/layouts/*.svg +%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 README + +%changelog +* Sun Mar 16 2014 Automatic Build System 0.9-1mamba +- automatic version update by autodist + +* Fri Nov 01 2013 Automatic Build System 0.8-1mamba +- automatic version update by autodist + +* Thu Mar 28 2013 Automatic Build System 0.7-1mamba +- automatic version update by autodist + +* Tue Aug 07 2012 Silvan Calarco 0.6-1mamba +- package created by autospec