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