rpms/libgii/devel libgii.spec,1.4,1.5

Chauvet (kwizart) fedora-extras-commits at redhat.com
Thu Mar 6 01:21:38 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/libgii/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18629

Modified Files:
	libgii.spec 
Log Message:
- Fix multilib problem #342121



Index: libgii.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgii/devel/libgii.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libgii.spec	19 Feb 2008 10:31:35 -0000	1.4
+++ libgii.spec	6 Mar 2008 01:21:04 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           libgii
 Version:        1.0.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Input library for GGI
 
 Group:          System Environment/Libraries
@@ -76,7 +76,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
@@ -117,6 +117,9 @@
 
 
 %changelog
+* Thu Mar  6 2008 kwizart < kwizart at gmail.com > - 1.0.2-6
+- Fix multilib problem #342121
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.0.2-5
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list