Compare commits
No commits in common. "c8" and "c9" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libetonyek-0.1.8.tar.xz
|
SOURCES/libetonyek-0.1.10.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
3c18eff9c56f7bae5c55e0d108838d0a3a6b6a40 SOURCES/libetonyek-0.1.8.tar.xz
|
d0dc3fac41b56edaf3ac528ec274aa07357f989b SOURCES/libetonyek-0.1.10.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global apiversion 0.1
|
%global apiversion 0.1
|
||||||
|
|
||||||
Name: libetonyek
|
Name: libetonyek
|
||||||
Version: 0.1.8
|
Version: 0.1.10
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A library for import of Apple iWork documents
|
Summary: A library for import of Apple iWork documents
|
||||||
|
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
@ -21,8 +21,9 @@ BuildRequires: pkgconfig(librevenge-0.0)
|
|||||||
BuildRequires: pkgconfig(librevenge-generators-0.0)
|
BuildRequires: pkgconfig(librevenge-generators-0.0)
|
||||||
BuildRequires: pkgconfig(librevenge-stream-0.0)
|
BuildRequires: pkgconfig(librevenge-stream-0.0)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(mdds-1.2)
|
BuildRequires: pkgconfig(mdds-1.5)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{name} is library for import of Apple iWork documents. It supports
|
%{name} is library for import of Apple iWork documents. It supports
|
||||||
@ -55,15 +56,15 @@ supported: CSV, HTML, SVG, text, and raw.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-silent-rules --disable-static --disable-werror
|
%configure --disable-silent-rules --disable-static --disable-werror --with-mdds=1.5
|
||||||
sed -i \
|
sed -i \
|
||||||
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
||||||
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
||||||
libtool
|
libtool
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
%make_install
|
||||||
rm -f %{buildroot}/%{_libdir}/*.la
|
rm -f %{buildroot}/%{_libdir}/*.la
|
||||||
# we install API docs directly from build
|
# we install API docs directly from build
|
||||||
rm -rf %{buildroot}/%{_docdir}/%{name}
|
rm -rf %{buildroot}/%{_docdir}/%{name}
|
||||||
@ -76,12 +77,11 @@ done
|
|||||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||||
install -m 0644 key2*.1 numbers2*.1 pages2*.1 %{buildroot}/%{_mandir}/man1
|
install -m 0644 key2*.1 numbers2*.1 pages2*.1 %{buildroot}/%{_mandir}/man1
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||||
if ! make %{?_smp_mflags} check; then
|
if ! %make_build check; then
|
||||||
cat src/test/*.log
|
cat src/test/*.log
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@ -122,6 +122,50 @@ fi
|
|||||||
%{_mandir}/man1/pages2text.1*
|
%{_mandir}/man1/pages2text.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.10-2
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Tue May 18 2021 David Tardon <dtardon@redhat.com> - 0.1.10-1
|
||||||
|
- new upstream release
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.9-11
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.1.9-8
|
||||||
|
- Use make macros
|
||||||
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||||
|
|
||||||
|
* Thu Jun 04 2020 David Tardon <dtardon@redhat.com> - 0.1.9-7
|
||||||
|
- fix build with latest boost
|
||||||
|
|
||||||
|
* Thu Feb 06 2020 Caolán McNamara <caolanm@redhat.com> - 0.1.9-6
|
||||||
|
- add fix for contemporary glm
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 0.1.9-2
|
||||||
|
- Rebuilt for Boost 1.69
|
||||||
|
|
||||||
|
* Sat Dec 29 2018 David Tardon <dtardon@redhat.com> - 0.1.9-1
|
||||||
|
- new upstream release
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Sun Apr 22 2018 David Tardon <dtardon@redhat.com> - 0.1.8-1
|
* Sun Apr 22 2018 David Tardon <dtardon@redhat.com> - 0.1.8-1
|
||||||
- new upstream release
|
- new upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user