summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2009-10-19 20:32:54 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit5a9bb8916609e53b12ecfbc111ffee0689286296 (patch)
tree554f224983a9e84ccba7f0635f339ec7793a1963
parent387301724c97367c1fd3760b86dcbcb8b04aa989 (diff)
downloadxorg-app-xprop-5a9bb8916609e53b12ecfbc111ffee0689286296.zip
xorg-app-xprop-5a9bb8916609e53b12ecfbc111ffee0689286296.tar.gz
- xmuu seems no longer used Changed files: xorg-app-xprop.spec -> 1.16
-rw-r--r--xorg-app-xprop.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/xorg-app-xprop.spec b/xorg-app-xprop.spec
index 3a2006c..c38812f 100644
--- a/xorg-app-xprop.spec
+++ b/xorg-app-xprop.spec
@@ -1,19 +1,18 @@
Summary: xprop application - property displayer for X
Summary(pl.UTF-8): Aplikacja xprop do wyświetlania właściwości dla X
Name: xorg-app-xprop
-Version: 1.0.4
+Version: 1.1.0
Release: 1
License: MIT
Group: X11/Applications
Source0: http://xorg.freedesktop.org/releases/individual/app/xprop-%{version}.tar.bz2
-# Source0-md5: 48aa8fd78802f477dcbf9ef0dfd9f783
+# Source0-md5: f0bacbd30f0dd1c1e9ccafe97687b7a4
URL: http://xorg.freedesktop.org/
BuildRequires: autoconf >= 2.57
BuildRequires: automake
BuildRequires: pkgconfig >= 1:0.19
-# just xmuu
-BuildRequires: xorg-lib-libXmu-devel
-BuildRequires: xorg-util-util-macros >= 1.1
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-util-util-macros >= 1.3
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -53,6 +52,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc COPYING ChangeLog
+%doc COPYING ChangeLog README
%attr(755,root,root) %{_bindir}/xprop
%{_mandir}/man1/xprop.1x*