From 39b4fe7f55db4a19cadfc68ea270465238f889cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 15 Aug 2005 12:17:57 +0000 Subject: [PATCH] - new try - all xorg files prefixed with xorg-kind_of_package where kind of package can be seen at http://xorg.freedesktop.org/X11R7.0-RC0/ Changed files: xorg-app-xauth.spec -> 1.1 --- xorg-app-xauth.spec | 58 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 xorg-app-xauth.spec diff --git a/xorg-app-xauth.spec b/xorg-app-xauth.spec new file mode 100644 index 0000000..725b953 --- /dev/null +++ b/xorg-app-xauth.spec @@ -0,0 +1,58 @@ +# $Rev: 3370 $, $Date: 2005-08-15 12:17:57 $ +# +Summary: xauth application +Summary(pl): Aplikacja xauth +Name: xorg-app-xauth +Version: 0.99.0 +Release: 0.02 +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 +BuildRequires: automake +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 + +%description +xauth application. + +%description -l pl +Aplikacja xauth. + + +%prep +%setup -q -n xauth-%{version} + + +%build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure + +%{__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* -- 2.44.0