diff --git a/.gitignore b/.gitignore index c1f1043..73ff3c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/bti-032.tar.xz +/bti-033.tar.xz diff --git a/bti.spec b/bti.spec index c90f8ef..8f36f4a 100644 --- a/bti.spec +++ b/bti.spec @@ -1,6 +1,6 @@ Name: bti -Version: 032 -Release: 3%{?dist} +Version: 033 +Release: 1%{?dist} Summary: Bash Twitter/Identi.ca Idiocy Group: Applications/Internet @@ -42,15 +42,19 @@ make %{?_smp_mflags} LDFLAGS="-L%{_libdir}/readline5" %install +%if 0%{?el5} rm -rf $RPM_BUILD_ROOT +%endif make install DESTDIR=$RPM_BUILD_ROOT # bash completion mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d cp -p bti-bashcompletion $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/bti +%if 0%{?el5} %clean rm -rf $RPM_BUILD_ROOT +%endif %files @@ -68,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 4 2013 Michel Salim - 033-1 +- Update to 033 (switches to new Twitter API) +- Spec clean-up: mark EL5-specific sections + * Wed Feb 13 2013 Fedora Release Engineering - 032-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild @@ -136,4 +144,3 @@ rm -rf $RPM_BUILD_ROOT * Thu Aug 28 2008 Michel Salim - 005-1 - Initial package - diff --git a/sources b/sources index 708b3a9..5255d3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3827e9b866307b306c4bdf273439856 bti-032.tar.xz +befe0f39027363d2c7f89b979b2c647b bti-033.tar.xz