File liblbxutil.spec of Package liblbxutil (Revision 3b1f39966410a9a0a70cc0de65ff2599)
Currently displaying revision 3b1f39966410a9a0a70cc0de65ff2599 , Show latest
103
1
#
2
# spec file for package liblbxutil
3
#
4
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
5
#
6
# All modifications and additions to the file contributed by third parties
7
# remain the property of their copyright owners, unless otherwise agreed
8
# upon. The license for this file, and modifications and additions to the
9
# file, is the same license as for the pristine package itself (unless the
10
# license for the pristine package is not an Open Source License, in which
11
# case the license is the MIT License). An "Open Source License" is a
12
# license that conforms to the Open Source Definition (Version 1.9)
13
# published by the Open Source Initiative.
14
15
# Please submit bugfixes or comments via http://bugs.opensuse.org/
16
#
17
18
19
Name: liblbxutil
20
%define lname liblbxutil1
21
Version: 1.1.0
22
Release: 1.23
23
Summary: Low Bandwith X extension utility routines
24
License: MIT
25
Group: Development/Libraries/C and C++
26
Url: http://xorg.freedesktop.org/
27
28
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/liblbxutil
29
#Git-Web: http://cgit.freedesktop.org/xorg/lib/liblbxutil/
30
Source: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
31
BuildRoot: %{_tmppath}/%{name}-%{version}-build
32
#git#BuildRequires: autoconf >= 2.57, automake, libtool
33
BuildRequires: pkgconfig
34
BuildRequires: pkgconfig(xextproto) >= 7.0.99.1
35
BuildRequires: pkgconfig(xorg-macros) >= 1.3
36
BuildRequires: pkgconfig(xproto)
37
BuildRequires: pkgconfig(zlib)
38
39
%description
40
liblbxutil is a library of routines for LBX (Low Bandwidth X)
41
extension support shared between the lbxproxy program and an
42
LBX-supporting X server.
43
44
%package -n %lname
45
Summary: Low Bandwith X extension utility routines
46
Group: System/Libraries
47
48
%description -n %lname
49
liblbxutil is a library of routines for LBX (Low Bandwidth X)
50
extension support shared between the lbxproxy program and an
51
LBX-supporting X server.
52
53
%package devel
54
Summary: Development files for the Low Bandwith X extension routines
55
Group: Development/Libraries/C and C++
56
Requires: %lname = %version
57
58
%description devel
59
liblbxutil is a library of routines for LBX (Low Bandwidth X)
60
extension support shared between the lbxproxy program and an
61
LBX-supporting X server.
62
63
This package contains the development headers for the library found
64
in %lname.
65
66
%prep
67
%setup -q
68
69
%build
70
%configure --disable-static
71
make %{?_smp_mflags}
72
73
%install
74
make install DESTDIR="%buildroot"
75
rm -f "%buildroot/%_libdir"/*.la
76
77
%post -n %lname -p /sbin/ldconfig
78
79
%postun -n %lname -p /sbin/ldconfig
80
81
%files -n %lname
82
%defattr(-,root,root)
83
%_libdir/liblbxutil.so.1*
84
85
%files devel
86
%defattr(-,root,root)
87
%_includedir/X11/*
88
%_libdir/liblbxutil.so
89
%_libdir/pkgconfig/lbxutil.pc
90
91
%changelog
92
* Mon Apr 15 2013 mmeister@suse.com
93
- Added url as source.
94
Please see http://en.opensuse.org/SourceUrls
95
* Sun Feb 17 2013 jengelh@inai.de
96
- Use more robust make install call
97
* Tue Sep 25 2012 sndirsch@suse.com
98
- specfile cleanup
99
* Sun Feb 12 2012 jengelh@medozas.de
100
- Provide package descriptions and update homepage URL
101
* Tue Feb 7 2012 jengelh@medozas.de
102
- Split xorg-x11-libs into separate packages
103