]> git.pld-linux.org Git - packages/WSoundServer.git/blobdiff - WSoundServer.spec
- s/^Terminal=0/Terminal=false/ s/^Terminal=1/Terminal=true/ to conform
[packages/WSoundServer.git] / WSoundServer.spec
index 899bbb76fa25b47ee73ee2916b20609ee47a043f..adc472f590f0dc22d6ddd3bfb0e634cb35bed2f1 100644 (file)
@@ -7,7 +7,8 @@ Version:        0.4.0
 Release:       4
 License:       GPL
 Group:         X11/Window Managers/Tools
-Source0:       ftp://shadowmere.student.utwente.nl/pub/WindowMaker/%{name}-%{version}.tar.bz2
+Source0:       http://largo.windowmaker.org/files/%{name}-%{version}.tar.bz2
+# Source0-md5: 222dc783c0d77700259ec93f1c2255ac
 Source1:       %{name}.desktop
 Source2:       %{name}-config
 Patch0:                %{name}-WINGs.patch
@@ -90,10 +91,10 @@ Biblioteki statyczne dla WSoundServer.
 %build
 rm -f missing
 %{__libtoolize}
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure 
+%configure
 
 %{__make}
 
@@ -102,7 +103,8 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_applnkdir}/Utilities,%{_pixmapsdir}} \
        $RPM_BUILD_ROOT%{_sysconfdir}/WindowMaker
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 install src/wsoundserver.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
 
@@ -133,7 +135,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/get-wsound-flags
 %attr(755,root,root) %{_libdir}/lib*.so
-%attr(755,root,root) %{_libdir}/lib*.la
+%{_libdir}/lib*.la
 %{_includedir}/*.h
 
 %files static
This page took 0.061512 seconds and 4 git commands to generate.