From e94e85d43ce71ddde8c36dade185d5cb95edeb2f Mon Sep 17 00:00:00 2001 From: ensc Date: Feb 03 2007 16:58:23 +0000 Subject: - updated to 0.9.2; rediffed patches - build the library with '-Wl,--as-needed' --- diff --git a/mimetic.spec b/mimetic.spec index 3ca71f4..8de9b2c 100644 --- a/mimetic.spec +++ b/mimetic.spec @@ -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 @@ will use %name. %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 @@ rm -rf $RPM_BUILD_ROOT %__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 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 3 2007 Enrico Scholz - 0.9.2-1 +- updated to 0.9.2; rediffed patches +- build the library with '-Wl,--as-needed' + * Fri Sep 15 2006 Enrico Scholz - 0.9.1-2 - rebuilt diff --git a/sources b/sources index 01ce719..d756408 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -4a36d2a7873927758f39b195751ea064 mimetic-0.9.1.tar.gz - +7ca93c189732b67dc139d10cf770ba98 mimetic-0.9.2.tar.gz