]> git.pld-linux.org Git - packages/gbiff2.git/blobdiff - gbiff2.spec
- perl -pi -e "s/^libtoolize --copy --force/\%\{__libtoolize\}/"
[packages/gbiff2.git] / gbiff2.spec
index 997356ec817d178527a616c5b260a36b8cdcd3c9..9d62328c6d874e84c1f6190a0607eb7f60157649 100644 (file)
@@ -13,6 +13,7 @@ BuildRequires:        automake
 BuildRequires: autoconf
 BuildRequires: libtool
 BuildRequires: perl
+BuildRequires: ORBit-devel
 Requires:      applnk
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -35,10 +36,11 @@ temat i date) gdy przychodzi nowa poczta.
 
 %build
 rm missing
-libtoolize --copy --force
+%{__libtoolize}
 aclocal
-autoconf
-automake -a -c
+%{__autoconf}
+%{__automake}
+CFLAGS="%{rpmcflags} -I /usr/include/orbit-1.0"
 %configure
 
 %{__make}
@@ -49,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        sysdir=%{_applnkdir}/Network/Mail
-       
+
 gzip -9nf AUTHORS NEWS README ChangeLog THANKS
 
 %clean
This page took 0.06256 seconds and 4 git commands to generate.