]> git.pld-linux.org Git - packages/xorg-app-xev.git/commitdiff
- 0.99.1 (X11R7.0-RC1)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Oct 2005 00:38:28 +0000 (00:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed outdated man patch

Changed files:
    xorg-app-xev.spec -> 1.6

xorg-app-xev.spec

index dda2caa302966d05d9bd804fb58e7209184b60a5..adb838f144ec06b7e2fafd096d6089cc80013086 100644 (file)
@@ -1,19 +1,18 @@
 Summary:       xev application
 Summary(pl):   Aplikacja xev
 Name:          xorg-app-xev
-Version:       0.99.0
-Release:       0.02
+Version:       0.99.1
+Release:       0.1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/X11R7.0-RC0/app/xev-%{version}.tar.bz2
-# Source0-md5: 499907a7003c67f8817f72fd9c74f45f
-Patch0:                xev-man.patch
+Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xev-%{version}.tar.bz2
+# Source0-md5: 306c5ae365ab687eb9fa0683dcc8cb18
 URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.57
 BuildRequires: automake
 BuildRequires: pkgconfig >= 0.19
 BuildRequires: xorg-lib-libX11-devel
-BuildRequires: xorg-util-util-macros
+BuildRequires: xorg-util-util-macros >= 0.99.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -24,7 +23,6 @@ Aplikacja xev.
 
 %prep
 %setup -q -n xev-%{version}
-%patch0 -p1
 
 %build
 %{__aclocal}
@@ -39,12 +37,14 @@ Aplikacja xev.
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       appmandir=%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc ChangeLog
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*.1*
+%{_mandir}/man1/*.1x*
This page took 0.115038 seconds and 4 git commands to generate.