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