]> git.pld-linux.org Git - packages/dxpc.git/commitdiff
- added regenerating configuration files, ac 2.5 ready
authorfilon <filon@sokrates.mimuw.edu.pl>
Sat, 25 Aug 2001 11:54:14 +0000 (11:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added patch: ac_lt patch to use libtool
- s/make/%%{__make}/

Changed files:
    dxpc.spec -> 1.6

dxpc.spec

index 8bded6bd261ffa5f18ad4f4a37724ccb1f78d1ad..00c380d1a4b423d96a4e44f1c2e16c5837d50e7b 100644 (file)
--- a/dxpc.spec
+++ b/dxpc.spec
@@ -10,6 +10,7 @@ License:      Distributable provided copyright and permission notices are included
 Source0:       http://ccwf.cc.utexas.edu/~zvonler/dxpc/%{name}-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-socklen_t.patch
+Patch2:                %{name}-ac_lt.patch
 URL:           http://ccwf.cc.utexas.edu/~zvonler/dxpc/
 Icon:          dxpc.logo-smaller-t.gif
 BuildRequires: libstdc++-devel
@@ -31,11 +32,15 @@ przepustowo
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
+libtoolize -c -f
+aclocal
+autoconf
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 %configure
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.156368 seconds and 4 git commands to generate.