]> git.pld-linux.org Git - packages/xorg-app-xpr.git/blob - xorg-app-xpr.spec
- use individual dir, more verbose files, release 1
[packages/xorg-app-xpr.git] / xorg-app-xpr.spec
1 Summary:        xpr application
2 Summary(pl):    Aplikacja xpr
3 Name:           xorg-app-xpr
4 Version:        1.0.1
5 Release:        1
6 License:        MIT
7 Group:          X11/Application
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xpr-%{version}.tar.bz2
9 # Source0-md5:  01c0a14755fc91369e8c011c9f881d5d
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 # just xmuu
15 BuildRequires:  xorg-lib-libXmu-devel
16 BuildRequires:  xorg-util-util-macros >= 0.99.2
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 xpr application.
21
22 %description -l pl
23 Aplikacja xpr.
24
25 %prep
26 %setup -q -n xpr-%{version}
27
28 %build
29 %{__aclocal}
30 %{__autoconf}
31 %{__autoheader}
32 %{__automake}
33 %configure
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc COPYING ChangeLog
49 %attr(755,root,root) %{_bindir}/xdpr
50 %attr(755,root,root) %{_bindir}/xpr
51 %{_mandir}/man1/xdpr.1x*
52 %{_mandir}/man1/xpr.1x*
This page took 0.063403 seconds and 4 git commands to generate.