Commit 4b7bb976 authored by Lasse Karstensen's avatar Lasse Karstensen

Remove special handling of documentation.

parent 330277fa
README.rst
LICENSE
COPYING
......@@ -25,9 +25,6 @@ make check
%install
make install DESTDIR=%{buildroot}
mkdir -p %{buildroot}/usr/share/doc/%{name}/
cp README.rst %{buildroot}/usr/share/doc/%{name}/
cp LICENSE %{buildroot}/usr/share/doc/%{name}/
%clean
rm -rf %{buildroot}
......@@ -35,7 +32,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_libdir}/varnis*/vmods/
%doc /usr/share/doc/%{name}/*
%doc /usr/share/doc/lib%{name}/*
%{_mandir}/man?/*
%changelog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment