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