]> git.pld-linux.org Git - packages/libast.git/blob - libast.spec
- removed all Group fields translations (oure rpm now can handle translating
[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.4
5 Release:        2
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 libtoolize --copy --force
60 aclocal
61 autoconf
62 automake -a -c
63 %configure
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} DESTDIR=$RPM_BUILD_ROOT install
70
71 gzip -9nf ChangeLog README
72
73 %post   -p /sbin/ldconfig
74 %postun -p /sbin/ldconfig
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %files
80 %defattr(644,root,root,755)
81 %attr(755,root,root) %{_bindir}/libast-test
82 %attr(755,root,root) %{_libdir}/lib*.so.*.*
83
84 %files devel
85 %defattr(644,root,root,755)
86 %doc *.gz 
87 %attr(755,root,root) %{_bindir}/%{name}-config
88 %attr(755,root,root) %{_libdir}/lib*.so
89 %attr(755,root,root) %{_libdir}/lib*.la
90 %{_includedir}/*
91
92 %files static
93 %defattr(644,root,root,755)
94 %{_libdir}/lib*.a
This page took 0.145176 seconds and 4 git commands to generate.