rpms/libxkbui/devel libxkbui.spec,1.11,1.12

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 6 05:08:48 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/libxkbui/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18957

Modified Files:
	libxkbui.spec 
Log Message:
* Mon Jun 05 2006 Mike A. Harris <mharris at redhat.com> 1.0.2-2
- Added "BuildRequires: pkgconfig" for (#193425)
- Replace "makeinstall" with "make install DESTDIR=..."
- Remove package ownership of mandir/libdir/etc.



Index: libxkbui.spec
===================================================================
RCS file: /cvs/dist/rpms/libxkbui/devel/libxkbui.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libxkbui.spec	27 Apr 2006 20:08:37 -0000	1.11
+++ libxkbui.spec	6 Jun 2006 05:08:45 -0000	1.12
@@ -1,13 +1,14 @@
 Summary: X.Org X11 libxkbui runtime library
 Name: libxkbui
 Version: 1.0.2
-Release: 1
+Release: 2
 License: MIT/X11
 Group: System Environment/Libraries
 URL: http://www.x.org
 Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires: pkgconfig
 BuildRequires: libX11-devel
 BuildRequires: libXt-devel
 BuildRequires: libxkbfile-devel
@@ -43,9 +44,9 @@
 make
 
 %install
-
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+
+make install DESTDIR=$RPM_BUILD_ROOT
 
 # We intentionally don't ship *.la files
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
@@ -59,7 +60,6 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README INSTALL ChangeLog
-%dir %{_libdir}
 %{_libdir}/libxkbui.so.1
 %{_libdir}/libxkbui.so.1.0.0
 
@@ -76,13 +76,18 @@
 %{_libdir}/pkgconfig/xkbui.pc
 
 %changelog
+* Mon Jun 05 2006 Mike A. Harris <mharris at redhat.com> 1.0.2-2
+- Added "BuildRequires: pkgconfig" for (#193425)
+- Replace "makeinstall" with "make install DESTDIR=..."
+- Remove package ownership of mandir/libdir/etc.
+
 * Thu Apr 27 2006 Adam Jackson <ajackson at redhat.com> 1.0.2-1
 - Update to 1.0.2
 
-* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 1.0.1-1.2
+* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> 1.0.1-1.2
 - bump again for double-long bug on ppc(64)
 
-* Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> - 1.0.1-1.1
+* Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> 1.0.1-1.1
 - rebuilt for new gcc4.1 snapshot and glibc changes
 
 * Wed Jan 18 2006 Mike A. Harris <mharris at redhat.com> 1.0.1-1




More information about the fedora-cvs-commits mailing list