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