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