]> git.pld-linux.org Git - packages/xorg-lib-libxkbfile.git/blob - xorg-lib-libxkbfile.spec
- 0.99.2 (X11R7.0-RC3)
[packages/xorg-lib-libxkbfile.git] / xorg-lib-libxkbfile.spec
1 Summary:        xkbfile library
2 Summary(pl):    Biblioteka xkbfile
3 Name:           xorg-lib-libxkbfile
4 Version:        0.99.2
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Libraries
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC3/lib/libxkbfile-%{version}.tar.bz2
9 # Source0-md5:  a2e1631fbd598ba3865a8f995602b965
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-util-util-macros
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 xkbfile library.
21
22 %description -l pl
23 Biblioteka xkbfile.
24
25 %package devel
26 Summary:        Header files libxkbfile development
27 Summary(pl):    Pliki nag³ówkowe do biblioteki libxkbfile
28 Group:          X11/Development/Libraries
29 Requires:       %{name} = %{version}-%{release}
30 Requires:       xorg-lib-libX11-devel
31
32 %description devel
33 xkbfile library.
34
35 This package contains the header files needed to develop programs that
36 use these libxkbfile.
37
38 %description devel -l pl
39 Biblioteka xkbfile.
40
41 Pakiet zawiera pliki nag³ówkowe niezbêdne do kompilowania programów
42 u¿ywaj±cych biblioteki libxkbfile.
43
44 %package static
45 Summary:        Static libxkbfile library
46 Summary(pl):    Biblioteka statyczna libxkbfile
47 Group:          X11/Development/Libraries
48 Requires:       %{name}-devel = %{version}-%{release}
49
50 %description static
51 xkbfile library.
52
53 This package contains the static libxkbfile library.
54
55 %description static -l pl
56 Biblioteka xkbfile.
57
58 Pakiet zawiera statyczn± bibliotekê libxkbfile.
59
60 %prep
61 %setup -q -n libxkbfile-%{version}
62
63 %build
64 %{__libtoolize}
65 %{__aclocal}
66 %{__autoconf}
67 %{__autoheader}
68 %{__automake}
69 %configure
70
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75
76 %{__make} install \
77         DESTDIR=$RPM_BUILD_ROOT \
78         pkgconfigdir=%{_pkgconfigdir}
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %post   -p /sbin/ldconfig
84 %postun -p /sbin/ldconfig
85
86 %files
87 %defattr(644,root,root,755)
88 %doc ChangeLog
89 %attr(755,root,root) %{_libdir}/libxkbfile.so.*.*.*
90
91 %files devel
92 %defattr(644,root,root,755)
93 %attr(755,root,root) %{_libdir}/libxkbfile.so
94 %{_libdir}/libxkbfile.la
95 %{_includedir}/X11/extensions/*.h
96 %{_pkgconfigdir}/xkbfile.pc
97
98 %files static
99 %defattr(644,root,root,755)
100 %{_libdir}/libxkbfile.a
This page took 0.046964 seconds and 3 git commands to generate.