]> git.pld-linux.org Git - packages/libast.git/blob - libast.spec
- Oops... md5?
[packages/libast.git] / libast.spec
1 Summary:        Library of Assorted Spiffy Things
2 Summary(pl):    Biblioteka AST (Assorted Spiffy Things)
3 Name:           libast
4 Version:        0.6.1
5 Release:        1
6 License:        BSD
7 Group:          Libraries
8 Source0:        http://www.eterm.org/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  1cbbf86a0afb74a5905dc92982117250
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
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):    Pliki nag³ówkowe biblioteki AST
32 Group:          X11/Development/Libraries
33 Requires:       %{name} = %{version}-%{release}
34
35 %description devel
36 Header files and development documentation for libast.
37
38 %description devel -l pl
39 Pliki nag³ówkowe i dokumentacja programisty do libast.
40
41 %package static
42 Summary:        Libast static libraries
43 Summary(pl):    Biblioteki statyczne libast
44 Group:          X11/Development/Libraries
45 Requires:       %{name}-devel = %{version}-%{release}
46
47 %description static
48 Libast static libraries.
49
50 %description static -l pl
51 Biblioteki statyczne libast.
52
53 %prep
54 %setup -q
55
56 %build
57 cp /usr/share/automake/config.sub .
58 %configure2_13
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post   -p /sbin/ldconfig
71 %postun -p /sbin/ldconfig
72
73 %files
74 %defattr(644,root,root,755)
75 %doc ChangeLog README
76 %attr(755,root,root) %{_libdir}/lib*.so.*.*
77
78 %files devel
79 %defattr(644,root,root,755)
80 %attr(755,root,root) %{_bindir}/%{name}-config
81 %attr(755,root,root) %{_libdir}/lib*.so
82 %{_libdir}/lib*.la
83 %{_includedir}/*
84 %{_aclocaldir}/*
85
86 %files static
87 %defattr(644,root,root,755)
88 %{_libdir}/lib*.a
This page took 0.072355 seconds and 4 git commands to generate.