]> git.pld-linux.org Git - packages/construo.git/commitdiff
- ac/am, don't use /usr/games anymore.. (it's not a game and we don't use
authorundefine <undefine@pld-linux.org>
Sun, 15 Feb 2004 15:50:14 +0000 (15:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  games..)

Changed files:
    construo.spec -> 1.6

construo.spec

index b099e4af9a01c096fc99c19e4f1479403240382b..9827cd84741200b69b080fdd2931f733815153df 100644 (file)
@@ -7,12 +7,11 @@ License:      GPL
 Group:         X11/Amusements
 Source0:       http://freesoftware.fsf.org/download/construo/construo.pkg/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: c18144898f98929b67245c5f703f9f39
+Patch0:                %{name}-no_games.patch
 URL:           http://www.nongnu.org/construo/
 BuildRequires: glut-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _bindir         %{_prefix}/games
-
 %description
 Construo is a programme for constructing wire-frame objects and let
 them react on physical forces, its neither a real simulation nor a
@@ -27,8 +26,12 @@ zabawy, mog
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        --disable-debug
 %{__make}
@@ -44,4 +47,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/games/construo
+%{_datadir}/%{name}
This page took 0.093486 seconds and 4 git commands to generate.