Changeset: 6481a7e8c47d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6481a7e8c47d
Modified Files:
        MonetDB.spec
Branch: Feb2013
Log Message:

We need a %doc directive so that the directory gets removed when uninstalling.


diffs (15 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -544,9 +544,11 @@ systemd-tmpfiles --create %{_sysconfdir}
 %doc %{_mandir}/man1/monetdb.1.gz
 %doc %{_mandir}/man1/monetdbd.1.gz
 %if (0%{?fedora} >= 20)
+%dir %{_datadir}/doc/MonetDB-SQL
 %docdir %{_datadir}/doc/MonetDB-SQL
 %{_datadir}/doc/MonetDB-SQL/*
 %else
+%dir %{_datadir}/doc/MonetDB-SQL-%{version}
 %docdir %{_datadir}/doc/MonetDB-SQL-%{version}
 %{_datadir}/doc/MonetDB-SQL-%{version}/*
 %endif
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to