]> git.pld-linux.org Git - packages/ext3rminator.git/blobdiff - ext3rminator.spec
- added linking patch, auto* due to changes in Makefile.am
[packages/ext3rminator.git] / 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.058918 seconds and 4 git commands to generate.