Hello community, here is the log from the commit of package tslib for openSUSE:Factory checked in at 2015-03-03 11:14:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tslib (Old) and /work/SRC/openSUSE:Factory/.tslib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tslib" Changes: -------- --- /work/SRC/openSUSE:Factory/tslib/tslib.changes 2014-03-18 13:38:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tslib.new/tslib.changes 2015-03-03 11:14:04.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Mar 1 14:43:11 UTC 2015 - [email protected] + +- Cleanup spec file with spec-cleaner +- Use url for source + +------------------------------------------------------------------- Old: ---- tslib-1.1.tar.gz New: ---- tslib-1.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tslib.spec ++++++ --- /var/tmp/diff_new_pack.jabKpI/_old 2015-03-03 11:14:05.000000000 +0100 +++ /var/tmp/diff_new_pack.jabKpI/_new 2015-03-03 11:14:05.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package tslib # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Guillaume GARDET <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -25,13 +25,15 @@ Group: Hardware/Other Url: https://github.com/kergoth/tslib.git #Git-Clone: git://github.com/kergoth/tslib -Source: %{name}-%{version}.tar.gz +Source0: https://github.com/kergoth/tslib/releases/download/%{version}/%{name}-%{version}.tar.xz Source2: baselibs.conf Patch0: use-module-raw-input-for-ts-conf.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf +BuildRequires: automake BuildRequires: libtool BuildRequires: pkg-config +BuildRequires: xz +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Tslib is an abstraction layer for touchscreen panel events. @@ -64,23 +66,23 @@ %package devel Summary: Development files for tslib, a touchscreen panel event layer Group: Development/Libraries/C and C++ -Requires: %name = %version -Requires: %name-plugins = %version +Requires: %{name} = %{version} +Requires: %{name}-plugins = %{version} %description devel Devel package for tslib. Tslib is an abstraction layer for touchscreen panel events. %prep %setup -q -%patch0 -p0 +%patch0 ./autogen.sh %configure %build -make +make %{?_smp_mflags} %install -make install DESTDIR="%buildroot" +make DESTDIR=%{buildroot} install %{?_smp_mflags} rm %{buildroot}%{_libdir}/pkgconfig/tslib-1.0.pc ln -s tslib.pc %{buildroot}%{_libdir}/pkgconfig/tslib-1.0.pc @@ -91,11 +93,11 @@ %files devel %defattr(-,root,root) %dir %{_libdir}/ts -%_includedir/tslib.h +%{_includedir}/tslib.h %{_libdir}/libts.la %{_libdir}/pkgconfig/tslib-1.0.pc %{_libdir}/pkgconfig/tslib.pc -%dir %_libdir/ts +%dir %{_libdir}/ts %{_libdir}/ts/*.la %{_libdir}/libts.so @@ -111,7 +113,7 @@ %files %defattr(-,root,root) -%config /etc/ts.conf +%config %{_sysconfdir}/ts.conf %{_bindir}/ts_calibrate %{_bindir}/ts_harvest %{_bindir}/ts_print -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
