From 4d727bad4c77409195a76ad46760b3236dc06035 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-xcalc.spec -> 1.1 --- xorg-app-xcalc.spec | 61 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 xorg-app-xcalc.spec diff --git a/xorg-app-xcalc.spec b/xorg-app-xcalc.spec new file mode 100644 index 0000000..46bc93e --- /dev/null +++ b/xorg-app-xcalc.spec @@ -0,0 +1,61 @@ +# $Rev: 3372 $, $Date: 2005-08-15 12:17:57 $ +# +Summary: xcalc application +Summary(pl): Aplikacja xcalc +Name: xorg-app-xcalc +Version: 0.99.0 +Release: 0.02 +License: MIT +Group: X11/Applications +Source0: http://xorg.freedesktop.org/X11R7.0-RC0/app/xcalc-%{version}.tar.bz2 +# Source0-md5: ce8f4e730292c97b4da28d68abd23416 +Patch0: xcalc-man.patch +URL: http://xorg.freedesktop.org/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: xorg-lib-libXaw-devel +BuildRequires: xorg-util-util-macros +BuildRequires: pkg-config +BuildRoot: %{tmpdir}/xcalc-%{version}-root-%(id -u -n) + +%define _prefix /usr/X11R6 +%define _mandir %{_prefix}/man + +%description +xcalc application. + +%description -l pl +Aplikacja xcalc. + + +%prep +%setup -q -n xcalc-%{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* -- 2.44.0