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