Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 51447db3b754cb61957d2f14ab5a1343 > files > 2

python-twisted-lore-0.1.0-2mdk.src.rpm

Summary:        A documentation generator
Name:           python-twisted-lore
Version: 0.1.0
Release: %mkrel 2
Source0:        http://tmrc.mit.edu/mirror/twisted/lore/0.1/TwistedLore-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/projects/lore/
BuildRoot:      %{_tmppath}/%{name}-buildroot
BuildRequires:	python-devel python-twisted-core
BuildArch:      noarch
Requires:       python-twisted-core
# for docbook, lmath, etc
Requires:       python-twisted-web

%description
Twisted Lore is the documentation generator of the Twisted matrix
framework.
%prep
%setup -q -n TwistedLore-%version

%build
%__python setup.py build

%install
%__rm -rf %buildroot
%__python setup.py install --root  %buildroot

%__install -d                      %buildroot%_mandir/man1
%__install -m 644 doc/man/*.1      %buildroot%_mandir/man1

%clean
%__rm -rf %buildroot

%files
%defattr(0755,root,root,0755)
%_bindir/*
%defattr(0644,root,root,0755)
%doc LICENSE README doc/*
%_libdir/python%pyver/site-packages/twisted/lore/
%_libdir/python%pyver/site-packages/twisted/plugins/*
%_mandir/man1/*

%changelog
* Sun May 15 2005 Michael Scherer <misc@mandriva.org> 0.1.0-2mdk
- fix requires
 
* Sat May 14 2005 Michael Scherer <misc@mandriva.org> 0.1.0-1mdk
- Initial package