Hello community,

here is the log from the commit of package tslib for openSUSE:Factory checked 
in at 2013-01-08 09:13:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tslib (Old)
 and      /work/SRC/openSUSE:Factory/.tslib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tslib", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.tslib.new/tslib.changes 2013-01-08 
09:14:01.000000000 +0100
@@ -0,0 +1,31 @@
+-------------------------------------------------------------------
+Thu Jan  3 12:52:18 UTC 2013 - cfarr...@suse.com
+
+- license update: LGPL-2.0+ and GPL-2.0+
+  Library itself is LGPL (2.0) and there are some GPL-2.0+ files in the
+  test subdir
+
+-------------------------------------------------------------------
+Wed Jan  2 23:35:28 UTC 2013 - sleep_wal...@suse.cz
+
+- follow policy for shared libraries and separate library package
+- separate plugins
+- instead of duplicate file create symlink
+
+-------------------------------------------------------------------
+Tue Dec 25 17:24:37 UTC 2012 - sleep_wal...@suse.cz
+
+- devel package now requires tslib itself
+  as libts.so is in tslib package, it is double-weird not to be
+  there
+
+-------------------------------------------------------------------
+Tue Dec 25 16:51:43 UTC 2012 - sleep_wal...@suse.cz
+
+- fix for non SUSE distros
+
+-------------------------------------------------------------------
+Thu Nov  8 14:49:02 UTC 2012 - guilla...@opensuse.org
+
+- Initial release (git f6c499a523) 
+

New:
----
  tslib-f6c499a523.tar.gz
  tslib.changes
  tslib.spec
  use-module-raw-input-for-ts-conf.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tslib.spec ++++++
#
# spec file for package tslib
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Guillaume GARDET <guilla...@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           tslib
Version:        1.0
Release:        0.0
Summary:        Abstraction layer for touchscreen
Group:          Hardware/Other
Url:            https://github.com/kergoth/tslib.git
Source:         tslib-f6c499a523.tar.gz
Patch0:         use-module-raw-input-for-ts-conf.patch
License:        LGPL-2.0+ and GPL-2.0+
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  autoconf
BuildRequires:  libtool
BuildRequires:  pkg-config

%description
Tslib is an abstraction layer for touchscreen panel events.

%package -n libts-1_0-0
Summary:        Tslib library itself
Group:          Development/Libraries/Other

%description -n libts-1_0-0
Library package for Tslib.

%package plugins
Summary:        Driver plugins for Tslib
Group:          Development/Libraries/Other

%description plugins
Hardware driver plugins for Tslib.

%package devel
Summary:        Devel package for tslib
Group:          Development/Libraries/Other
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 -n tslib-f6c499a523
%patch0 -p0
./autogen.sh
CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=/usr --sysconfdir=/etc 
--libdir=%{_libdir}

%build
make

%install
%{?make_install} %{!?make_install:make install DESTDIR=$RPM_BUILD_ROOT}
rm %{buildroot}%{_libdir}/pkgconfig/tslib-1.0.pc
ln -s tslib.pc %{buildroot}%{_libdir}/pkgconfig/tslib-1.0.pc

%post -n libts-1_0-0 -p /sbin/ldconfig

%postun -n libts-1_0-0 -p /sbin/ldconfig

%clean
rm -rf %buildroot

%files devel
%defattr(-,root,root)
%dir %{_libdir}/ts
/usr/include/tslib.h
%{_libdir}/libts.la
%{_libdir}/pkgconfig/tslib-1.0.pc
%{_libdir}/pkgconfig/tslib.pc
%{_libdir}/ts/*.la
%{_libdir}/libts.so

%files -n libts-1_0-0
%defattr(-,root,root)
%{_libdir}/libts-1.0.so.0
%{_libdir}/libts-1.0.so.0.0.0

%files plugins
%defattr(-,root,root)
%dir %{_libdir}/ts
%{_libdir}/ts/*.so

%files
%defattr(-,root,root)
%config /etc/ts.conf
%{_bindir}/ts_calibrate
%{_bindir}/ts_harvest
%{_bindir}/ts_print
%{_bindir}/ts_print_raw
%{_bindir}/ts_test

%changelog
++++++ use-module-raw-input-for-ts-conf.patch ++++++
--- etc/ts.conf.orig    2012-06-13 16:09:57.109544638 +0200
+++ etc/ts.conf 2012-06-13 16:10:17.219073865 +0200
@@ -1,5 +1,5 @@
 # Uncomment if you wish to use the linux input layer event interface
-# module_raw input
+module_raw input
 
 # Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d
 # module_raw collie
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to