diff --git a/libsmi.spec b/libsmi.spec index 8291621..2a89d3f 100644 --- a/libsmi.spec +++ b/libsmi.spec @@ -1,6 +1,6 @@ Name: libsmi Version: 0.4.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library to access SMI MIB information Group: System Environment/Libraries @@ -28,7 +28,6 @@ of all IETF and IANA maintained standard MIB modules. Summary: Development environment for libsmi library Group: Development/Libraries Requires: %name = %version-%release -Requires: automake Requires: pkgconfig %description devel @@ -52,6 +51,8 @@ libsmi-based applications. --disable-static make LIBTOOL=/usr/bin/libtool %{?_smp_mflags} +iconv -f latin1 -t utf-8 COPYING.utf8 +mv COPYING.utf8 COPYING %install rm -rf $RPM_BUILD_ROOT @@ -98,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 10 2008 Stepan Kasal - 0.4.5-3 +- libsmi-devel should not require automake +- convert COPYING to utf-8 + * Fri Oct 6 2006 Jose Pedro Oliveira - 0.4.5-2 - Handle rpath problems in 64-bit systems (#209522).