]> git.pld-linux.org Git - packages/GTKstereograph.git/commitdiff
- added patch %{name}-am_lt.patch to use libtool
authorfilon <filon@sokrates.mimuw.edu.pl>
Sat, 25 Aug 2001 11:52:02 +0000 (11:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ac/am/lt, spec ac 2.5 ready

Changed files:
    GTKstereograph.spec -> 1.12

GTKstereograph.spec

index f3d4102c45f8f81c61f0ca1eaec113fc5901637a..8128dea1a527e9d76ae5b43e0c1e09d37d5552d7 100644 (file)
@@ -8,6 +8,7 @@ Group:          X11/Applications/Graphics
 Group(de):     X11/Applikationen/Grafik
 Group(pl):     X11/Aplikacje/Grafika
 Source0:       http://home2.ecore.net/januszewski/linux/stereograph/%{name}-%{version}.tar.gz
+Patch0:                %{name}-am_lt.patch
 URL:           http://home2.ecore.net/januszewski/linux/stereograph.html
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: libpng >= 1.0.8
@@ -43,8 +44,13 @@ Autorzy:
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+libtoolize -c -f
+aclocal
+automake -a -c
+autoconf
 %configure
 %{__make}
 
This page took 0.032615 seconds and 4 git commands to generate.