]> git.pld-linux.org Git - packages/ext3rminator.git/commitdiff
- added linking patch, auto* due to changes in Makefile.am
authorsparky <sparky@pld-linux.org>
Fri, 4 Aug 2006 17:20:18 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ext3rminator.spec -> 1.3

ext3rminator.spec

index 5a5270aea4cb60792bcd991ca91ab992d47ec82f..9b9b0025e3d88a7bcdc4c43cdbf1da6251612dbe 100644 (file)
@@ -8,6 +8,7 @@ License:        GPL v2
 Group:         Applications/System
 Source0:       http://web.glandium.org/debian/repository/experimental/%{name}_0.2.99+%{version}%{_pre}.orig.tar.gz
 # Source0-md5: 450ce0405a2be760a1e9ced200c05c72
+Patch0:                %{name}-linking.patch
 URL:           http://web.glandium.org/debian/repository/experimental/
 BuildRequires: e2fsprogs-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -32,8 +33,12 @@ blok
 
 %prep
 %setup -q -n %{name}-%{version}%{_pre}
+%patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 CFLAGS="-I%{_includedir}/et %{rpmcflags}"
 export CFLAGS
 %configure
This page took 0.109975 seconds and 4 git commands to generate.