]> git.pld-linux.org Git - packages/libsndfile.git/blob - libsndfile.spec
- updated to 0.0.23.
[packages/libsndfile.git] / libsndfile.spec
1 Summary:        C library for reading and writing files containing sampled sound
2 Summary:        Biblioteka obs³ugi plików d¼wiêkowych
3 Name:           libsndfile
4 Version:        0.0.23
5 Release:        1
6 License:        GPL
7 Group:          Development/Libraries
8 Group(de):      Entwicklung/Libraries
9 Group(fr):      Development/Librairies
10 Group(pl):      Programowanie/Biblioteki
11 Vendor:         Erik de Castro Lopo <erikd@zip.com.au>
12 Source0:        http://www.zip.com.au/~erikd/libsndfile/%{name}-%{version}.tar.gz
13 Patch0:         %{name}-autoconf.patch
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libtool
17 URL:            http://www.zip.com.au/~erikd/libsndfile/
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Libsndfile is a C library for reading and writing files containing
22 sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format)
23 through one standard library interface.
24
25 %description -l pl
26 Libsndfile to bibliotek± napisan± w C, s³u¿±ca do czytania i
27 zapisywania plików zawieraj±cych zsamplowany d¼wiêk (np. w formacie MS
28 Windows WAV czy Apple/SGI AIFF) poprzez jednolity, standardowy
29 interfejs.
30
31 %package devel
32 Summary:        libsndfile header files and development documentation
33 Summary(pl):    Pliki nag³ówkowe oraz dokumentacja do libsndfile
34 Group:          Development/Libraries
35 Group(de):      Entwicklung/Libraries
36 Group(fr):      Development/Librairies
37 Group(pl):      Programowanie/Biblioteki
38 Requires:       %{name} = %{version}
39
40 %description devel
41 Header files and development documentation for libsndfile.
42
43 %description devel -l pl
44 Pliki nag³ówkowe oraz dokumentacja do biblioteki libsndfile.
45
46 %package static
47 Summary:        libsndfile static libraries
48 Summary(pl):    Biblioteki statyczne libsndfile
49 Group:          Development/Libraries
50 Group(de):      Entwicklung/Libraries
51 Group(fr):      Development/Librairies
52 Group(pl):      Programowanie/Biblioteki
53 Requires:       %{name}-devel = %{version}
54
55 %description static
56 libsndfile static libraries.
57
58 %description static -l pl
59 Biblioteki statyczne libsndfile.
60
61 %prep
62 %setup -q
63 %patch -p1
64
65 %build
66 libtoolize --copy --force
67 aclocal
68 autoconf
69 rm -f missing
70 automake -a -c
71 %configure
72 %{__make}
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} install DESTDIR=$RPM_BUILD_ROOT
78
79 gzip -9nf NEWS TODO
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %post   -p /sbin/ldconfig
85 %postun -p /sbin/ldconfig
86
87 %files
88 %defattr(644,root,root,755)
89 %doc *.gz doc/*.html doc/*.jpg
90 %attr(755,root,root) %{_libdir}/lib*.so.*.*
91
92 %files devel
93 %defattr(644,root,root,755)
94 %attr(755,root,root) %{_libdir}/lib*.so
95 %attr(755,root,root) %{_libdir}/lib*.la
96 %{_includedir}/*
97
98 %files static
99 %defattr(644,root,root,755)
100 %{_libdir}/lib*.a
This page took 0.078242 seconds and 4 git commands to generate.