Accepting request 146806 from X11:Enlightenment:Factory

- devel package now requires tslib itself
  as libts.so is in tslib package, it is double-weird not to be
  there

- fix for non SUSE distros (in the more RPM hackish way :)

OBS-URL: https://build.opensuse.org/request/show/146806
OBS-URL: https://build.opensuse.org/package/show/hardware/tslib?expand=0&rev=2
This commit is contained in:
Guillaume GARDET 2013-01-02 12:28:22 +00:00 committed by Git OBS Bridge
parent 20c0e3b9db
commit 389f9a2e23
2 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 25 17:24:37 UTC 2012 - sleep_walker@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_walker@suse.cz
- fix for non SUSE distros
-------------------------------------------------------------------
Thu Nov 8 14:49:02 UTC 2012 - guillaume@opensuse.org

View File

@ -38,7 +38,8 @@ Tslib is an abstraction layer for touchscreen panel events.
%package devel
Summary: Devel package for tslib
Group: Development/Libraries/Other
Group: Development/Libraries/Other
Requires: %name = %version
%description devel
Devel package for tslib. Tslib is an abstraction layer for touchscreen panel events.
@ -54,7 +55,7 @@ CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=/usr --sysconfdir=/etc --libdir=%{_li
make
%install
%make_install
%{?make_install} %{!?make_install:make install DESTDIR=$RPM_BUILD_ROOT}
%post
/sbin/ldconfig