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