File codespell.spec of Package codespell
Summary: Checking misspelled words
Name: codespell
Version: 1.2
Release: 1
License: GPLv2
Group: Development/Tools
Source: http://git.profusion.mobi/cgit.cgi/lucas/codespell/snapshot/%{name}-%{version}.tar.gz
URL: http://git.profusion.mobi/cgit.cgi/lucas/codespell/
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
%description
Fix common misspellings in text files. It's designed primarily for checking
misspelled words in source code, but it can be used with other files as well.
%prep
%setup -q
%build
##make
%install
rm -fr $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc TODO COPYING README
%{_bindir}/%{name}.py
%{_datadir}/%{name}
%changelog
* Sun Oct 30 2011 Huaren Zhong <huaren.zhong@gmail.com> - 1.2
- Rebuild for Fedora