]> git.pld-linux.org Git - packages/xorg-app-x11perf.git/commitdiff
- removed outdated man patch, fixed appmandir
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 21 Oct 2005 05:56:53 +0000 (05:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-app-x11perf.spec -> 1.7

xorg-app-x11perf.spec

index cccd97c8a17b6670cd0febdf357f25a6847c1f5c..4e7b8385474ce7f5ce9704128ebfbf0d7f234963 100644 (file)
@@ -7,13 +7,12 @@ License:      MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/x11perf-%{version}.tar.bz2
 # Source0-md5: 6521aa2ec6909c81609e7c16593dfb1a
-#Patch0:               x11perf-man.patch
 URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.57
 BuildRequires: automake
 BuildRequires: pkgconfig >= 0.19
 BuildRequires: xorg-lib-libXmu-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 x11perf.
 
 %prep
 %setup -q -n x11perf-%{version}
-#%patch0 -p1
 
 %build
 %{__aclocal}
@@ -39,13 +37,16 @@ Aplikacja x11perf.
 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}/*
+%dir %{_libdir}/X11/x11perfcomp
 %attr(755,root,root) %{_libdir}/X11/x11perfcomp/*
-%{_mandir}/man1x/*.1x*
+%{_mandir}/man1/*.1x*
This page took 0.090413 seconds and 4 git commands to generate.