rpms/gmime/devel .cvsignore, 1.20, 1.21 gmime.spec, 1.49, 1.50 sources, 1.20, 1.21

belegdol belegdol at fedoraproject.org
Wed Nov 18 14:22:48 UTC 2009


Author: belegdol

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

Modified Files:
	.cvsignore gmime.spec sources 
Log Message:
* Wed Nov 18 2009 Julian Sikorski <belegdol at fedoraproject.org> - 2.4.11-1
- Updated to 2.4.11
- Adjusted the license tag (fixes RH bug #522630)
- Got rid of rpath issue properly (but left disabled, need to confirm why chrpath was dropped in the first place)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gmime/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- .cvsignore	19 Jul 2009 02:26:23 -0000	1.20
+++ .cvsignore	18 Nov 2009 14:22:48 -0000	1.21
@@ -1 +1 @@
-gmime-2.4.7.tar.bz2
+gmime-2.4.11.tar.bz2


Index: gmime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gmime/devel/gmime.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- gmime.spec	26 Oct 2009 22:26:46 -0000	1.49
+++ gmime.spec	18 Nov 2009 14:22:48 -0000	1.50
@@ -1,15 +1,15 @@
 Name:           gmime
-Version:        2.4.7
-Release:        3%{?dist}
+Version:        2.4.11
+Release:        1%{?dist}
 Summary:        Library for creating and parsing MIME messages
 
 Group:          System Environment/Libraries
-License:        GPLv2+
+# Files in examples/, src/ and tests/ are GPLv2+
+License:        LGPLv2+ and GPLv2+
 URL:            http://spruce.sourceforge.net/gmime/
 Source0:        http://download.gnome.org/sources/gmime/2.4/gmime-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  chrpath
 BuildRequires:  glib2-devel >= 2.6.0
 BuildRequires:  zlib-devel >= 1.2.1.1
 BuildRequires:  gettext-devel, gtk-doc
@@ -72,6 +72,10 @@ MONO_ARGS="--enable-mono"
 # Don't conflict with sharutils.
 %configure $MONO_ARGS --program-prefix=%{name} --disable-static
 
+# Deal with rpath
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
 # Omit unused direct shared library dependencies.
 sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
 
@@ -83,9 +87,6 @@ export MONO_SHARED_DIR=%{_builddir}/%{?b
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
-# chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gmime-uuencode
-# chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gmime-uudecode
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -119,6 +120,11 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Nov 18 2009 Julian Sikorski <belegdol at fedoraproject.org> - 2.4.11-1
+- Updated to 2.4.11
+- Adjusted the license tag (fixes RH bug #522630)
+- Got rid of rpath issue properly (but left disabled, need to confirm why chrpath was dropped in the first place)
+
 * Mon Oct 26 2009 Dennis Gilmore <dennis at ausil.us> - 2.4.7-3
 - build mono support on s390 and s390x
 - exclude mono support on sparc64


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gmime/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- sources	19 Jul 2009 02:26:24 -0000	1.20
+++ sources	18 Nov 2009 14:22:48 -0000	1.21
@@ -1 +1 @@
-0fb23dbb1ed6934ab577e90269cd901f  gmime-2.4.7.tar.bz2
+836721598bb784e9835efcebdaaa8cc1  gmime-2.4.11.tar.bz2




More information about the fedora-extras-commits mailing list