rpms/libXaw/devel libXaw.spec,1.32,1.33

paragn paragn at fedoraproject.org
Thu Aug 13 05:32:08 UTC 2009


Author: paragn

Update of /cvs/pkgs/rpms/libXaw/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv490

Modified Files:
	libXaw.spec 
Log Message:

* Thu Aug 13 2009 Parag <paragn at fedoraproject.org> 1.0.6-4
- Merge-review cleanups #226064
- Updated summary, added Requires: pkgconfig
- removed zero length file AUTHORS




Index: libXaw.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXaw/devel/libXaw.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- libXaw.spec	25 Jul 2009 05:10:03 -0000	1.32
+++ libXaw.spec	13 Aug 2009 05:32:08 -0000	1.33
@@ -1,9 +1,9 @@
 %define with_compat 0
 
-Summary: X.Org X11 libXaw runtime library
+Summary: X Athena Widget Set
 Name: libXaw
 Version: 1.0.6
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 URL: http://www.x.org
 Group: System Environment/Libraries
@@ -17,7 +17,7 @@ BuildRequires: pkgconfig(xmu) pkgconfig(
 BuildRequires: ed
 
 %description
-X.Org X11 libXaw runtime library
+Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.
 
 %if %{with_compat}
 %package compat
@@ -29,10 +29,10 @@ X.Org X11 libXaw version 6 compatibility
 %endif
 
 %package devel
-Summary: X.Org X11 libXaw development package
+Summary: Development files for %{name}
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-
+Requires: pkgconfig
 Requires: pkgconfig(xproto) pkgconfig(xmu) pkgconfig(xt) pkgconfig(xpm)
 
 %description devel
@@ -52,7 +52,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %clean
@@ -63,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README ChangeLog
+%doc COPYING README ChangeLog
 %{_libdir}/libXaw.so.7
 %{_libdir}/libXaw7.so.7
 %{_libdir}/libXaw7.so.7.0.0
@@ -91,6 +91,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Aug 13 2009 Parag <paragn at fedoraproject.org> 1.0.6-4
+- Merge-review cleanups #226064
+- Updated summary, added Requires: pkgconfig
+- removed zero length file AUTHORS 
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list