]> git.pld-linux.org Git - SPECS.git/blob - xorg-app-editres.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / xorg-app-editres.spec
1 Summary:        editres application - dynamic resource editor for X Toolkit applications
2 Summary(pl.UTF-8):      Aplikacja editres - edytor dynamicznych zasobów dla aplikacji Xt
3 Name:           xorg-app-editres
4 Version:        1.0.7
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/editres-%{version}.tar.bz2
9 # Source0-md5:  526cf79edc0c5e379aefb21539243f96
10 Patch0:         %{name}-format.patch
11 URL:            https://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.60
13 BuildRequires:  automake
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-lib-libXaw-devel
16 BuildRequires:  xorg-lib-libXmu-devel
17 BuildRequires:  xorg-lib-libXt-devel >= 1.0.99.1
18 BuildRequires:  xorg-proto-xproto-devel >= 7.0.17
19 BuildRequires:  xorg-util-util-macros >= 1.8
20 Requires:       xorg-lib-libXt >= 1.0.99.1
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 editres is a tool that allows users and application developers to view
25 the full widget hierarchy of any X Toolkit application that speaks the
26 Editres protocol. In addition, editres will help the user construct
27 resource specifications, allow the user to apply the resource to the
28 application and view the results dynamically. Once the user is happy
29 with a resource specification editres will append the resource string
30 to the user's X Resources file.
31
32 %description -l pl.UTF-8
33 editres to narzędzie pozwalające użytkownikom i programistom aplikacji
34 oglądać pełną hierarchię widgetów dowolnej aplikacji Xt (X Toolkitu)
35 porozumiewającej się protokołem Editres. Ponadto editres pomaga
36 użytkownikom tworzyć opisy zasobów, pozwala nakładać zasoby na
37 aplikacje i dynamicznie oglądać wyniki. Kiedy użytkownik jest
38 zadowolony z zasobów, editres dołącza łańcuch zasobów do pliku X
39 Resources użytkownika.
40
41 %prep
42 %setup -q -n editres-%{version}
43 %patch0 -p1
44
45 %build
46 %{__aclocal}
47 %{__autoconf}
48 %{__autoheader}
49 %{__automake}
50 %configure
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc AUTHORS COPYING ChangeLog README
66 %attr(755,root,root) %{_bindir}/editres
67 %{_datadir}/X11/app-defaults/Editres*
68 %{_mandir}/man1/editres.1*
This page took 0.151665 seconds and 3 git commands to generate.