]> git.pld-linux.org Git - packages/esound.git/blob - esound.spec
new
[packages/esound.git] / esound.spec
1 Summary:        The Enlightened Sound Daemon
2 Summary(es):    Demonio de sonido de Enlightment
3 Summary(fr):    Démon audio de Enlightment
4 Summary(pl):    O¶wiecony Demon D¼wiêku
5 Name:           esound
6 Version:        0.2.22
7 Release:        2
8 Epoch:          1
9 License:        GPL
10 Group:          Daemons
11 Group(de):      Server
12 Group(pl):      Serwery
13 Source0:        ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/%{name}-%{version}.tar.gz
14 Patch0:         esound-debian.patch
15 URL:            http://pw1.netcom.com/~ericmit/EsounD.html
16 BuildRequires:  libwrap-devel
17 BuildRequires:  audiofile-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _sysconfdir     /etc
21
22 %description
23 The Enlightened Sound Daemon is a server process that allows multiple
24 applications to share a single sound card.
25
26 %description -l es
27 El demonio de sonido de Enlightment es un proceso servidor que permite
28 a más de una aplicación de usar la tarjeta de sonido al mismo tiempo
29
30 %description -l fr
31 Le démon audio de Enlightment est un processus serveur qui permets à
32 plusieures applications d'utilsier la carte son à la fois.
33
34 %description -l pl
35 "O¶wiecony demon d¼wiêku" jest serwerem, który umo¿liwia korzystanie
36 (dzielenie) z jednej karty d¼wiêkowej przez ró¿ne aplikacje.
37
38 %package devel
39 Summary:        Libraries, includes, etc to develop EsounD applications
40 Summary(es):    Bibliotecas, includes, etc para desarrollar programas para EsounD
41 Summary(fr):    Bibliothèques, includes, etc pour programmer pour EsounD
42 Summary(pl):    Biblioteki, pliki nag³ówkowe oraz dokumentacja
43 Group:          Development/Libraries
44 Group(de):      Entwicklung/Libraries
45 Group(fr):      Development/Librairies
46 Group(pl):      Programowanie/Biblioteki
47 Requires:       %{name} = %{version}
48 Requires:       audiofile-devel
49
50 %description devel
51 Libraries, include files, etc you can use to develop EsounD
52 applications.
53
54 %description devel -l es
55 Bibliotecas, archivos *.h, etc necesarios para escribir programas con
56 soporte para EsounD.
57
58 %description devel -l fr
59 Bibliothèques, fichiers d'en-têtes, etc. necessaires pour écrire des
60 applications avec support EsounD
61
62 %description -l pl devel
63 Biblioteki, pliki nag³ówkowe oraz dokumentacja - czyli wszystko czego
64 potrzebujesz do tworzenia aplikacji pod EsounD.
65
66 %package static
67 Summary:        EsounD static library
68 Summary(pl):    Biblioteka statyczna esound
69 Group:          Development/Libraries
70 Group(de):      Entwicklung/Libraries
71 Group(fr):      Development/Librairies
72 Group(pl):      Programowanie/Biblioteki
73 Requires:       %{name} = %{version}
74
75 %description static
76 EsounD static library.
77
78 %description -l pl static
79 Biblioteka statyczna esound.
80
81 %prep
82 %setup -q
83 %patch0 -p1
84
85 %build
86 libtoolize --copy --force
87 autoconf
88 %configure \
89         --disable-alsa \
90         --with-libwrap
91
92 %{__make}
93
94 %install
95 rm -rf $RPM_BUILD_ROOT
96
97 %{__make} install \
98         DESTDIR=$RPM_BUILD_ROOT \
99         m4datadir=%{_aclocaldir}
100
101 gzip -9nf README AUTHORS ChangeLog NEWS
102
103 %post   -p /sbin/ldconfig
104 %postun -p /sbin/ldconfig
105
106 %clean
107 rm -rf $RPM_BUILD_ROOT
108
109 %files
110 %defattr(644,root,root,755)
111 %doc README.gz
112
113 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/esd.conf
114 %attr(755,root,root) %{_bindir}/esd
115 %attr(755,root,root) %{_bindir}/esdcat
116 %attr(755,root,root) %{_bindir}/esdctl
117 %attr(755,root,root) %{_bindir}/esddsp
118 %attr(755,root,root) %{_bindir}/esdfilt
119 %attr(755,root,root) %{_bindir}/esdloop
120 %attr(755,root,root) %{_bindir}/esdmon
121 %attr(755,root,root) %{_bindir}/esdplay
122 %attr(755,root,root) %{_bindir}/esdrec
123 %attr(755,root,root) %{_bindir}/esdsample
124
125 %attr(755,root,root) %{_libdir}/lib*.so.*.*
126
127 %files devel
128 %defattr(644,root,root,755)
129 %doc {AUTHORS,ChangeLog,NEWS}.gz
130
131 %attr(755,root,root) %{_libdir}/lib*.so
132 %attr(755,root,root) %{_libdir}/lib*.la
133 %attr(755,root,root) %{_bindir}/esd-config
134
135 %{_includedir}/*
136 %{_aclocaldir}/*
137
138 %files static
139 %defattr(644,root,root,755)
140 %{_libdir}/lib*.a
This page took 0.044643 seconds and 3 git commands to generate.