]> git.pld-linux.org Git - packages/esound.git/blob - esound.spec
- release 6,
[packages/esound.git] / esound.spec
1 Summary:        The Enlightened Sound Daemon
2 Summary(pl):    O¶wiecony Demon D¼wiêku
3 Name:           esound
4 Version:        0.2.12
5 Release:        6
6 Copyright:      GPL
7 Group:          Daemons
8 Group(pl):      Serwery
9 Source:         ftp://ftp.gnome.org/pub/NOME/sources/%{name}/%{name}-%{version}.tar.gz
10 Patch:          esound-sparc.patch
11 URL:            http://pw1.netcom.com/~ericmit/EsounD.html
12 BuildRequires:  alsa-lib-devel
13 BuildRequires:  audiofile-devel
14 BuildRoot:      /tmp/%{name}-%{version}-root
15
16 %define         _sysconfdir     /etc
17
18 %description
19 The Enlightened Sound Daemon is a server process that allows multiple
20 applications to share a single sound card.
21
22 %description -l pl
23 "O¶wiecony demon d¼wiêku" jest serwerem, który umo¿liwia korzystanie
24 (dzielenie) z jednej karty d¼wiêkowej przez ró¿ne aplikacje. Przeznaczony 
25 g³ównie dla Enlightenmenta.
26
27 %package devel
28 Summary:        Libraries, includes, etc to develop EsounD applications
29 Summary(pl):    Biblioteki, pliki nag³ówkowe oraz dokumentacja
30 Group:          Development/Libraries
31 Group(pl):      Programowanie/Biblioteki
32 Requires:       %{name} = %{version}
33
34 %description devel
35 Libraries, include files, etc you can use to develop EsounD applications.
36
37 %description -l pl devel
38 Biblioteki, pliki nag³ówkowe oraz dokumentacja - czyli wszystko czego 
39 potrzebujesz do tworzenia aplikacji pod EsounD.
40
41 %package static
42 Summary:        EsounD static library
43 Summary(pl):    Biblioteka statyczna esound
44 Group:          Development/Libraries
45 Group(pl):      Programowanie/Biblioteki
46 Requires:       %{name} = %{version}
47
48 %description static
49 EsounD static library.
50
51 %description -l pl static
52 Biblioteka statyczna esound.
53
54 %prep
55 %setup -q
56 %patch -p1
57
58 %build
59 LDFLAGS="-s"; export LDFLAGS
60 %configure
61
62 make
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 make DESTDIR=$RPM_BUILD_ROOT install
68
69 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
70
71 gzip -9nf README AUTHORS ChangeLog NEWS
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 %doc README.gz
82
83 %config(noreplace) %verify(not md5 mtime size) /etc/esd.conf
84 %attr(755,root,root) %{_bindir}/esd
85 %attr(755,root,root) %{_bindir}/esdcat
86 %attr(755,root,root) %{_bindir}/esdctl
87 %attr(755,root,root) %{_bindir}/esddsp
88 %attr(755,root,root) %{_bindir}/esdfilt
89 %attr(755,root,root) %{_bindir}/esdloop
90 %attr(755,root,root) %{_bindir}/esdmon
91 %attr(755,root,root) %{_bindir}/esdplay
92 %attr(755,root,root) %{_bindir}/esdrec
93 %attr(755,root,root) %{_bindir}/esdsample
94
95 %attr(755,root,root) %{_libdir}/lib*.so.*.*
96
97 %files devel
98 %defattr(644,root,root,755)
99 %doc {AUTHORS,ChangeLog,NEWS}.gz
100
101 %attr(755,root,root) %{_libdir}/lib*.so
102 %attr(755,root,root) %{_libdir}/lib*.la
103 %attr(755,root,root) %{_bindir}/esd-config
104
105 %{_includedir}/*
106 %{_datadir}/aclocal/*
107
108 %files static
109 %defattr(644,root,root,755)
110 %{_libdir}/lib*.a
This page took 0.031233 seconds and 3 git commands to generate.