]> git.pld-linux.org Git - packages/xorg-app-editres.git/blame - xorg-app-editres.spec
- new try
[packages/xorg-app-editres.git] / xorg-app-editres.spec
CommitLineData
a458b3a9
AM
1# $Rev: 3340 $, $Date: 2005-08-15 12:17:57 $
2#
3Summary: editres application
4Summary(pl): Aplikacja editres
5Name: xorg-app-editres
6Version: 0.99.0
7Release: 0.02
8License: MIT
9Group: X11/Applications
10Source0: http://xorg.freedesktop.org/X11R7.0-RC0/app/editres-%{version}.tar.bz2
11# Source0-md5: bce22581f716ff11e9ec7d4b2c425d63
12Patch0: editres-man.patch
13URL: http://xorg.freedesktop.org/
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: xorg-lib-libXaw-devel
17BuildRequires: xorg-util-util-macros
18BuildRequires: pkg-config
19BuildRequires: xorg-data-xbitmaps
20BuildRoot: %{tmpdir}/editres-%{version}-root-%(id -u -n)
21
22%define _prefix /usr/X11R6
23%define _mandir %{_prefix}/man
24
25%description
26editres application.
27
28%description -l pl
29Aplikacja editres.
30
31
32%prep
33%setup -q -n editres-%{version}
34%patch0 -p1
35
36
37%build
38%{__aclocal}
39%{__autoconf}
40%{__autoheader}
41%{__automake}
42%configure
43
44%{__make}
45
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57
58%files
59%defattr(644,root,root,755)
60%{_sysconfdir}/X11/app-defaults/*
61%attr(755,root,wheel) %{_bindir}/*
62%{_mandir}/man1/*.*
This page took 0.06173 seconds and 4 git commands to generate.