]> git.pld-linux.org Git - packages/libast.git/blob - libast.spec
- tabs in preamble
[packages/libast.git] / libast.spec
1 Summary:        Library of Assorted Spiffy Things
2 Summary(pl.UTF-8):      Biblioteka AST (Assorted Spiffy Things)
3 Name:           libast
4 Version:        0.7
5 Release:        1
6 License:        BSD
7 Group:          Libraries
8 Source0:        http://www.eterm.org/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  a9ec3b2da317f35869316e6d9571d296
10 URL:            http://www.eterm.org/
11 BuildRequires:  XFree86-devel
12 BuildRequires:  automake
13 BuildRequires:  imlib2-devel
14 BuildRequires:  pcre-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 LibAST is the Library of Assorted Spiffy Things. It contains various
19 handy routines and drop-in substitutes for some good-but-non-portable
20 functions. It currently has a built-in memory tracking subsystem as
21 well as some debugging aids and other similar tools.
22
23 %description -l pl.UTF-8
24 LibAST to biblioteka Assorted Spiffy Things. Zawiera różne podręczne
25 procedury i zastępniki niektórych dobrych, ale nie przenośnych
26 funkcji. Aktualnie ma wbudowany system śledzenia pamięci, trochę
27 pomocy odpluskwiających i parę podobnych narzędzi.
28
29 %package devel
30 Summary:        Library of Assorted Spiffy Things header files
31 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki AST
32 Group:          X11/Development/Libraries
33 Requires:       %{name} = %{version}-%{release}
34 Requires:       XFree86-devel
35 Requires:       imlib2-devel
36 Requires:       pcre-devel
37
38 %description devel
39 Header files and development documentation for libast.
40
41 %description devel -l pl.UTF-8
42 Pliki nagłówkowe i dokumentacja programisty do libast.
43
44 %package static
45 Summary:        Libast static libraries
46 Summary(pl.UTF-8):      Biblioteki statyczne libast
47 Group:          X11/Development/Libraries
48 Requires:       %{name}-devel = %{version}-%{release}
49
50 %description static
51 Libast static libraries.
52
53 %description static -l pl.UTF-8
54 Biblioteki statyczne libast.
55
56 %prep
57 %setup -q
58
59 %build
60 cp -f /usr/share/automake/config.sub .
61 %configure
62 %{__make}
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} install \
68         DESTDIR=$RPM_BUILD_ROOT
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %post   -p /sbin/ldconfig
74 %postun -p /sbin/ldconfig
75
76 %files
77 %defattr(644,root,root,755)
78 %doc ChangeLog README
79 %attr(755,root,root) %{_libdir}/libast.so.*.*.*
80
81 %files devel
82 %defattr(644,root,root,755)
83 %doc DESIGN
84 %attr(755,root,root) %{_bindir}/libast-config
85 %attr(755,root,root) %{_libdir}/libast.so
86 %{_libdir}/libast.la
87 %{_includedir}/libast*
88 %{_aclocaldir}/libast.m4
89
90 %files static
91 %defattr(644,root,root,755)
92 %{_libdir}/libast.a
This page took 0.030083 seconds and 4 git commands to generate.