Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 8c2979fa65e341fe4563a5b3538afe60 > files > 2

bti-034-4.mga6.src.rpm

Name:           bti
Version:        034
Release:        %mkrel 4
Summary:        Bash Twitter/Identi.ca Idiocy
Group:          Networking/News
License:        GPLv2
URL:            https://github.com/gregkh/bti
# for downloading from github:
# wget --content-disposition %%{url}/tarball/%%{version}
Source0:        http://www.kernel.org/pub/software/web/bti/bti-%{version}.tar.gz

BuildRequires:  pkgconfig
BuildRequires:  liboauth-devel
BuildRequires:  pcre-devel
BuildRequires:  libxml2-devel
BuildRequires:  json-c-devel

%description
Allows you to pipe your bash input to twitter or identi.ca in an easy
and fast manner to annoy the whole world.


%prep
%setup -q

%build
%configure2_5x
%make 

%install
%make_install

# bash completion
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
cp -p bti-bashcompletion %{buildroot}%{_sysconfdir}/bash_completion.d/bti


%files
%doc ChangeLog COPYING README RELEASE-NOTES
%doc %{name}.example
%dir %{_sysconfdir}/bash_completion.d
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}
%{_bindir}/%{name}
%{_bindir}/%{name}-shrink-urls
%{_mandir}/man1/*


%changelog
* Sat Jan 16 2016 daviddavid <daviddavid> 034-4.mga6
+ Revision: 923535
- switch to %%configure2_5x to fix build

* Wed Oct 15 2014 umeabot <umeabot> 034-3.mga5
+ Revision: 748146
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 034-2.mga5
+ Revision: 678235
- Mageia 5 Mass Rebuild

* Wed Jul 02 2014 bersuit <bersuit> 034-1.mga5
+ Revision: 642222
- Initial bti import