]> 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 29b481e675f8a87be3247d55d959a4c74b93310f..f38590aed09d2f06bf1cc9c155294ba7520eabcb 100644 (file)
@@ -1,22 +1,29 @@
 Summary:       xauth - X authority file utility
-Summary(pl):   xauth - narzêdzie do plików X authority
+Summary(pl.UTF-8):     xauth - narzędzie do plików X authority
 Name:          xorg-app-xauth
-Version:       0.99.1
-Release:       0.1
+Version:       1.1.3
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xauth-%{version}.tar.bz2
-# Source0-md5: 86a7e4af32a3f78eb3bab3bc3f213b95
-URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf >= 2.57
+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 >= 0.19
+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-lib-xtrans-devel
-BuildRequires: xorg-util-util-macros >= 0.99.1
-Obsoletes:     X11-xauth
-Obsoletes:     XFree86-xauth
-Obsoletes:     xauth
+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
@@ -26,12 +33,12 @@ 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
-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).
+%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}
@@ -49,14 +56,13 @@ logowania lub udost
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       appmandir=%{_mandir}/man1
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*.1x*
+%doc COPYING ChangeLog README.md
+%attr(755,root,root) %{_bindir}/xauth
+%{_mandir}/man1/xauth.1*
This page took 0.05083 seconds and 4 git commands to generate.