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

Remove special handling of documentation.

parent 330277fa
README.rst README.rst
LICENSE LICENSE
COPYING
...@@ -25,9 +25,6 @@ make check ...@@ -25,9 +25,6 @@ make check
%install %install
make install DESTDIR=%{buildroot} 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 %clean
rm -rf %{buildroot} rm -rf %{buildroot}
...@@ -35,7 +32,7 @@ rm -rf %{buildroot} ...@@ -35,7 +32,7 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/varnis*/vmods/ %{_libdir}/varnis*/vmods/
%doc /usr/share/doc/%{name}/* %doc /usr/share/doc/lib%{name}/*
%{_mandir}/man?/* %{_mandir}/man?/*
%changelog %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