]> git.pld-linux.org Git - packages/esound.git/blob - esound.spec
- revision up to 2,
[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.8
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 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 make
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 make DESTDIR=$RPM_BUILD_ROOT install
62
63 strip $RPM_BUILD_ROOT/usr/lib/lib*.so.*.*
64
65 bzip2 -9 README AUTHORS ChangeLog NEWS
66
67 %post   -p /sbin/ldconfig
68 %postun -p /sbin/ldconfig
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files
74 %defattr(644,root,root,755)
75 %doc README.bz2
76
77 %attr(755,root,root) /usr/bin/esd
78 %attr(755,root,root) /usr/bin/esdcat
79 %attr(755,root,root) /usr/bin/esdctl
80 %attr(755,root,root) /usr/bin/esddsp
81 %attr(755,root,root) /usr/bin/esdfilt
82 %attr(755,root,root) /usr/bin/esdloop
83 %attr(755,root,root) /usr/bin/esdmon
84 %attr(755,root,root) /usr/bin/esdrec
85 %attr(755,root,root) /usr/bin/esdsample
86
87 %attr(755,root,root) /usr/lib/lib*.so.*.*
88
89 %files devel
90 %defattr(644,root,root,755)
91 %doc AUTHORS.bz2 ChangeLog.bz2 NEWS.bz2
92
93 %attr(755,root,root) /usr/lib/lib*.so
94 %attr(755,root,root) /usr/bin/esd-config
95
96 /usr/include/*
97 /usr/share/aclocal/*
98
99 %files static
100 %attr(644,root,root) /usr/lib/lib*.a
101
102 %changelog
103 * Wed Mar 10 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
104   [0.2.8-2]
105 - removed "Requires: libaudiofile".
106
107 * Sat Feb 27 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
108   [0.2.8-1]
109 - changed Group in devel and static to Development/Libraries,
110 - fixed Group(pl) in main,
111 - changed base Source url.
112
113 * Tue Jan 05 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
114   [0.2.7-1d]
115 - changed prefix to /usr (this is not X11 stuff),
116 - added "Requires: libaudiofile = 0.1.5",
117 - removed -n %%{name} from %setup.
118
119 * Mon Nov  2 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
120   [0.2.6-1]
121 - added -n %%{name} %setup parameter,
122 - added ignoring errors on stripping binaries,
123 - added stripping shared libraries,
124 - removed packing lib*.so.* sym links,
125 - esd-config moved to devel,
126 - some %doc moved to devel,
127 - /sbin/ldconfig is now runed as -p parameter in %post{un}.
128
129 * Sun Oct 04 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
130   [0.2.4-3]
131 - fixed pl translation,
132 - added static subpackage.
133
134 * Mon Jul 20 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
135   [0.2.4-2]
136 - added pl translation,
137 - changed prefix to /usr/X11R6 (for enlightenment location).
138 - minor modifications of spec file,
139 - build against GNU libc-2.1.
140
141 * Wed May 13 1998 Michael Fulbright <msf@redhat.com>
142 - First try at an RPM
This page took 0.047726 seconds and 3 git commands to generate.