rpms/libSM/devel libSM.spec,1.12,1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 6 01:47:44 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/libSM/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29134

Modified Files:
	libSM.spec 
Log Message:
* Mon Jun 05 2006 Mike A. Harris <mharris at redhat.com> 1.0.1-2
- Added "BuildRequires: pkgconfig" for (#193421)
- Replace "makeinstall" with "make install DESTDIR=..."



Index: libSM.spec
===================================================================
RCS file: /cvs/dist/rpms/libSM/devel/libSM.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libSM.spec	27 Apr 2006 19:35:16 -0000	1.12
+++ libSM.spec	6 Jun 2006 01:47:41 -0000	1.13
@@ -1,13 +1,14 @@
 Summary: X.Org X11 libSM runtime library
 Name: libSM
 Version: 1.0.1
-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: xorg-x11-proto-devel
 BuildRequires: xorg-x11-xtrans-devel
 BuildRequires: libICE-devel
@@ -46,7 +47,7 @@
 %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
@@ -79,6 +80,10 @@
 %{_libdir}/pkgconfig/sm.pc
 
 %changelog
+* Mon Jun 05 2006 Mike A. Harris <mharris at redhat.com> 1.0.1-2
+- Added "BuildRequires: pkgconfig" for (#193421)
+- Replace "makeinstall" with "make install DESTDIR=..."
+
 * Thu Apr 27 2006 Adam Jackson <ajackson at redhat.com> 1.0.1-1
 - Update to 1.0.1
 




More information about the fedora-cvs-commits mailing list