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