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