]> git.pld-linux.org Git - packages/esound.git/blob - esound.spec
[0.2.12-1]
[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:        1
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 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:          Development/Libraries
26 Group(pl):      Programowanie/Biblioteki
27 Requires:       %{name} = %{version}
28
29 %description devel
30 Libraries, include files, etc you can use to develop EsounD applications.
31
32 %description -l pl devel
33 Biblioteki, pliki nag³ówkowe oraz dokumentacja - czyli wszystko czego 
34 potrzebujesz do tworzenia aplikacji pod EsounD.
35
36 %package        static
37 Summary:        EsounD static library
38 Summary(pl):    Biblioteka statyczna esound
39 Group:          Development/Libraries
40 Group(pl):      Programowanie/Biblioteki
41 Requires:       %{name} = %{version}
42
43 %description static
44 EsounD static library.
45
46 %description -l pl static
47 Biblioteka statyczna esound.
48
49 %prep
50 %setup -q
51
52 %build
53 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
54 ./configure \
55         --prefix=/usr \
56         --sysconfdir=/etc
57 make
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 make DESTDIR=$RPM_BUILD_ROOT install
63
64 strip $RPM_BUILD_ROOT/usr/lib/lib*.so.*.*
65
66 gzip -9nf README AUTHORS ChangeLog NEWS
67
68 %post   -p /sbin/ldconfig
69 %postun -p /sbin/ldconfig
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root,755)
76 %doc README.gz
77
78 %config(noreplace) %verify(not md5 mtime size) /etc/esd.conf
79 %attr(755,root,root) /usr/bin/esd
80 %attr(755,root,root) /usr/bin/esdcat
81 %attr(755,root,root) /usr/bin/esdctl
82 %attr(755,root,root) /usr/bin/esddsp
83 %attr(755,root,root) /usr/bin/esdfilt
84 %attr(755,root,root) /usr/bin/esdloop
85 %attr(755,root,root) /usr/bin/esdmon
86 %attr(755,root,root) /usr/bin/esdplay
87 %attr(755,root,root) /usr/bin/esdrec
88 %attr(755,root,root) /usr/bin/esdsample
89
90 %attr(755,root,root) /usr/lib/lib*.so.*.*
91
92 %files devel
93 %defattr(644,root,root,755)
94 %doc {AUTHORS,ChangeLog,NEWS}.gz
95
96 %attr(755,root,root) /usr/lib/lib*.so
97 %attr(755,root,root) /usr/bin/esd-config
98
99 /usr/include/*
100 /usr/share/aclocal/*
101
102 %files static
103 %defattr(644,root,root,755)
104 /usr/lib/lib*.a
105
106 %changelog
107 * Tue Apr 13 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
108   [0.2.12-1]
109 - added /usr/bin/esdplay to main,
110 - added /etc/esd.conf.
111
112 * Wed Mar 10 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
113   [0.2.8-2]
114 - removed "Requires: libaudiofile".
115
116 * Sat Feb 27 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
117   [0.2.8-1]
118 - changed Group in devel and static to Development/Libraries,
119 - fixed Group(pl) in main,
120 - changed base Source url.
121
122 * Tue Jan 05 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
123   [0.2.7-1d]
124 - changed prefix to /usr (this is not X11 stuff),
125 - added "Requires: libaudiofile = 0.1.5",
126 - removed -n %%{name} from %setup.
127
128 * Mon Nov  2 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
129   [0.2.6-1]
130 - added -n %%{name} %setup parameter,
131 - added ignoring errors on stripping binaries,
132 - added stripping shared libraries,
133 - removed packing lib*.so.* sym links,
134 - esd-config moved to devel,
135 - some %doc moved to devel,
136 - /sbin/ldconfig is now runed as -p parameter in %post{un}.
137
138 * Sun Oct 04 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
139   [0.2.4-3]
140 - fixed pl translation,
141 - added static subpackage.
142
143 * Mon Jul 20 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
144   [0.2.4-2]
145 - added pl translation,
146 - changed prefix to /usr/X11R6 (for enlightenment location).
147 - minor modifications of spec file,
148 - build against GNU libc-2.1.
149
150 * Wed May 13 1998 Michael Fulbright <msf@redhat.com>
151 - First try at an RPM
This page took 0.041332 seconds and 4 git commands to generate.