Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 86114e9c93e7f5a67ac1f468bf5a9592 > files > 2

patcher-0.6-2mdv2007.1.src.rpm

Name:		patcher
Version: 0.6
Release:    %mkrel 2
License:	GPL
Group:		Development/Other
Summary:    A tool for quick creation of patches against a project source tree.
Source0:    %{name}-%{version}.tar.bz2
Url:		http://labix.org/patcher
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: python-devel
# needed for opt-parse
Requires:      python  
BuildArch:  noarch 
%description
Patcher is a tool for quick creation of patches against a project source tree. 
Patcher functionality ressembles a lightweight version control system.
It has no repository, and only controls differences between a pristine version 
and a working copy. 

%prep
%setup -q 

%build

%install
rm -rf $RPM_BUILD_ROOT
python ./setup.py install --prefix=$RPM_BUILD_ROOT/%_prefix
find $RPM_BUILD_ROOT/%_prefix -name '*pyc' | xargs rm -Rf

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc LICENSE README
%_bindir/*
%py_sitedir/%{name}/
%py_platsitedir/*.egg-info


%changelog
* Wed Nov 29 2006 Michael Scherer <misc@mandriva.org> 0.6-2mdv2007.0
+ Revision: 88392
- update for new python

* Tue Aug 08 2006 Olivier Thauvin <nanardon@mandriva.org> 0.6-1mdv2007.0
+ Revision: 54268
- sync sources
- 0.6
- update url
- Import patcher