]> git.pld-linux.org Git - packages/xorg-app-listres.git/blob - xorg-app-listres.spec
- updated to 1.0.5
[packages/xorg-app-listres.git] / xorg-app-listres.spec
1 Summary:        listres application - list resources in widgets
2 Summary(pl.UTF-8):      Aplikacja listres - lista zasobów w widgetach
3 Name:           xorg-app-listres
4 Version:        1.0.5
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/listres-%{version}.tar.xz
9 # Source0-md5:  d903b4efb33a2dc2c383493723b90391
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  tar >= 1:1.22
15 BuildRequires:  xorg-lib-libXaw-devel
16 BuildRequires:  xorg-lib-libXmu-devel
17 BuildRequires:  xorg-lib-libXt-devel
18 BuildRequires:  xorg-util-util-macros >= 1.8
19 BuildRequires:  xz
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 The listres program generates a list of a widget's resource database.
24 The class in which each resource is first defined, the instance and
25 class name, and the type of each resource is listed. If no specific
26 widgets or the -all switch are given, a two-column list of widget
27 names and their class hierarchies is printed.
28
29 %description -l pl.UTF-8
30 Program listres generuje listę bazy danych zasobów widgetów.
31 Wypisywana jest klasa, w której każdy zasób jest po raz pierwszy
32 definiowany, nazwa instancji i klasy oraz typ zasobu. Jeśli nie podano
33 określonego widgetu lub podano parametr -all, wypisywana jest
34 dwukolumnowa lista nazw widgetów i ich hierarchii klas.
35
36 %prep
37 %setup -q -n listres-%{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
60 %attr(755,root,root) %{_bindir}/listres
61 %{_mandir}/man1/listres.1*
This page took 0.081244 seconds and 3 git commands to generate.