summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2005-10-22 14:38:10 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit39e9b8230d28ab5954203cfb23c613c3d7ff92b7 (patch)
treee2b0b720c6f52dcc69ae8d507cc16c3bebbdc701
parent795c47569865c66e42709477495d4cc6b31f6a44 (diff)
downloadxorg-app-xmore-39e9b8230d28ab5954203cfb23c613c3d7ff92b7.zip
xorg-app-xmore-39e9b8230d28ab5954203cfb23c613c3d7ff92b7.tar.gz
- 0.99.1 (X11R7.0-RC1)
- removed outdated man patch Changed files: xorg-app-xmore.spec -> 1.6
-rw-r--r--xorg-app-xmore.spec22
1 files changed, 11 insertions, 11 deletions
diff --git a/xorg-app-xmore.spec b/xorg-app-xmore.spec
index 40f8580..423090f 100644
--- a/xorg-app-xmore.spec
+++ b/xorg-app-xmore.spec
@@ -1,20 +1,19 @@
Summary: xmore application
Summary(pl): Aplikacja xmore
Name: xorg-app-xmore
-Version: 0.99.0
-Release: 0.02
+Version: 0.99.1
+Release: 0.1
License: MIT
Group: X11/Applications
-Source0: http://xorg.freedesktop.org/X11R7.0-RC0/app/xmore-%{version}.tar.bz2
-# Source0-md5: 510128a91a6e26b55e6efb00bfa3eb42
-Patch0: xmore-man.patch
+Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xmore-%{version}.tar.bz2
+# Source0-md5: 9e1f03f94da58779710f6dbbd3740da2
URL: http://xorg.freedesktop.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.57
BuildRequires: automake
BuildRequires: pkgconfig >= 0.19
BuildRequires: xorg-lib-libXaw-devel
BuildRequires: xorg-lib-libXprintUtil-devel
-BuildRequires: xorg-util-util-macros
+BuildRequires: xorg-util-util-macros >= 0.99.1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -25,7 +24,6 @@ Aplikacja xmore.
%prep
%setup -q -n xmore-%{version}
-%patch0 -p1
%build
%{__aclocal}
@@ -40,13 +38,15 @@ Aplikacja xmore.
rm -rf $RPM_BUILD_ROOT
%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
+ DESTDIR=$RPM_BUILD_ROOT \
+ appmandir=%{_mandir}/man1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%{_sysconfdir}/X11/app-defaults/*
+%doc ChangeLog
%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*.1*
+%{_libdir}/X11/app-defaults/*
+%{_mandir}/man1/*.1x*