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