|
|
@ -1,14 +1,12 @@ |
|
|
|
Name: teckit |
|
|
|
Name: teckit |
|
|
|
Version: 2.5.1 |
|
|
|
Version: 2.5.7 |
|
|
|
Release: 11%{?dist} |
|
|
|
Release: 1%{?dist} |
|
|
|
Summary: Conversion library and mapping compiler |
|
|
|
Summary: Conversion library and mapping compiler |
|
|
|
License: LGPLv2+ or CPL |
|
|
|
License: LGPLv2+ or CPL |
|
|
|
Group: Development/Libraries |
|
|
|
Group: Development/Libraries |
|
|
|
URL: http://scripts.sil.org/teckit |
|
|
|
URL: http://scripts.sil.org/teckit |
|
|
|
Source0: http://scripts.sil.org/svn-view/teckit/TAGS/TECkit_2_5_1.tar.gz |
|
|
|
Source0: https://github.com/silnrsi/teckit/releases/download/v%{version}/teckit-%{version}.tar.gz |
|
|
|
BuildRequires: expat-devel zlib-devel libtool |
|
|
|
BuildRequires: expat-devel zlib-devel libtool |
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: TECkit_2_5_1-includes.patch |
|
|
|
Patch0: TECkit_2_5_1-includes.patch |
|
|
|
|
|
|
|
|
|
|
|
%description |
|
|
|
%description |
|
|
@ -24,8 +22,7 @@ tables from a human-readable mapping description (a simple text file). |
|
|
|
%package devel |
|
|
|
%package devel |
|
|
|
Summary: Conversion library and mapping compiler |
|
|
|
Summary: Conversion library and mapping compiler |
|
|
|
Group: Development/Libraries |
|
|
|
Group: Development/Libraries |
|
|
|
Requires: %{name} = %{version}-%{release} |
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release} |
|
|
|
Provides: %{name}-devel = %{version}-%{release} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description devel |
|
|
|
%description devel |
|
|
|
TECkit is a low-level toolkit intended to be used by other |
|
|
|
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 |
|
|
|
tables from a human-readable mapping description (a simple text file). |
|
|
|
tables from a human-readable mapping description (a simple text file). |
|
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
%prep |
|
|
|
%setup -q -n TECkit_2_5_1 |
|
|
|
%setup -q |
|
|
|
%patch0 -p1 -b .includes |
|
|
|
%patch0 -p1 -b .includes |
|
|
|
|
|
|
|
|
|
|
|
%{__chmod} 0755 ./autogen.sh |
|
|
|
|
|
|
|
%{__chmod} 0755 ./configure |
|
|
|
|
|
|
|
%{__rm} -r zlib* |
|
|
|
%{__rm} -r zlib* |
|
|
|
|
|
|
|
|
|
|
|
%build |
|
|
|
%build |
|
|
|
./autogen.sh |
|
|
|
|
|
|
|
%configure --disable-static |
|
|
|
%configure --disable-static |
|
|
|
make %{_smp_mflags} |
|
|
|
make %{_smp_mflags} V=1 |
|
|
|
|
|
|
|
|
|
|
|
%install |
|
|
|
%install |
|
|
|
%{__rm} -rf %{buildroot} |
|
|
|
|
|
|
|
make install DESTDIR=%{buildroot} |
|
|
|
make install DESTDIR=%{buildroot} |
|
|
|
%{__rm} -f %{buildroot}%{_libdir}/*.la |
|
|
|
%{__rm} -f %{buildroot}%{_libdir}/*.la |
|
|
|
|
|
|
|
|
|
|
|
%check |
|
|
|
%check |
|
|
|
make check |
|
|
|
make check |
|
|
|
|
|
|
|
|
|
|
|
%clean |
|
|
|
|
|
|
|
%{__rm} -rf %{buildroot} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig |
|
|
|
%post -p /sbin/ldconfig |
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig |
|
|
|
%postun -p /sbin/ldconfig |
|
|
@ -70,28 +60,53 @@ make check |
|
|
|
%postun devel -p /sbin/ldconfig |
|
|
|
%postun devel -p /sbin/ldconfig |
|
|
|
|
|
|
|
|
|
|
|
%files |
|
|
|
%files |
|
|
|
%defattr(0644,root,root,0755) |
|
|
|
%license COPYING |
|
|
|
%doc AUTHORS COPYING INSTALL NEWS README |
|
|
|
%doc AUTHORS INSTALL NEWS README |
|
|
|
%doc license/{LICENSING.txt,License_CPLv05.txt,License_LGPLv21.txt} |
|
|
|
%license license/{LICENSING.txt,License_CPLv05.txt,License_LGPLv21.txt} |
|
|
|
%attr(0755,root,root) %{_bindir}/sfconv |
|
|
|
%{_bindir}/sfconv |
|
|
|
%attr(0755,root,root) %{_bindir}/teckit_compile |
|
|
|
%{_bindir}/teckit_compile |
|
|
|
%attr(0755,root,root) %{_bindir}/txtconv |
|
|
|
%{_bindir}/txtconv |
|
|
|
%attr(0755,root,root) %{_libdir}/libTECkit.so.* |
|
|
|
%{_libdir}/libTECkit.so.* |
|
|
|
%attr(0755,root,root) %{_libdir}/libTECkit_Compiler.so.* |
|
|
|
%{_libdir}/libTECkit_Compiler.so.* |
|
|
|
|
|
|
|
%{_mandir}/man1/* |
|
|
|
|
|
|
|
|
|
|
|
%files devel |
|
|
|
%files devel |
|
|
|
%defattr(0644,root,root,0755) |
|
|
|
|
|
|
|
%doc docs/*.pdf |
|
|
|
%doc docs/*.pdf |
|
|
|
%{_includedir}/teckit/ |
|
|
|
%{_includedir}/teckit/ |
|
|
|
%{_libdir}/libTECkit.so |
|
|
|
%{_libdir}/libTECkit.so |
|
|
|
%{_libdir}/libTECkit_Compiler.so |
|
|
|
%{_libdir}/libTECkit_Compiler.so |
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/teckit.pc |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.5.1-11 |
|
|
|
* Tue Sep 12 2017 Tom Callaway <spot@fedoraproject.org> - 2.5.7-1 |
|
|
|
- Mass rebuild 2014-01-24 |
|
|
|
- update to 2.5.7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-18 |
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-17 |
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-16 |
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-15 |
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-14 |
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.5.1-13 |
|
|
|
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-12 |
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-11 |
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.5.1-10 |
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-10 |
|
|
|
- Mass rebuild 2013-12-27 |
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-9 |
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-9 |
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild |
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild |
|
|
@ -111,7 +126,7 @@ make check |
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-4 |
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-4 |
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 05 2009 Caolán McNamara <caolanm@redhat.com> - 2.5.1-3 |
|
|
|
* Thu Mar 05 2009 Caolán McNamara <caolanm@redhat.com> - 2.5.1-3 |
|
|
|
- include stdio.h for sprintf |
|
|
|
- include stdio.h for sprintf |
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-2 |
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-2 |
|
|
|