summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2010-08-05 17:49:49 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit64a27ab3f95e16de5b908118bdd3b6aec9e9993a (patch)
tree86b4e7812ccdcc2e5391928fdc5a1f37d2cde55f
parent6e4487936cd12c4fc1fc878470b468c7c6294442 (diff)
downloadxorg-app-xmore-64a27ab3f95e16de5b908118bdd3b6aec9e9993a.zip
xorg-app-xmore-64a27ab3f95e16de5b908118bdd3b6aec9e9993a.tar.gz
Changed files: xorg-app-xmore.spec -> 1.16
-rw-r--r--xorg-app-xmore.spec31
1 files changed, 16 insertions, 15 deletions
diff --git a/xorg-app-xmore.spec b/xorg-app-xmore.spec
index e36bac4..23615c8 100644
--- a/xorg-app-xmore.spec
+++ b/xorg-app-xmore.spec
@@ -1,37 +1,38 @@
-Summary: xmore application
-Summary(pl.UTF-8): Aplikacja xmore
+Summary: xmore - plain text display program for the X Window System
+Summary(pl.UTF-8): xmore - program do wyƛwietlania czystego tekstu dla systemu X Window
Name: xorg-app-xmore
-Version: 1.0.1
-Release: 4
+Version: 1.0.2
+Release: 1
License: MIT
Group: X11/Applications
Source0: http://xorg.freedesktop.org/releases/individual/app/xmore-%{version}.tar.bz2
-# Source0-md5: d36e918dce779a9d207b7a266f4e87c8
+# Source0-md5: e66f16684e92d3ca035c27003157cdbd
URL: http://xorg.freedesktop.org/
-BuildRequires: autoconf >= 2.57
+BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: pkgconfig >= 1:0.19
BuildRequires: xorg-lib-libXaw-devel
-BuildRequires: xorg-lib-libXprintUtil-devel
BuildRequires: xorg-lib-libXt-devel >= 1.0.0
-BuildRequires: xorg-util-util-macros >= 0.99.2
+BuildRequires: xorg-util-util-macros >= 1.8
Requires: xorg-lib-libXt >= 1.0.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-xmore application.
+xmore application - plain text display program for the X Window
+System.
%description -l pl.UTF-8
-Aplikacja xmore.
+Aplikacja xmore - program do wyƛwietlania czystego tekstu dla systemu
+X Window.
%prep
%setup -q -n xmore-%{version}
%build
-#%{__aclocal}
-#%{__autoconf}
-#%{__autoheader}
-#%{__automake}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure
%{__make}
@@ -47,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc COPYING ChangeLog
+%doc COPYING ChangeLog README
%attr(755,root,root) %{_bindir}/xmore
%{_datadir}/X11/app-defaults/XMore
%{_mandir}/man1/xmore.1x*