diff --git a/.gitignore b/.gitignore index 4d1417c..2f175a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/034.tar.gz +/bti-034.tar.xz diff --git a/bti.spec b/bti.spec index dd86230..512f936 100644 --- a/bti.spec +++ b/bti.spec @@ -6,7 +6,10 @@ Summary: Bash Twitter/Identi.ca Idiocy Group: Applications/Internet License: GPLv2 URL: https://github.com/gregkh/bti -Source0: https://github.com/gregkh/bti/archive/%{version}.tar.gz +# kernel.org, not always up to date +Source0: https://www.kernel.org/pub/software/web/bti/bti-%{version}.tar.xz +# fallback, need to run autotools on these +#Source0: https://github.com/gregkh/bti/archive/%{version}.tar.gz Source1: README.identica %if 0%{?el5} @@ -19,7 +22,7 @@ BuildRequires: curl-devel BuildRequires: libcurl-devel %endif # for building from github -# BuildRequires: autoconf automake +BuildRequires: autoconf automake # Not using pkgconfig(...) deps yet since we're still supporting EL5 BuildRequires: pkgconfig BuildRequires: liboauth-devel @@ -39,7 +42,7 @@ cp -p %{SOURCE1} . %build # for building from github -# autoreconf --install --symlink +#autoreconf --install --symlink %configure make %{?_smp_mflags} LDFLAGS="-L%{_libdir}/readline5" @@ -75,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Thu Jan 16 2014 Michel Salim - 034-1 +* Wed Jan 29 2014 Michel Salim - 034-1 - Update to 034 * Sat Aug 03 2013 Fedora Release Engineering - 033-2 diff --git a/sources b/sources index 8f35dd8..e62f1aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6e13a3d9d92dfbef3e69d22a7add329a 034.tar.gz +a0d3b63853c1608b652c0150fec53cbc bti-034.tar.xz