Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 0c4ed2d344a99dfcf1232d8cbe2222e9 > files > 2

twixer-0.1.99-0.r13.1.mga3.src.rpm

%define svnrev	r13
Name:		twixer
Version:	0.1.99
Release:	%mkrel 1 -c %{svnrev}

Summary:	Is an command line client for Twitter service
License:	GPLv2+
Group:		Networking/Instant messaging
URL:		http://code.google.com/p/twixer/
Source0:	%{name}-%{svnrev}.tar.gz

BuildRequires:	python-devel

Requires:	python-simplejson 
Requires:	tweethon
Requires:	python-oauth2
Requires:	python-httplib2

%description
Twixer is an advanced command line client for the popular 
Twitter service. Now with support for Identi.ca
It features all basic functionality plus new stuff like checking if
a referenced twitter screen name actually exists, automatically 
correcting typos in your friend's screen names, suggestion people
to follow analyzing your friend's network of friends among
other tricks.
NOTE: Twixer is in it's early stages. I can't do most of the 
mentioned tricks yet but they're coming pretty soon.
For now it works with a feature set similar to most twitter clients
and can be an interesting alternative to twerp or other 
command line-based clients.
Create a hidden file in your $HOME called .twixerc with just this three lines:
    [account]
    username = your user name
    password = your password
    server = base URL for API server
    Examples of the server configuration parameter, which is optional, are:
    server = http://twitter.com
    or
    server = http://identi.ca/api
- You're ready to go!


%prep
%setup -q -n %{name}
%build

%install
%__mkdir -p $RPM_BUILD_ROOT%{_bindir}
%__cp $RPM_BUILD_DIR/twixer/twixerapp.py $RPM_BUILD_ROOT%{_bindir}/%{name}
%__cp $RPM_BUILD_DIR/twixer/oauthtwitter.py $RPM_BUILD_ROOT%{_bindir}
%__cp $RPM_BUILD_DIR/twixer/utils.py $RPM_BUILD_ROOT%{_bindir}


%files
%defattr (-,root,root)
%{_bindir}/*


%changelog

* Fri Jul 27 2012 juancho <juancho> 0.1.99-0.r13.1.mga3
+ Revision: 274744
- Undo last change to %%svnrev value
- Changed %%svnrev value to use svn instead of r, it's more clear

  + vaci0 <vaci0>
    -Fix %%mkrel and %%release to svn version
    -Remove Require python-oauth no needed
    -Fix name-repeated-in-summary C Twixer
    - imported package twixer