rpms/gmime/devel gmime.spec,1.39,1.40

Xavier LAMIEN laxathom at fedoraproject.org
Fri Oct 24 13:13:21 UTC 2008


Author: laxathom

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

Modified Files:
	gmime.spec 
Log Message:
fix strong name check


Index: gmime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gmime/devel/gmime.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- gmime.spec	16 Sep 2008 01:27:22 -0000	1.39
+++ gmime.spec	24 Oct 2008 13:12:50 -0000	1.40
@@ -1,6 +1,6 @@
 Name:           gmime
 Version:        2.2.23
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library for creating and parsing MIME messages
 
 Group:          System Environment/Libraries
@@ -79,7 +79,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT transform='s,x,x'
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 # Don't conflict with sharutils:
 mv $RPM_BUILD_ROOT%{_bindir}/uuencode $RPM_BUILD_ROOT%{_bindir}/gmime-uuencode
@@ -120,6 +120,9 @@
 %endif
 
 %changelog
+* Fri Oct 24 2008 Xavier Lamien <lxtnow at gmail.com> - 2.2.23-2
+- Fix Strong name check.
+
 * Mon Sep 15 2008 Matthias Clasen <mclasen at redhat.com> - 2.2.23-1
 - Update to 2.2.23
 - Drop static libraries from -devel




More information about the scm-commits mailing list