Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > aad15ecac519649a51449bb83d78b400 > files > 2

gitbuster-2.1-0.b5.1.mga2.src.rpm

%define name    gitbuster
%define version 2.1
%define beta	b5
%define release %mkrel 0.%beta.1

Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Summary: 	Python Qt4 frontend for git filter-branch and git cherry-pick
License:	GPLv3
Group: 		Development/Python
Url: 		http://pypi.python.org/pypi/gitbuster/
Source0: 	http://pypi.python.org/packages/source/g/gitbuster/gitbuster-%{version}%{beta}.tar.gz
Requires:       python-gitpython
Requires:       python-gfbi_core
BuildRequires:  python-qt4-devel
BuildArch:      noarch

%description
" If there's something strange / In your history / Who you gonna call ? /
GitBuster! "

%prep
%setup -q -n %{name}-%{version}%{beta}

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS.txt CHANGELOG LICENSE.txt README.rst
%{_bindir}/gitbuster
%{python_sitelib}/gitbuster
%{python_sitelib}/gitbuster-%{version}%{beta}-py%{pyver}.egg-info




%changelog
* Tue Jul 19 2011 guillomovitch <guillomovitch> 2.1-0.b5.1.mga2
+ Revision: 126703
- imported package gitbuster


* Tue Jul 05 2011 Guillaume Rousse <guillomovitch@mandriva.org> 2.1-0.b5.1mdv2011.0
+ Revision: 688729
- new version

  + Michael Scherer <misc@mandriva.org>
    - add missing Requires

* Wed Jun 29 2011 Guillaume Rousse <guillomovitch@mandriva.org> 2.1-0.b4.1
+ Revision: 688297
- import gitbuster