]> git.pld-linux.org Git - packages/WSoundServer.git/blob - WSoundServer.spec
- initial release.
[packages/WSoundServer.git] / WSoundServer.spec
1 Summary:        WindowMaker sound server
2 Summary(pl):    Serwer d¼wiêku dla WindowMakera
3 Name:           WSoundServer
4 Version:        0.1.0
5 Release:        1
6 Group:          X11/Window Managers/Tools
7 Group(pl):      X11/Zarz±dcy Okien/Narzêdzia
8 Copyright:      GPL
9 Icon:           wsoundserver.xpm
10 Source:         ftp://shadowmere.student.utwente.nl/pub/WindowMaker/%{name}-%{version}.tar.bz2
11 BuildPrereq:    libPropList-devel >= 0.8.3
12 BuildPrereq:    docklib
13 BuildPrereq:    audiofile-devel
14 BuildPrereq:    xpm-devel
15 BuildPrereq:    XFree86-devel
16 Requires:       WindowMaker >= 0.60.0
17 BuildRoot:      /tmp/%{name}-%{version}-root
18
19 %define _prefix /usr/X11R6
20
21 %description
22 WSoundServer is the sound server for WindowMaker.
23
24 %description -l pl
25 WSoundServer jest serwerem d¼wiêku dla WindowMakera.
26
27 %package devel
28 Summary:        WSoundServer libraries and headers
29 Summary(pl):    Biblioteki i pliki nag³ówkowe dla WSoundServer
30 Group:          X11/Development/Libraries
31 Group(pl):      X11/Programowanie/Biblioteki
32
33 %description devel
34 WSoundServer libraries and headers
35
36 %description devel -l pl
37 Biblioteki i pliki nag³ówkowe dla WSoundServer
38
39 %package static
40 Summary:        WSoundServer static libraries
41 Summary(pl):    Biblioteki statyczne dla WSoundServer
42 Group:          X11/Development/Libraries
43 Group(pl):      X11/Programowanie/Biblioteki
44
45 %description static
46 WSoundServer static libraries
47
48 %description static -l pl
49 Biblioteki statyczne dla WSoundServer
50
51 %prep
52 %setup -q
53
54 %build
55 %configure 
56
57 make
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 make install-strip DESTDIR=$RPM_BUILD_ROOT
63
64 gzip -9nf README ChangeLog AUTHORS NEWS
65
66 %post   -p /sbin/ldconfig
67 %postun -p /sbin/ldconfig
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files
73 %defattr(644,root,root,755)
74 %doc {README,ChangeLog,AUTHORS,NEWS}.gz
75 %attr(755,root,root) %{_bindir}/*
76 %attr(755,root,root) %{_libdir}/lib*.so.*.*
77 %{_libdir}/lib*.la
78
79 %files devel
80 %defattr(644,root,root,755)
81 %attr(755,root,root) %{_libdir}/lib*.so
82 %{_includedir}/*.h
83
84 %files static
85 %defattr(644,root,root,755)
86 %{_libdir}/lib*.a
87
88 %changelog
89 * Mon Jul 05 1999 Piotr Czerwiñski <pius@pld.org.pl> 
90   [0.1.0-1]
91 - initial rpm release for PLD use.
This page took 0.063351 seconds and 4 git commands to generate.