diff --git a/python-djvulibre.spec b/python-djvulibre.spec index 0247960..a4a7a94 100644 --- a/python-djvulibre.spec +++ b/python-djvulibre.spec @@ -22,7 +22,7 @@ License: GPL-2.0 Summary: Python Support for the DjVu Image Format Url: http://jwilk.net/software/python-djvulibre Group: Development/Libraries/Python -Source0: http://pypi.python.org/packages/source/p/python-djvulibre/%{name}-%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz BuildRequires: graphviz BuildRequires: graphviz-gnome BuildRequires: libdjvulibre-devel @@ -62,9 +62,9 @@ python setup.py build_sphinx %install python setup.py install \ - --root=%{buildroot} \ - --prefix=%{_prefix} \ - --record-rpm=INSTALLED_FILES + --root=%{buildroot} \ + --prefix=%{_prefix} \ + --record-rpm=INSTALLED_FILES install -dm 0755 %{buildroot}%{_defaultdocdir}/%{name}-doc/_images install -dm 0755 %{buildroot}%{_defaultdocdir}/%{name}-doc/_static install -m 0644 build/sphinx/html/{*.html,*.js} \