]> git.pld-linux.org Git - packages/libast.git/blob - libast.spec
- updated to 0.4.
[packages/libast.git] / libast.spec
1 Summary:        Library of Assorted Spiffy Things
2 Name:           libast
3 Version:        0.4
4 Release:        1
5 License:        BSD
6 Group:          Libraries
7 Group(de):      Libraries
8 Group(es):      Bibliotecas
9 Group(fr):      Librairies
10 Group(pl):      Biblioteki
11 Group(pt_BR):   Bibliotecas
12 Group(ru):      âÉÂÌÉÏÔÅËÉ
13 Group(uk):      â¦Â̦ÏÔÅËÉ
14 Source0:        http://www.eterm.org/download/%{name}-%{version}.tar.gz
15 URL:            http://www.eterm.org/
16 BuildRequires:  XFree86-devel
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  freetype1-devel
20 BuildRequires:  glibc-devel
21 BuildRequires:  imlib2-devel
22 BuildRequires:  libtool
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 LibAST is the Library of Assorted Spiffy Things. It contains various
27 handy routines and drop-in substitutes for some good-but-non-portable
28 functions. It currently has a built-in memory tracking subsystem as
29 well as some debugging aids and other similar tools.
30
31 %package devel
32 Summary:        Library of Assorted Spiffy Things
33 Group:          X11/Development/Libraries
34 Group(de):      X11/Entwicklung/Libraries
35 Group(es):      X11/Desarrollo/Bibliotecas
36 Group(fr):      X11/Development/Librairies
37 Group(pl):      X11/Programowanie/Biblioteki
38 Group(pt_BR):   X11/Desenvolvimento/Bibliotecas
39 Group(ru):      X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
40 Group(uk):      X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
41 Requires:       %{name} = %{version}
42
43 %description devel
44 Header files and development documentation for libast.
45
46 %package static
47 Summary:        Libast static libraries
48 Summary(pl):    Biblioteki statyczne libast
49 Group:          X11/Development/Libraries
50 Group(de):      X11/Entwicklung/Libraries
51 Group(es):      X11/Desarrollo/Bibliotecas
52 Group(fr):      X11/Development/Librairies
53 Group(pl):      X11/Programowanie/Biblioteki
54 Group(pt_BR):   X11/Desenvolvimento/Bibliotecas
55 Group(ru):      X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
56 Group(uk):      X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
57 Requires:       %{name}-devel = %{version}
58
59 %description static
60 Libast static libraries.
61
62 %description devel -l pl
63 Biblioteki statyczne libast.
64
65 %prep
66 %setup -q
67
68 %build
69 libtoolize --copy --force
70 aclocal
71 autoconf
72 automake -a -c
73 %configure
74 %{__make}
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78
79 %{__make} DESTDIR=$RPM_BUILD_ROOT install
80
81 gzip -9nf ChangeLog README
82
83 %post   -p /sbin/ldconfig
84 %postun -p /sbin/ldconfig
85
86 %clean
87 rm -rf $RPM_BUILD_ROOT
88
89 %files
90 %defattr(644,root,root,755)
91 %attr(755,root,root) %{_bindir}/libast-test
92 %attr(755,root,root) %{_libdir}/lib*.so.*.*
93
94 %files devel
95 %defattr(644,root,root,755)
96 %doc *.gz 
97 %attr(755,root,root) %{_bindir}/%{name}-config
98 %attr(755,root,root) %{_libdir}/lib*.so
99 %attr(755,root,root) %{_libdir}/lib*.la
100 %{_includedir}/*
101
102 %files static
103 %defattr(644,root,root,755)
104 %{_libdir}/lib*.a
This page took 0.128842 seconds and 4 git commands to generate.