]> git.pld-linux.org Git - packages/xorg-app-editres.git/blame - xorg-app-editres.spec
- up to 1.0.2
[packages/xorg-app-editres.git] / xorg-app-editres.spec
CommitLineData
a458b3a9
AM
1Summary: editres application
2Summary(pl): Aplikacja editres
3Name: xorg-app-editres
7ff61548 4Version: 1.0.2
0f9578ee 5Release: 1
a458b3a9
AM
6License: MIT
7Group: X11/Applications
0f9578ee 8Source0: http://xorg.freedesktop.org/releases/individual/app/editres-%{version}.tar.bz2
7ff61548 9# Source0-md5: 9db49742bd4c17966fff7d76ac566d31
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
e0aabd37 15BuildRequires: xorg-lib-libXt-devel >= 1.0.0
91351ce0 16BuildRequires: xorg-util-util-macros >= 0.99.2
931f89e9 17Requires: xorg-lib-libXt >= 1.0.0
ae88b7b8 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
a458b3a9
AM
19
20%description
21editres application.
22
23%description -l pl
24Aplikacja editres.
25
a458b3a9
AM
26%prep
27%setup -q -n editres-%{version}
a458b3a9 28
a458b3a9
AM
29%build
30%{__aclocal}
31%{__autoconf}
32%{__autoheader}
33%{__automake}
34%configure
35
36%{__make}
37
a458b3a9
AM
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
91351ce0 42 DESTDIR=$RPM_BUILD_ROOT
a458b3a9 43
a458b3a9
AM
44%clean
45rm -rf $RPM_BUILD_ROOT
46
a458b3a9
AM
47%files
48%defattr(644,root,root,755)
e0aabd37 49%doc COPYING ChangeLog README
0f9578ee
JB
50%attr(755,root,root) %{_bindir}/editres
51%{_datadir}/X11/app-defaults/Editres*
52%{_mandir}/man1/editres.1x*
This page took 0.062084 seconds and 4 git commands to generate.