]> git.pld-linux.org Git - packages/libast.git/blob - libast.spec
- release 6 for AC
[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.5
5 Release:        6
6 License:        BSD
7 Group:          Libraries
8 Source0:        http://www.eterm.org/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  335ead8e8168bc06284c822f1f655eb8
10 Patch0:         %{name}-am18.patch
11 URL:            http://www.eterm.org/
12 BuildRequires:  XFree86-devel
13 BuildRequires:  automake
14 BuildRequires:  freetype1-devel
15 BuildRequires:  imlib2-devel
16 BuildRequires:  pcre-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 LibAST is the Library of Assorted Spiffy Things. It contains various
21 handy routines and drop-in substitutes for some good-but-non-portable
22 functions. It currently has a built-in memory tracking subsystem as
23 well as some debugging aids and other similar tools.
24
25 %description -l pl
26 LibAST to biblioteka Assorted Spiffy Things. Zawiera ró¿ne podrêczne
27 procedury i zastêpniki niektórych dobrych, ale nie przeno¶nych
28 funkcji. Aktualnie ma wbudowany system ¶ledzenia pamiêci, trochê
29 pomocy odpluskwiaj±cych i parê podobnych narzêdzi.
30
31 %package devel
32 Summary:        Library of Assorted Spiffy Things header files
33 Summary(pl):    Pliki nag³ówkowe biblioteki AST
34 Group:          X11/Development/Libraries
35 Requires:       %{name} = %{version}-%{release}
36
37 %description devel
38 Header files and development documentation for libast.
39
40 %description devel -l pl
41 Pliki nag³ówkowe i dokumentacja programisty do libast.
42
43 %package static
44 Summary:        Libast static libraries
45 Summary(pl):    Biblioteki statyczne libast
46 Group:          X11/Development/Libraries
47 Requires:       %{name}-devel = %{version}-%{release}
48
49 %description static
50 Libast static libraries.
51
52 %description static -l pl
53 Biblioteki statyczne libast.
54
55 %prep
56 %setup -q
57 %patch0 -p1
58
59 %build
60 cp /usr/share/automake/config.sub .
61 %configure2_13
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}/lib*.so.*.*
80
81 %files devel
82 %defattr(644,root,root,755)
83 %attr(755,root,root) %{_bindir}/%{name}-config
84 %attr(755,root,root) %{_libdir}/lib*.so
85 %{_libdir}/lib*.la
86 %{_includedir}/*
87 %{_aclocaldir}/*
88
89 %files static
90 %defattr(644,root,root,755)
91 %{_libdir}/lib*.a
This page took 0.116032 seconds and 4 git commands to generate.