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:
parent
20c0e3b9db
commit
389f9a2e23
@ -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
|
Thu Nov 8 14:49:02 UTC 2012 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@ Tslib is an abstraction layer for touchscreen panel events.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Devel package for tslib
|
Summary: Devel package for tslib
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
|
Requires: %name = %version
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Devel package for tslib. Tslib is an abstraction layer for touchscreen panel events.
|
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
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%{?make_install} %{!?make_install:make install DESTDIR=$RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user