]> git.pld-linux.org Git - packages/xorg-app-viewres.git/blame - xorg-app-viewres.spec
- updated to 1.0.6
[packages/xorg-app-viewres.git] / xorg-app-viewres.spec
CommitLineData
c9f799a1
JB
1Summary: viewres application - graphical class browser for Xt
2Summary(pl.UTF-8): Aplikacja viewres - graficzna przeglądarka klas dla Xt
f01b1373 3Name: xorg-app-viewres
c084f444 4Version: 1.0.6
2f7f3d09 5Release: 1
f01b1373
AM
6License: MIT
7Group: X11/Applications
2f7f3d09 8Source0: https://xorg.freedesktop.org/releases/individual/app/viewres-%{version}.tar.bz2
c084f444 9# Source0-md5: 38e6568271d8098327706c5cf855dbc7
2f7f3d09 10URL: https://xorg.freedesktop.org/
b39b32e4 11BuildRequires: autoconf >= 2.60
f01b1373 12BuildRequires: automake
30bfe58c 13BuildRequires: pkgconfig >= 1:0.19
f01b1373 14BuildRequires: xorg-lib-libXaw-devel
b39b32e4 15BuildRequires: xorg-lib-libXmu-devel
333adf3e 16BuildRequires: xorg-lib-libXt-devel >= 1.0.0
b39b32e4 17BuildRequires: xorg-util-util-macros >= 1.8
66b2afe4 18Requires: xorg-lib-libXt >= 1.0.0
46ce2d8c 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
f01b1373
AM
20
21%description
c9f799a1
JB
22The viewres program displays a tree showing the widget class hierarchy
23of the Athena Widget Set. Each node in the tree can be expanded to
24show the resources that the corresponding class adds (i.e. does not
25inherit from its parent) when a widget is created. This application
26allows the user to visually examine the structure and inherited
27resources for the Athena Widget Set.
f01b1373 28
137909ec 29%description -l pl.UTF-8
c9f799a1
JB
30Program viewres wyświetla drzewo obrazujące hierarchię klas widgetów
31Athena. Każdy węzeł drzewa może być rozszerzony aby pokazywać zasoby
32dodawane przez odpowiadającą mu klasę (tzn. nie dziedziczone od
33rodzica) podczas tworzenia widgetu. Ta aplikacja pozwala użytkownikowi
34wizualnie przeglądać strukturę i dziedziczone zasoby widgetów Athena.
f01b1373 35
f01b1373
AM
36%prep
37%setup -q -n viewres-%{version}
f01b1373 38
f01b1373
AM
39%build
40%{__aclocal}
41%{__autoconf}
42%{__autoheader}
43%{__automake}
44%configure
45
46%{__make}
47
f01b1373
AM
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
d9e95b36 52 DESTDIR=$RPM_BUILD_ROOT
f01b1373 53
f01b1373
AM
54%clean
55rm -rf $RPM_BUILD_ROOT
56
f01b1373
AM
57%files
58%defattr(644,root,root,755)
c084f444 59%doc COPYING ChangeLog README.md
e679ffed 60%attr(755,root,root) %{_bindir}/viewres
333adf3e 61%{_datadir}/X11/app-defaults/Viewres
a35e9b6a 62%{_datadir}/X11/app-defaults/Viewres-color
8e0d5bef 63%{_mandir}/man1/viewres.1*
This page took 0.099163 seconds and 4 git commands to generate.