]> git.pld-linux.org Git - packages/construo.git/blame - construo.spec
- %install should begin with rm -rf $RPM_BUILD_ROOT; unified %install a little
[packages/construo.git] / construo.spec
CommitLineData
8147bd2d 1Summary: Simple 2D construction programme
10aebf2d 2Summary(pl.UTF-8): Prosty program do tworzenia dwuwymiarowych konstrukcji
7ea39f45 3Name: construo
ff596225 4Version: 0.2.2
7bb0602c 5Release: 3
7ea39f45 6License: GPL
7Group: X11/Amusements
8Source0: http://freesoftware.fsf.org/download/construo/construo.pkg/%{version}/%{name}-%{version}.tar.gz
ff596225 9# Source0-md5: c18144898f98929b67245c5f703f9f39
1dc20429 10Patch0: %{name}-no_games.patch
7ea39f45 11URL: http://www.nongnu.org/construo/
978588ca 12BuildRequires: autoconf
13BuildRequires: automake
7ea39f45 14BuildRequires: glut-devel
a8529185 15BuildRequires: libstdc++-devel
7ea39f45 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
7ea39f45 18%description
8147bd2d 19Construo is a programme for constructing wire-frame objects and let
7ea39f45 20them react on physical forces, its neither a real simulation nor a
21real game, its just a little toy app which can be a nice way to waste
22time.
23
1be36377
JR
24%description -l pl.UTF-8
25Construo to program do konstruowania obiektów w postaci modeli
26drutowych i umożliwiania im reagowania na siły fizyczne - nie jest to
27prawdziwa symulacja ani prawdziwa gra, jedynie mała aplikacja do
28zabawy, mogąca być miłym sposobem marnowania czasu.
8147bd2d 29
7ea39f45 30%prep
31%setup -q
1dc20429 32%patch0 -p1
7ea39f45 33
34%build
1dc20429 35%{__aclocal}
36%{__autoconf}
37%{__automake}
7ea39f45 38%configure \
39 --disable-debug
40%{__make}
41
42%install
8701d0af 43rm -rf $RPM_BUILD_ROOT
44
0bfd9e36
JB
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
7ea39f45 47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
53%doc AUTHORS NEWS README TODO
54%attr(755,root,root) %{_bindir}/*
1dc20429 55%{_datadir}/%{name}
This page took 0.093819 seconds and 4 git commands to generate.