]> git.pld-linux.org Git - packages/xorg-app-ico.git/blob - xorg-app-ico.spec
a625be85760b3680cc768962f742269352d6ed75
[packages/xorg-app-ico.git] / xorg-app-ico.spec
1 Summary:        ico application - animate an icosahedron or other polyhedron
2 Summary(pl.UTF-8):      Aplikacja ico - animowanie dwudziestościanu lub innego wielościanu
3 Name:           xorg-app-ico
4 Version:        1.0.4
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/ico-%{version}.tar.bz2
9 # Source0-md5:  be8062c90bd91f3cb848290170be83a1
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libX11-devel >= 0.99.1
15 BuildRequires:  xorg-proto-xproto-devel >= 7.0.22
16 BuildRequires:  xorg-util-util-macros >= 1.8
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 ico displays a wire-frame rotating polyhedron, with hidden lines
21 removed, or a solid-fill polyhedron with hidden faces removed. There
22 are a number of different polyhedra available; adding a new polyhedron
23 to the program is quite simple.
24
25 %description -l pl.UTF-8
26 ico wyświetla obracający się model drutowy dwudziestościanu bez
27 ukrytych krawędzi lub wypełniony wielościan bez niewidocznych ścian.
28 Dostępnych jest wiele różnych wielościanów; dodanie do programu nowego
29 wielościanu jest dość proste.
30
31 %prep
32 %setup -q -n ico-%{version}
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc COPYING ChangeLog README
55 %attr(755,root,root) %{_bindir}/ico
56 %{_mandir}/man1/ico.1x*
This page took 0.051858 seconds and 2 git commands to generate.