[html2ps] Documentation directory is unversioned now

Petr Pisar ppisar at fedoraproject.org
Tue Aug 27 10:57:55 UTC 2013


commit b85e1ac74b0f11080a330c112ebe273ac749b8ab
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Aug 27 12:57:04 2013 +0200

    Documentation directory is unversioned now

 html2ps.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/html2ps.spec b/html2ps.spec
index 7f79ae6..ad9fe55 100644
--- a/html2ps.spec
+++ b/html2ps.spec
@@ -1,7 +1,7 @@
 %define my_subversion b7
 Name:           html2ps
 Version:        1.0
-Release:        0.15.%{my_subversion}%{?dist}
+Release:        0.16.%{my_subversion}%{?dist}
 Summary:        HTML to PostScript converter
 
 Group:          Applications/Publishing
@@ -73,7 +73,7 @@ mkdir -p $RPM_BUILD_ROOT%{_bindir}
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man{1,5}
 
 sed -e 's;/etc/html2psrc;%{_sysconfdir}/html2psrc;' \
-    -e 's;/usr/share/doc/html2ps;%{_docdir}/%{name}-%{version};' \
+    -e 's;/usr/share/doc/html2ps;%{_pkgdocdir};' \
         html2ps > $RPM_BUILD_ROOT%{_bindir}/html2ps
 chmod 0755 $RPM_BUILD_ROOT%{_bindir}/html2ps
 install -p -m0644 html2ps.1 $RPM_BUILD_ROOT%{_mandir}/man1
@@ -101,6 +101,9 @@ desktop-file-install \
 %{_datadir}/applications/*xhtml2ps.desktop
 
 %changelog
+* Tue Aug 27 2013 Petr Pisar <ppisar at redhat.com> - 1.0-0.16.b7
+- Documentation directory is unversioned now (bug #993842)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.15.b7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list