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