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