]> git.pld-linux.org Git - SPECS.git/blob - libfakekey.spec
SPECS updated Sat 31 Jul 21:27:02 CEST 2021
[SPECS.git] / libfakekey.spec
1 Summary:        X Virtual Keyboard library
2 Summary(pl.UTF-8):      Biblioteka wirtualnej klawiatury dla X
3 Name:           libfakekey
4 Version:        0.1
5 Release:        5
6 License:        LGPL v2+
7 Group:          X11/Libraries
8 Source0:        http://downloads.yoctoproject.org/releases/matchbox/libfakekey/%{version}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  83dbde4d77e8baf0176fe4291d8a2303
10 URL:            https://www.yoctoproject.org/software-item/matchbox/
11 BuildRequires:  autoconf >= 2.53
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-lib-libXtst-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 X Virtual Keyboard library.
21
22 %description -l pl.UTF-8
23 Biblioteka wirtualnej klawiatury dla X.
24
25 %package devel
26 Summary:        Header files for libfakekey library
27 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki libfakekey
28 Group:          X11/Development/Libraries
29 Requires:       %{name} = %{version}-%{release}
30 Requires:       xorg-lib-libX11-devel
31 Requires:       xorg-lib-libXtst-devel
32
33 %description devel
34 Header files for libfakekey library.
35
36 %description devel -l pl.UTF-8
37 Pliki nagłówkowe biblioteki libfakekey.
38
39 %package static
40 Summary:        Static libfakekey library
41 Summary(pl.UTF-8):      Statyczna biblioteka libfakekey
42 Group:          X11/Development/Libraries
43 Requires:       %{name}-devel = %{version}-%{release}
44
45 %description static
46 Static libfakekey library.
47
48 %description static -l pl.UTF-8
49 Statyczna biblioteka libfakekey.
50
51 %prep
52 %setup -q
53
54 %build
55 %configure
56 %{__make} AM_LDFLAGS=-lX11
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %post   -p /sbin/ldconfig
70 %postun -p /sbin/ldconfig
71
72 %files
73 %defattr(644,root,root,755)
74 %doc ChangeLog
75 %attr(755,root,root) %{_libdir}/libfakekey.so.*.*.*
76 %attr(755,root,root) %ghost %{_libdir}/libfakekey.so.[0-9]
77
78 %files devel
79 %defattr(644,root,root,755)
80 %attr(755,root,root) %{_libdir}/libfakekey.so
81 %{_includedir}/fakekey
82 %{_pkgconfigdir}/libfakekey.pc
83
84 %files static
85 %defattr(644,root,root,755)
86 %{_libdir}/libfakekey.a
This page took 0.038518 seconds and 3 git commands to generate.