Home_greyBuild Service > Projects > Trunk > libXmu > Package diff
Login

Changes of commit 3

    Index: libXmu.yaml
===================================================================
--- libXmu.yaml (revision 2)
+++ libXmu.yaml (revision 3)
@@ -1,6 +1,10 @@
 Name: libXmu
 Summary: X.Org X11 libXmu/libXmuu runtime libraries
-Version: 1.0.5
+Description: |
+    This library contains miscellaneous utilities and is not part of the Xlib
+    standard.  It contains routines which only use public interfaces so that it
+    may be layered on top of any proprietary implementation of Xlib or Xt.
+Version: 1.1.0
 Release: 0
 Group: System/Libraries
 License: MIT
@@ -13,11 +17,14 @@
     - x11
     - xext
     - xt
-    - xau
-Configure: configure
+    - xextproto
+Configure: reconfigure
 SubPackages:
     - Name: devel
       Summary: X.Org X11 libXmu development package
+      Description: |
+        This library contains miscellaneous utilities and is not part of the Xlib
+        standard.
       Group: System/Libraries
       Requires:
           - xorg-x11-filesystem
Index: libXmu.spec
===================================================================
--- libXmu.spec (revision 2)
+++ libXmu.spec (revision 3)
@@ -1,31 +1,33 @@
 # 
-# Do not Edit! Generated by:
-# spectacle version 0.13
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.22
 # 
 # >> macros
 # << macros
 
 Name:       libXmu
 Summary:    X.Org X11 libXmu/libXmuu runtime libraries
-Version:    1.0.5
+Version:    1.1.0
 Release:    0
 Group:      System/Libraries
 License:    MIT
 URL:        http://www.x.org
 Source0:    http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
 Source100:  libXmu.yaml
-Requires(post):  /sbin/ldconfig
-Requires(postun):  /sbin/ldconfig
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
 BuildRequires:  pkgconfig(xorg-macros)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xt)
-BuildRequires:  pkgconfig(xau)
+BuildRequires:  pkgconfig(xextproto)
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Description: %{summary}
+This library contains miscellaneous utilities and is not part of the Xlib
+standard.  It contains routines which only use public interfaces so that it
+may be layered on top of any proprietary implementation of Xlib or Xt.
+
 
 
 %package devel
@@ -35,7 +37,9 @@
 Requires:   xorg-x11-filesystem
 
 %description devel
-Description: %{summary}
+This library contains miscellaneous utilities and is not part of the Xlib
+standard.
+
 
 
 %prep
@@ -48,8 +52,7 @@
 # >> build pre
 # << build pre
 
-%configure --disable-static
-# Call make instruction with smp support
+%reconfigure --disable-static
 make %{?jobs:-j%jobs}
 
 # >> build post
@@ -63,9 +66,6 @@
 # >> install post
 # << install post
 
-%clean
-rm -rf %{buildroot}
-
 
 
 %post -p /sbin/ldconfig
@@ -74,6 +74,8 @@
 
 
 
+
+
 %files
 %defattr(-,root,root,-)
 # >> files
@@ -91,6 +93,8 @@
 %dir %{_includedir}/X11
 %dir %{_includedir}/X11/Xmu
 %doc README ChangeLog
+%doc %{_docdir}/libXmu/Xmu.xml
+%doc %{_docdir}/libXmu/xlogo.svg
 %{_includedir}/X11/Xmu/Atoms.h
 %{_includedir}/X11/Xmu/CharSet.h
 %{_includedir}/X11/Xmu/CloseHook.h
@@ -113,9 +117,9 @@
 %{_includedir}/X11/Xmu/WinUtil.h
 %{_includedir}/X11/Xmu/Xct.h
 %{_includedir}/X11/Xmu/Xmu.h
+%{_includedir}/X11/Xmu/WhitePoint.h
 %{_libdir}/libXmu.so
 %{_libdir}/libXmuu.so
 %{_libdir}/pkgconfig/xmu.pc
 %{_libdir}/pkgconfig/xmuu.pc
 # << files devel
-
Index: libXmu.changes
===================================================================
--- libXmu.changes (revision 2)
+++ libXmu.changes (revision 3)
@@ -1,3 +1,6 @@
+* Mon Jun 13 2011 Liu, Xinyun <xinyun.liu@intel.com> - 1.1.0
+- Updated to 1.1.0. Clean dependency.
+
 * Sat Feb 27 2010 Anas Nashif <anas.nashif@intel.com> - 1.0.5
 - Updated with latest spectacle
 - Include YAML file in source rpm
Index: libXmu-1.1.0.tar.bz2
===================================================================
Binary file libXmu-1.1.0.tar.bz2 added
Index: libXmu-1.0.5.tar.bz2
===================================================================
Binary file libXmu-1.0.5.tar.bz2 deleted