Accepting request 288197 from home:pluskalm:branches:X11:XOrg
- Update to 1.1.5 OBS-URL: https://build.opensuse.org/request/show/288197 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/mtdev?expand=0&rev=13
This commit is contained in:
parent
9aec24360b
commit
abd18e9b99
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6b59b055ff22f2b91d4284187c2515826c338b81f6f33bd90f6bedc7c1fb9a38
|
|
||||||
size 273780
|
|
3
mtdev-1.1.5.tar.bz2
Normal file
3
mtdev-1.1.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f
|
||||||
|
size 274162
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 28 09:55:25 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 1.1.5
|
||||||
|
* Make it possible to build the source out-of-tree. The
|
||||||
|
gnome-continuous build system does this by default.
|
||||||
|
* Some tests do #include relative to the top-level, so add
|
||||||
|
top_srcdir to the include path as otherwise out-of-tree
|
||||||
|
builds can't find the files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 11 13:02:33 UTC 2014 - coolo@suse.com
|
Tue Feb 11 13:02:33 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
17
mtdev.spec
17
mtdev.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mtdev
|
# spec file for package mtdev
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mtdev
|
Name: mtdev
|
||||||
BuildRequires: pkgconfig
|
Version: 1.1.5
|
||||||
|
Release: 0
|
||||||
Summary: Multitouch Protocol Translation Library
|
Summary: Multitouch Protocol Translation Library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 1.1.4
|
Url: http://bitmath.org/code/mtdev/
|
||||||
Release: 0
|
|
||||||
Source: http://bitmath.org/code/mtdev/mtdev-%{version}.tar.bz2
|
Source: http://bitmath.org/code/mtdev/mtdev-%{version}.tar.bz2
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Url: http://bitmath.org/code/mtdev/
|
BuildRequires: pkg-config
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -51,12 +51,13 @@ This package contains the files needed to compile programs that use mtdev librar
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure \
|
||||||
|
--enable-static=no
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n libmtdev1 -p /sbin/ldconfig
|
%post -n libmtdev1 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user