summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2005-08-15 12:17:57 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitd5c9b2214e101bf0acfd129af897252175c0dba1 (patch)
treec8eb7606e29058d31aa1ff2790d52d554e073d67
downloadxorg-app-xman-d5c9b2214e101bf0acfd129af897252175c0dba1.zip
xorg-app-xman-d5c9b2214e101bf0acfd129af897252175c0dba1.tar.gz
- 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-xman.spec -> 1.1
-rw-r--r--xorg-app-xman.spec63
1 files changed, 63 insertions, 0 deletions
diff --git a/xorg-app-xman.spec b/xorg-app-xman.spec
new file mode 100644
index 0000000..0fae6d5
--- /dev/null
+++ b/xorg-app-xman.spec
@@ -0,0 +1,63 @@
+# $Rev: 3405 $, $Date: 2005-08-15 12:17:57 $
+#
+Summary: xman aplication
+Summary(pl): Aplikacja xman
+Name: xorg-app-xman
+Version: 0.99.0
+Release: 0.02
+License: MIT
+Group: X11/Applications
+Source0: http://xorg.freedesktop.org/X11R7.0-RC0/app/xman-%{version}.tar.bz2
+# Source0-md5: d80bba74c35e365a0defd1b2248f2b7a
+Patch0: xman-man.patch
+URL: http://xorg.freedesktop.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: xorg-lib-libXaw-devel
+BuildRequires: xorg-lib-libXprintUtil-devel
+BuildRequires: xorg-util-util-macros
+BuildRequires: pkg-config
+BuildRoot: %{tmpdir}/xman-%{version}-root-%(id -u -n)
+
+%define _prefix /usr/X11R6
+%define _mandir %{_prefix}/man
+
+%description
+xman application.
+
+%description -l pl
+Aplikacja xman.
+
+
+%prep
+%setup -q -n xman-%{version}
+%patch0 -p1
+
+
+%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)
+%{_sysconfdir}/X11/app-defaults/*
+%attr(755,root,wheel) %{_bindir}/*
+%{_mandir}/man1/*.1*
+%{_datadir}/xman.help