]> git.pld-linux.org Git - packages/xorg-app-xauth.git/blobdiff - xorg-app-xauth.spec
- updated to 1.1.3
[packages/xorg-app-xauth.git] / xorg-app-xauth.spec
index 725b953e4659e7f095e320daccc65853467b608f..f38590aed09d2f06bf1cc9c155294ba7520eabcb 100644 (file)
@@ -1,36 +1,48 @@
-# $Rev: 3370 $, $Date: 2005-08-15 12:17:57 $
-#
-Summary:       xauth application
-Summary(pl):   Aplikacja xauth
+Summary:       xauth - X authority file utility
+Summary(pl.UTF-8):     xauth - narzędzie do plików X authority
 Name:          xorg-app-xauth
-Version:       0.99.0
-Release:       0.02
+Version:       1.1.3
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/X11R7.0-RC0/app/xauth-%{version}.tar.bz2
-# Source0-md5: fb8174c44beb47eb664dfa53317f5839
-URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf
+Source0:       https://xorg.freedesktop.org/releases/individual/app/xauth-%{version}.tar.xz
+# Source0-md5: 595c941d9aff6f6d6e038c4e42dcff58
+URL:           https://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.70
 BuildRequires: automake
+BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: tar >= 1:1.22
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXau-devel
+BuildRequires: xorg-lib-libXext-devel
+# just xmuu
 BuildRequires: xorg-lib-libXmu-devel
-BuildRequires: xorg-util-util-macros
-BuildRequires: pkg-config
-BuildRoot:     %{tmpdir}/xauth-%{version}-root-%(id -u -n)
-
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
+BuildRequires: xorg-lib-xtrans-devel
+BuildRequires: xorg-proto-xproto-devel >= 7.0.17
+BuildRequires: xorg-util-util-macros >= 1.8
+BuildRequires: xz
+Obsoletes:     X11-xauth < 1:7.0.0
+Obsoletes:     XFree86-xauth < 1:7.0.0
+Obsoletes:     xauth < 1:7.0.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-xauth application.
-
-%description -l pl
-Aplikacja xauth.
+The xauth program is used to edit and display the authorization
+information used in connecting to the X server. This program is
+usually used to extract authorization records from one machine and
+merge them in on another (as is the case when using remote logins or
+granting access to other users).
 
+%description -l pl.UTF-8
+Program xauth służy do edycji i wyświetlania informacji
+autoryzacyjnych używanych przy łączeniu z X serwerem. Ten program
+przeważnie jest używany do wyciągania rekordów autoryzacji z jednej
+maszyny i dołączania ich na innej (w celu umożliwienia zdalnego
+logowania lub udostępnienia innym użytkownikom).
 
 %prep
 %setup -q -n xauth-%{version}
 
-
 %build
 %{__aclocal}
 %{__autoconf}
@@ -40,19 +52,17 @@ Aplikacja xauth.
 
 %{__make}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(644,root,root,755)
-%attr(755,root,wheel) %{_bindir}/*
-%{_mandir}/man1/*.1*
+%doc COPYING ChangeLog README.md
+%attr(755,root,root) %{_bindir}/xauth
+%{_mandir}/man1/xauth.1*
This page took 0.056097 seconds and 4 git commands to generate.