- libsmi-devel should not require automake

- convert COPYING to utf-8
This commit is contained in:
Štěpán Kasal 2008-01-10 20:52:17 +00:00
parent 168523804b
commit d9b1e17179

View File

@ -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 >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 <skasal@redhat.com> - 0.4.5-3
- libsmi-devel should not require automake
- convert COPYING to utf-8
* Fri Oct 6 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.4.5-2
- Handle rpath problems in 64-bit systems (#209522).