]> git.pld-linux.org Git - packages/xorg-app-xauth.git/commitdiff
- new try
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 15 Aug 2005 12:17:57 +0000 (12:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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 [new file with mode: 0644]

diff --git a/xorg-app-xauth.spec b/xorg-app-xauth.spec
new file mode 100644 (file)
index 0000000..725b953
--- /dev/null
@@ -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*
This page took 1.530738 seconds and 4 git commands to generate.