]> git.pld-linux.org Git - packages/wmrecord.git/commitdiff
- new maintainer, new URLs, updated to 1.0.5.3
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Oct 2006 10:17:27 +0000 (10:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- switched to modular xorg

Changed files:
    wmrecord.spec -> 1.25

wmrecord.spec

index 6197f8555d09d851eca0394a1b9c244ad3cfce9f..d003b6ccbd5467fa6dd7f093b7d67cd0a602e8ce 100644 (file)
@@ -1,18 +1,18 @@
 Summary:       A Dockable General Purpose Recording Utility
 Summary(pl):   Dokowalne Narzêdzie do Nagrywania
 Name:          wmrecord
-Version:       1.0.5
-Release:       4
-License:       GPL
+Version:       1.0.5.3
+Release:       1
+License:       GPL v2+
 Group:         X11/Window Managers/Tools
-Source0:       http://www.bruhaha.co.uk/%{name}-%{version}.tar.gz
-# Source0-md5: 1859d012488931c9806e9b4542dd4986
+Source0:       http://www.matracas.net/other_software/wmrecord/%{name}-1.0.5_20040218_0029.tgz
+# Source0-md5: 60a87268cd4de9486df934fb42ac3b71
 Source1:       %{name}.desktop
-URL:           http://www.bruhaha.co.uk/
-BuildRequires: XFree86-devel
+URL:           http://www.matracas.net/other_software/wmrecord/index.en.html
+BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-lib-libXpm-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 WMRecord is a general purpose audio recording utility for X11,
 currently using the Open Sound System (OSS). The interface is designed
@@ -26,12 +26,13 @@ programu jest zaprojektowany do pracy w po
 WindowMakera lub AfterStepa.
 
 %prep
-%setup -q
+%setup -q -n %{name}-1.0.5
 
 %build
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags} -I/usr/X11R6/include"
+       CFLAGS="%{rpmcflags}" \
+       LIBDIR=
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -47,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README TODO Changelog
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%doc Changelog README TODO
+%attr(755,root,root) %{_bindir}/wmrecord
+%{_mandir}/man1/wmrecord.1*
 %{_desktopdir}/docklets/wmrecord.desktop
This page took 0.033822 seconds and 4 git commands to generate.