[samba/f18] Fix the location of the DC readme.

asn asn at fedoraproject.org
Wed Jan 30 16:38:44 UTC 2013


commit 5220bf6f85a2d5a77518e009fe98d0973ae1bad4
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Wed Jan 30 13:20:04 2013 +0100

    Fix the location of the DC readme.

 samba.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/samba.spec b/samba.spec
index 8e54c22..c143f6a 100644
--- a/samba.spec
+++ b/samba.spec
@@ -571,12 +571,12 @@ install -m644 packaging/systemd/samba.conf.tmp %{buildroot}%{_sysconfdir}/tmpfil
 install -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig
 install -m 0644 packaging/systemd/samba.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/samba
 
-install -d -m 0755 %{buildroot}%{_defaultdocdir}/%{name}
-install -m 0644 %{SOURCE201} %{buildroot}%{_defaultdocdir}/%{name}/README.downgrade
+install -d -m 0755 %{buildroot}%{_defaultdocdir}/%{name}-%{version}
+install -m 0644 %{SOURCE201} %{buildroot}%{_defaultdocdir}/%{name}-%{version}/README.downgrade
 
 %if ! %with_dc
-install -m 0644 %{SOURCE200} %{buildroot}%{_defaultdocdir}/%{name}/README.dc
-install -m 0644 %{SOURCE200} %{buildroot}%{_defaultdocdir}/%{name}/README.dc-libs
+install -m 0644 %{SOURCE200} %{buildroot}%{_defaultdocdir}/%{name}-%{version}/README.dc
+install -m 0644 %{SOURCE200} %{buildroot}%{_defaultdocdir}/%{name}-%{version}/README.dc-libs
 %endif
 
 install -d -m 0755 %{buildroot}%{_unitdir}
@@ -708,7 +708,7 @@ rm -rf %{buildroot}
 %attr(1777,root,root) %dir /var/spool/samba
 %dir %{_sysconfdir}/openldap/schema
 %{_sysconfdir}/openldap/schema/samba.schema
-%doc %{_defaultdocdir}/%{name}/README.downgrade
+%doc %{_defaultdocdir}/%{name}-%{version}/README.downgrade
 %{_mandir}/man1/smbstatus.1*
 %{_mandir}/man8/eventlogadm.8*
 %{_mandir}/man8/smbd.8*
@@ -864,7 +864,7 @@ rm -rf %{buildroot}
 %{_mandir}/man8/samba.8.gz
 %{_mandir}/man8/samba-tool.8.gz
 %else # with_dc
-%doc %{_defaultdocdir}/%{name}/README.dc
+%doc %{_defaultdocdir}/%{name}-%{version}/README.dc
 %exclude %{_mandir}/man8/samba.8.gz
 %exclude %{_mandir}/man8/samba-tool.8.gz
 %endif # with_dc
@@ -883,7 +883,7 @@ rm -rf %{buildroot}
 %{_libdir}/samba/libposix_eadb.so
 %{_libdir}/samba/bind9/dlz_bind9_9.so
 %else
-%doc %{_defaultdocdir}/%{name}/README.dc-libs
+%doc %{_defaultdocdir}/%{name}-%{version}/README.dc-libs
 %endif # with_dc
 
 ### DEVEL


More information about the scm-commits mailing list