@ -24,8 +22,7 @@ tables from a human-readable mapping description (a simple text file).
@@ -24,8 +22,7 @@ tables from a human-readable mapping description (a simple text file).
%package devel
Summary: Conversion library and mapping compiler
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
TECkit is a low-level toolkit intended to be used by other
@ -38,29 +35,22 @@ documentation is available); there is a compiler that creates such
@@ -38,29 +35,22 @@ documentation is available); there is a compiler that creates such
tables from a human-readable mapping description (a simple text file).
%prep
%setup -q -n TECkit_2_5_1
%setup -q
%patch0 -p1 -b .includes
%{__chmod} 0755 ./autogen.sh
%{__chmod} 0755 ./configure
%{__rm} -r zlib*
%build
./autogen.sh
%configure --disable-static
make %{_smp_mflags}
make %{_smp_mflags} V=1
%install
%{__rm} -rf %{buildroot}
make install DESTDIR=%{buildroot}
%{__rm} -f %{buildroot}%{_libdir}/*.la
%check
make check
%clean
%{__rm} -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -70,28 +60,53 @@ make check
@@ -70,28 +60,53 @@ make check