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