]> git.pld-linux.org Git - packages/WSoundServer.git/commitdiff
- initial release.
authorpius <pius@pld-linux.org>
Sun, 4 Jul 1999 22:38:57 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WSoundServer.spec -> 1.1

WSoundServer.spec [new file with mode: 0644]

diff --git a/WSoundServer.spec b/WSoundServer.spec
new file mode 100644 (file)
index 0000000..82dfd24
--- /dev/null
@@ -0,0 +1,91 @@
+Summary:        WindowMaker sound server
+Summary(pl):    Serwer d¼wiêku dla WindowMakera
+Name:          WSoundServer
+Version:       0.1.0
+Release:       1
+Group:         X11/Window Managers/Tools
+Group(pl):     X11/Zarz±dcy Okien/Narzêdzia
+Copyright:     GPL
+Icon:          wsoundserver.xpm
+Source:                ftp://shadowmere.student.utwente.nl/pub/WindowMaker/%{name}-%{version}.tar.bz2
+BuildPrereq:   libPropList-devel >= 0.8.3
+BuildPrereq:   docklib
+BuildPrereq:   audiofile-devel
+BuildPrereq:   xpm-devel
+BuildPrereq:   XFree86-devel
+Requires:      WindowMaker >= 0.60.0
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%define _prefix /usr/X11R6
+
+%description
+WSoundServer is the sound server for WindowMaker.
+
+%description -l pl
+WSoundServer jest serwerem d¼wiêku dla WindowMakera.
+
+%package devel
+Summary:        WSoundServer libraries and headers
+Summary(pl):    Biblioteki i pliki nag³ówkowe dla WSoundServer
+Group:          X11/Development/Libraries
+Group(pl):      X11/Programowanie/Biblioteki
+
+%description devel
+WSoundServer libraries and headers
+
+%description devel -l pl
+Biblioteki i pliki nag³ówkowe dla WSoundServer
+
+%package static
+Summary:        WSoundServer static libraries
+Summary(pl):    Biblioteki statyczne dla WSoundServer
+Group:          X11/Development/Libraries
+Group(pl):      X11/Programowanie/Biblioteki
+
+%description static
+WSoundServer static libraries
+
+%description static -l pl
+Biblioteki statyczne dla WSoundServer
+
+%prep
+%setup -q
+
+%build
+%configure 
+
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make install-strip DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf README ChangeLog AUTHORS NEWS
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {README,ChangeLog,AUTHORS,NEWS}.gz
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%{_libdir}/lib*.la
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_includedir}/*.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+%changelog
+* Mon Jul 05 1999 Piotr Czerwiñski <pius@pld.org.pl> 
+  [0.1.0-1]
+- initial rpm release for PLD use.
This page took 0.037929 seconds and 4 git commands to generate.