]> git.pld-linux.org Git - packages/xorg-app-xhost.git/commitdiff
- 0.99.1 (X11R7.0-RC1)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Oct 2005 01:54:41 +0000 (01:54 +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-xhost.spec -> 1.6

xorg-app-xhost.spec

index ff33b7295f0190d06b7ca6e9790ea642239ca7a5..d33ffadbe156c680e5c430e0d042d3e9438f25b8 100644 (file)
@@ -1,19 +1,19 @@
 Summary:       xhost application
 Summary(pl):   Aplikacja xhost
 Name:          xorg-app-xhost
-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/xhost-%{version}.tar.bz2
-# Source0-md5: 55579ac12f830e907dc095daf00ebbe8
-Patch0:                xhost-man.patch
+Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xhost-%{version}.tar.bz2
+# Source0-md5: aab0d8fcc4a64e8b67b62b2f5d06a7f1
 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-lib-xtrans-devel
+BuildRequires: xorg-util-util-macros >= 0.99.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -24,7 +24,6 @@ Aplikacja xhost.
 
 %prep
 %setup -q -n xhost-%{version}
-%patch0 -p1
 
 %build
 %{__aclocal}
@@ -39,12 +38,14 @@ Aplikacja xhost.
 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 AUTHORS COPYING ChangeLog
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*.1*
+%{_mandir}/man1/*.1x*
This page took 0.144126 seconds and 4 git commands to generate.