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