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