]> git.pld-linux.org Git - packages/libast.git/blob - libast.spec
- commented out %%{_autoconf} and used %%configure2_13:
[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 URL:            http://www.eterm.org/
10 BuildRequires:  XFree86-devel
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  freetype1-devel
14 BuildRequires:  glibc-devel
15 BuildRequires:  imlib2-devel
16 BuildRequires:  libtool
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}
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}
48
49 %description static
50 Libast static libraries.
51
52 %description devel -l pl
53 Biblioteki statyczne libast.
54
55 %prep
56 %setup -q
57
58 %build
59 #%%{__autoconf}
60 %configure2_13
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} DESTDIR=$RPM_BUILD_ROOT install
67
68 %post   -p /sbin/ldconfig
69 %postun -p /sbin/ldconfig
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root,755)
76 %attr(755,root,root) %{_libdir}/lib*.so.*.*
77
78 %files devel
79 %defattr(644,root,root,755)
80 %doc ChangeLog README
81 %attr(755,root,root) %{_bindir}/%{name}-config
82 %attr(755,root,root) %{_libdir}/lib*.so
83 %{_libdir}/lib*.la
84 %{_includedir}/*
85
86 %files static
87 %defattr(644,root,root,755)
88 %{_libdir}/lib*.a
This page took 0.239077 seconds and 4 git commands to generate.