]> 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 0c0d2dcf66caba684f0741385dee3c00fd0d562b..f38590aed09d2f06bf1cc9c155294ba7520eabcb 100644 (file)
@@ -1,23 +1,29 @@
 Summary:       xauth - X authority file utility
 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
 Name:          xorg-app-xauth
-Version:       0.99.3
-Release:       0.1
+Version:       1.1.3
+Release:       1
 License:       MIT
 Group:         X11/Applications
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC3/app/xauth-%{version}.tar.bz2
-# Source0-md5: e54c7cc9596988ab0da31fd7596e75c0
-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 >= 1:0.19
 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-lib-xtrans-devel
 # just xmuu
 BuildRequires: xorg-lib-libXmu-devel
 BuildRequires: xorg-lib-xtrans-devel
-BuildRequires: xorg-util-util-macros >= 0.99.2
-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
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,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).
 
 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}
 
 %prep
 %setup -q -n xauth-%{version}
@@ -57,6 +63,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %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.058099 seconds and 4 git commands to generate.