rpms/mimetic/FC-6 sources,1.4,1.5 mimetic.spec,1.6,1.7

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Feb 3 16:58:57 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/mimetic/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5657/FC-6

Modified Files:
	sources mimetic.spec 
Log Message:
- updated to 0.9.2; rediffed patches
- build the library with '-Wl,--as-needed'



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mimetic/FC-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	9 Jul 2006 19:03:52 -0000	1.4
+++ sources	3 Feb 2007 16:58:25 -0000	1.5
@@ -1,2 +1 @@
-4a36d2a7873927758f39b195751ea064  mimetic-0.9.1.tar.gz
-
+7ca93c189732b67dc139d10cf770ba98  mimetic-0.9.2.tar.gz


Index: mimetic.spec
===================================================================
RCS file: /cvs/extras/rpms/mimetic/FC-6/mimetic.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mimetic.spec	15 Sep 2006 18:03:55 -0000	1.6
+++ mimetic.spec	3 Feb 2007 16:58:25 -0000	1.7
@@ -3,16 +3,16 @@
 %{!?release_func:%global release_func() %1%{?dist}}
 
 Name:		mimetic
-Version:	0.9.1
-Release:	%release_func 2
+Version:	0.9.2
+Release:	%release_func 1
 Summary:	A full featured MIME library written in C++
 
 Group:		System Environment/Libraries
 License:	GPL
 URL:		http://codesink.org/mimetic_mime_library.html
 Source0:	http://codesink.org/download/%name-%version.tar.gz
-Patch0:		mimetic-0.9.1-noconfigh.patch
-BuildRoot:	%_tmppath/%name-%version-%release-root-%(%__id_u -n)
+Patch0:		mimetic-0.9.2-noconfigh.patch
+BuildRoot:	%_tmppath/%name-%version-%release-root
 
 BuildRequires:	doxygen
 
@@ -47,6 +47,8 @@
 
 %build
 %configure --disable-static
+sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
+
 %__make %{?_smp_mflags}
 %__make docs -C doc
 
@@ -56,9 +58,6 @@
 %__make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%_libdir/*.la
-echo "\
-// cleared by the Fedora Extras package; content causes conflicts
-// with autoconf/automake 'config.h' files else" > $RPM_BUILD_ROOT%_includedir/%name/config.h
 
 
 %check
@@ -87,6 +86,10 @@
 
 
 %changelog
+* Sat Feb  3 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.9.2-1
+- updated to 0.9.2; rediffed patches
+- build the library with '-Wl,--as-needed'
+
 * Fri Sep 15 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.9.1-2
 - rebuilt
 




More information about the scm-commits mailing list