diff --git a/libdmx.spec b/libdmx.spec index 0744e9b..2f0a26b 100644 --- a/libdmx.spec +++ b/libdmx.spec @@ -1,7 +1,7 @@ -Summary: X.Org X11 libdmx runtime library +Summary: X.Org X11 DMX runtime library Name: libdmx Version: 1.0.2 -Release: 7%{?dist} +Release: 8%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -13,10 +13,10 @@ BuildRequires: pkgconfig BuildRequires: libXext-devel %description -X.Org X11 libdmx runtime library +The X.Org X11 DMX (Distributed Multihead X) runtime library. %package devel -Summary: X.Org X11 libdmx development package +Summary: X.Org X11 DMX development files Group: Development/Libraries Requires(pre): xorg-x11-filesystem >= 0.99.2-3 Requires: %{name} = %{version}-%{release} @@ -24,7 +24,7 @@ Requires: xorg-x11-proto-devel Requires: pkgconfig %description devel -X.Org X11 libdmx development package +The X.Org X11 DMX (Distributed Multihead X) development files. %prep %setup -q @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sat Feb 21 2009 Jason L Tibbitts III - 1.0.2-8 +- Tweak summaries and descriptions for package review. + * Sat Feb 21 2009 Adam Jackson 1.0.2-7 - Package review cleanups. (#225998)