[xorg-sgml-doctools] Update to 1.5 and address review commentary

Jason ティビツ tibbs at fedoraproject.org
Thu Sep 2 15:50:06 UTC 2010


commit 0b493d5c648b8a86d84b68a4750c0687226cfa85
Author: Jason Tibbitts <tibbs at math.uh.edu>
Date:   Thu Sep 2 10:49:34 2010 -0500

    Update to 1.5 and address review commentary
    
    - Address review commentary https://bugzilla.redhat.com/show_bug.cgi?id=226569
    - Update to 1.5, solving license issue.  This adds a few new files and
      requires a pkgconfig dependency.
    - Add dependency on xml-common to fix unowned directory issue.
    - Remove some bits (buildroot tag and cleaning) no longer required in
      Fedora.

 .gitignore              |    1 +
 sources                 |    2 +-
 xorg-sgml-doctools.spec |   24 +++++++++++++-----------
 3 files changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d429a43..2e88784 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xorg-sgml-doctools-1.1.1.tar.bz2
+/xorg-sgml-doctools-1.5.tar.bz2
diff --git a/sources b/sources
index 03b2f6a..a319098 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae3d4f73c42953b0a5513bb2967ab913  xorg-sgml-doctools-1.1.1.tar.bz2
+1cd2d8213ee71ebdbefce45c9da54762  xorg-sgml-doctools-1.5.tar.bz2
diff --git a/xorg-sgml-doctools.spec b/xorg-sgml-doctools.spec
index 34fef67..946e20b 100644
--- a/xorg-sgml-doctools.spec
+++ b/xorg-sgml-doctools.spec
@@ -1,17 +1,17 @@
 Summary: X.Org SGML documentation generation tools
 Name: xorg-sgml-doctools
-Version: 1.1.1
-Release: 4%{?dist}
+Version: 1.5
+Release: 1%{?dist}
 License: MIT
 Group: Development/Tools
 URL: http://www.x.org
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
 
 Source0: ftp://ftp.x.org/pub/individual/doc/%{name}-%{version}.tar.bz2
 
 BuildRequires: pkgconfig
+Requires: pkgconfig, xml-common
 
 %description
 This package is required in order to generate the X.Org X11 documentation
@@ -22,22 +22,24 @@ from source.
 
 %build
 %configure
-make
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make install DESTDIR=$RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
-%dir %{_datadir}/sgml/X11
-%{_datadir}/sgml/X11/defs.ent
+%doc COPYING ChangeLog
+%{_datadir}/sgml/X11/
+%{_datadir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu Sep 02 2010 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.5-1
+- Address review commentary https://bugzilla.redhat.com/show_bug.cgi?id=226569
+- Update to 1.5, solving license issue.  This adds a few new files and requires
+  a pkgconfig dependency.
+- Add dependency on xml-common to fix unowned directory issue. 
+- Remove some bits (buildroot tag and cleaning) no longer required in Fedora.
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list