]> git.pld-linux.org Git - packages/dxpc.git/commitdiff
- removed ac_lt patch, dxpc doesn't use libtool
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 29 Mar 2004 17:45:07 +0000 (17:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dxpc.spec -> 1.23

dxpc.spec

index 93172c1fce47b36a564f2ae0b742906e8818b044..32f10b8ef22cae7dd360ec4154c9dfd2bdaba0d9 100644 (file)
--- a/dxpc.spec
+++ b/dxpc.spec
@@ -9,13 +9,11 @@ Source0:      http://www.vigor.nu/%{name}/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: 3fbfb0e4bf769e64d27da331ecddbc9f
 Source1:       %{name}.1.pl
 Patch0:                %{name}-DESTDIR.patch
-Patch1:                %{name}-ac_lt.patch
 URL:           http://www.vigor.nu/dxpc/
 Icon:          dxpc.logo-smaller-t.gif
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libstdc++-devel
-BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,10 +28,9 @@ przepustowo
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
-%{__libtoolize}
+cp -f /usr/share/automake/config.* .
 %{__aclocal}
 %{__autoconf}
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates"
This page took 0.0864 seconds and 4 git commands to generate.