]> git.pld-linux.org Git - packages/esound.git/blob - esound.spec
- removed X11R6 from stripping path.
[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.7
5 Release:     1
6 Copyright:   GPL
7 Group:       Daemons
8 Source:      ftp://ftp.enlightenment.org/pub/enlightenment/%{name}-%{version}.tar.gz
9 Requires:    libaudiofile = 0.1.5
10 URL:         http://pw1.netcom.com/~ericmit/EsounD.html
11 BuildRoot:   /tmp/%{name}-%{version}-root
12
13 %description
14 The Enlightened Sound Daemon is a server process that allows multiple
15 applications to share a single sound card.
16
17 %description -l pl
18 O¶wiecony demon d¼wiêku ;) jest serwerem, który umo¿liwia korzystanie
19 (dzielenie) z jednej karty d¼wiêkowej przez ró¿ne aplikacje. Przeznaczony 
20 g³ównie dla Enlightenmenta.
21
22 %package devel
23 Summary:     Libraries, includes, etc to develop EsounD applications
24 Summary(pl): Biblioteki, pliki nag³ówkowe oraz dokumentacja
25 Group:       Libraries
26 Requires:    %{name} = %{version}
27
28 %description devel
29 Libraries, include files, etc you can use to develop EsounD applications.
30
31 %description -l pl devel
32 Biblioteki, pliki nag³ówkowe oraz dokumentacja - czyli wszystko czego 
33 potrzebujesz do tworzenia aplikacji pod EsounD.
34
35 %package static
36 Summary:     EsounD static library
37 Summary(pl): Biblioteka statyczna esound
38 Group:       Libraries
39 Requires:    %{name} = %{version}
40
41 %description static
42 EsounD static library.
43
44 %description -l pl static
45 Biblioteka statyczna esound.
46
47 %prep
48 %setup -q
49
50 %build
51 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
52 ./configure \
53         --prefix=/usr
54 make
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 make DESTDIR=$RPM_BUILD_ROOT install
60 strip $RPM_BUILD_ROOT/usr/lib/lib*.so.*.*
61
62 %post   -p /sbin/ldconfig
63 %postun -p /sbin/ldconfig
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644, root, root, 755)
70 %doc README 
71 %attr(755, root, root) /usr/bin/esd
72 %attr(755, root, root) /usr/bin/esdcat
73 %attr(755, root, root) /usr/bin/esdctl
74 %attr(755, root, root) /usr/bin/esddsp
75 %attr(755, root, root) /usr/bin/esdfilt
76 %attr(755, root, root) /usr/bin/esdloop
77 %attr(755, root, root) /usr/bin/esdmon
78 %attr(755, root, root) /usr/bin/esdrec
79 %attr(755, root, root) /usr/bin/esdsample
80 %attr(755, root, root) /usr/lib/lib*.so.*.*
81
82 %files devel
83 %defattr(644, root, root, 755)
84 %doc AUTHORS ChangeLog NEWS
85 %attr(755, root, root) /usr/lib/lib*.so
86 %attr(755, root, root) /usr/bin/esd-config
87 /usr/include/*
88 /usr/share/aclocal/*
89
90 %files static
91 %attr(644, root, root) /usr/lib/lib*.a
92
93 %changelog
94 * Tue Jan 05 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
95   [0.2.7-1]
96 - changed prefix to /usr (this is not X11 stuff),
97 - added "Requires: libaudiofile = 0.1.5",
98 - removed -n %%{name} from %setup.
99
100 * Mon Nov  2 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
101   [0.2.6-1]
102 - added -n %%{name} %setup parameter,
103 - added ignoring errors on stripping binaries,
104 - added stripping shared libraries,
105 - removed packing lib*.so.* sym links,
106 - esd-config moved to devel,
107 - some %doc moved to devel,
108 - /sbin/ldconfig is now runed as -p parameter in %post{un}.
109
110 * Sun Oct 04 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
111   [0.2.4-3]
112 - fixed pl translation,
113 - added static subpackage.
114
115 * Mon Jul 20 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
116   [0.2.4-2]
117 - added pl translation,
118 - changed prefix to /usr/X11R6 (for enlightenment location).
119 - minor modifications of spec file.
120
121 * Wed May 13 1998 Michael Fulbright <msf@redhat.com>
122 - First try at an RPM
This page took 0.103778 seconds and 4 git commands to generate.