]> git.pld-linux.org Git - packages/Xlt.git/blob - Xlt.spec
- rebuild without libjpeg.la
[packages/Xlt.git] / Xlt.spec
1 Summary:        The LessTif/Motif extension library
2 Summary(pl.UTF-8):      Biblioteka rozszerzeń do LessTifa/Motifa
3 Name:           Xlt
4 Version:        13.0.13
5 Release:        1
6 License:        GPL
7 Group:          X11/Libraries
8 Source0:        http://dl.sourceforge.net/xlt/%{name}-%{version}.tar.gz
9 # Source0-md5:  46b6259c7637d6e9b87520eb91b6ea51
10 URL:            http://xlt.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  motif-devel >= 1.2
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 The LessTif/Motif extension library. This consists of several widgets
19 and convience functions to make LessTif, or if you must Motif,
20 programming more enjoyable.
21
22 %description -l pl.UTF-8
23 Biblioteka rozszerzeń do LessTifa/Motifa. Zawiera trochę widgetów i
24 funkcji żeby nieco uprzyjemnić programowanie z użyciem LessTifa czy
25 Motifa.
26
27 %package devel
28 Summary:        Xlt header files and development documentation
29 Summary(pl.UTF-8):      Pliki nagłówkowe i dokumentacja Xlt
30 Group:          X11/Development/Libraries
31 Requires:       %{name} = %{version}-%{release}
32 Requires:       motif-devel >= 1.2
33
34 %description devel
35 Xlt header files and development documentation.
36
37 %description devel -l pl.UTF-8
38 Pliki nagłówkowe i dokumentacja programisty do Xlt.
39
40 %package static
41 Summary:        Xlt static library
42 Summary(pl.UTF-8):      Biblioteka statyczna Xlt
43 Group:          X11/Development/Libraries
44 Requires:       %{name}-devel = %{version}-%{release}
45
46 %description static
47 Xlt static library.
48
49 %description static -l pl.UTF-8
50 Biblioteka statyczna Xlt.
51
52 %prep
53 %setup -q
54
55 touch MaintainerMode.am
56
57 %build
58 %{__libtoolize}
59 %{__aclocal} -I .
60 %{__autoconf}
61 %{__autoheader}
62 %{__automake}
63 %configure \
64         --enable-static
65
66 %{__make}
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70 install -d $RPM_BUILD_ROOT%{_aclocaldir}
71
72 %{__make} install \
73         DESTDIR=$RPM_BUILD_ROOT \
74         mandir=%{_mandir}
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %post   -p /sbin/ldconfig
80 %postun -p /sbin/ldconfig
81
82 %files
83 %defattr(644,root,root,755)
84 %doc AUTHORS ChangeLog README
85 %attr(755,root,root) %{_libdir}/libXlt.so.*.*
86
87 %files devel
88 %defattr(644,root,root,755)
89 %doc doc/*.{html,gif}
90 %attr(755,root,root) %{_libdir}/libXlt.so
91 %{_libdir}/libXlt.la
92 %{_includedir}/Xlt
93 %{_aclocaldir}/ac_find_xlt.m4
94 %{_aclocaldir}/ac_find_xpm.m4
95 %{_mandir}/man3/*
96
97 %files static
98 %defattr(644,root,root,755)
99 %{_libdir}/libXlt.a
This page took 0.077412 seconds and 3 git commands to generate.