import libmspub-0.1.4-1.el8
This commit is contained in:
commit
5b3474bdfb
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/libmspub-0.1.4.tar.xz
|
1
.libmspub.metadata
Normal file
1
.libmspub.metadata
Normal file
@ -0,0 +1 @@
|
||||
dcfe4dba518b44cc500385e878b66f53c5734df6 SOURCES/libmspub-0.1.4.tar.xz
|
227
SPECS/libmspub.spec
Normal file
227
SPECS/libmspub.spec
Normal file
@ -0,0 +1,227 @@
|
||||
%global apiversion 0.1
|
||||
|
||||
Name: libmspub
|
||||
Version: 0.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for import of Microsoft Publisher documents
|
||||
|
||||
License: MPLv2.0
|
||||
URL: http://wiki.documentfoundation.org/DLP/Libraries/libmspub
|
||||
Source: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: help2man
|
||||
BuildRequires: pkgconfig(icu-i18n)
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-generators-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-stream-0.0)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
|
||||
%description
|
||||
Libmspub is library providing ability to interpret and import Microsoft
|
||||
Publisher content into various applications. You can find it being used
|
||||
in libreoffice.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation of %{name} API
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
The %{name}-doc package contains documentation files for %{name}.
|
||||
|
||||
%package tools
|
||||
Summary: Tools to transform Microsoft Publisher documents into other formats
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Tools to transform Microsoft Publisher documents into other formats.
|
||||
Currently supported: XHTML, raw.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-silent-rules
|
||||
sed -i \
|
||||
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
||||
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
||||
libtool
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
# rhbz#1001245 we install API docs directly from build
|
||||
rm -rf %{buildroot}/%{_docdir}/%{name}
|
||||
|
||||
# generate and install man pages
|
||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
for tool in pub2raw pub2xhtml; do
|
||||
help2man -N -S '%{name} %{version}' -o ${tool}.1 %{buildroot}%{_bindir}/${tool}
|
||||
done
|
||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 pub2*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc AUTHORS NEWS README
|
||||
%license COPYING.MPL
|
||||
%{_libdir}/%{name}-%{apiversion}.so.*
|
||||
|
||||
%files devel
|
||||
%doc ChangeLog
|
||||
%{_includedir}/%{name}-%{apiversion}
|
||||
%{_libdir}/%{name}-%{apiversion}.so
|
||||
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||
|
||||
%files doc
|
||||
%license COPYING.MPL
|
||||
%doc docs/doxygen/html
|
||||
|
||||
%files tools
|
||||
%{_bindir}/pub2raw
|
||||
%{_bindir}/pub2xhtml
|
||||
%{_mandir}/man1/pub2raw.1*
|
||||
%{_mandir}/man1/pub2xhtml.1*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 28 2018 David Tardon <dtardon@redhat.com> - 0.1.4-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 0.1.3-2
|
||||
- Rebuilt for Boost 1.66
|
||||
|
||||
* Tue Jan 02 2018 David Tardon <dtardon@redhat.com> - 0.1.3-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 0.1.2-19
|
||||
- Rebuild for ICU 60.1
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-16
|
||||
- Rebuilt for Boost 1.64
|
||||
|
||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-13
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-12
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 0.1.2-11
|
||||
- rebuild for ICU 57.1
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-9
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 0.1.2-8
|
||||
- rebuild for ICU 56.1
|
||||
|
||||
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-7
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.1.2-5
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.1.2-3
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.1.2-2
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Tue Dec 30 2014 David Tardon <dtardon@redhat.com> - 0.1.2-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 0.1.1-3
|
||||
- rebuild for ICU 53.1
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Tue Jul 01 2014 David Tardon <dtardon@redhat.com> - 0.1.0-1
|
||||
- new upstream release
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Mon May 26 2014 David Tardon <dtardon@redhat.com> - 0.1.0-1
|
||||
- new upstream release
|
||||
|
||||
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.0.6-7
|
||||
- Rebuild for boost 1.55.0
|
||||
|
||||
* Wed Apr 09 2014 David Tardon <dtardon@redhat.com> - 0.0.6-6
|
||||
- generate man pages
|
||||
|
||||
* Thu Feb 13 2014 David Tardon <dtardon@redhat.com> - 0.0.6-5
|
||||
- rebuild for new ICU
|
||||
|
||||
* Fri Aug 30 2013 David Tardon <dtardon@redhat.com> - 0.0.6-4
|
||||
- Resolves: rhbz#1001245 duplicate documentation files / potentially conflicting
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 0.0.6-2
|
||||
- Rebuild for boost 1.54.0
|
||||
|
||||
* Tue May 14 2013 David Tardon <dtardon@redhat.com> - 0.0.6-1
|
||||
- new release
|
||||
|
||||
* Wed Feb 20 2013 David Tardon <dtardon@redhat.com> - 0.0.5-1
|
||||
- new release
|
||||
|
||||
* Wed Jan 30 2013 David Tardon <dtardon@redhat.com> - 0.0.4-1
|
||||
- new release
|
||||
|
||||
* Fri Aug 24 2012 David Tardon <dtardon@redhat.com> - 0.0.3-1
|
||||
- new release
|
||||
|
||||
* Fri Jul 27 2012 David Tardon <dtardon@redhat.com> - 0.0.2-3
|
||||
- rebuilt for boost 1.50
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Jul 16 2012 David Tardon <dtardon@redhat.com> - 0.0.2-1
|
||||
- Resolves: rhbz#840445 new release
|
||||
|
||||
* Thu Jul 12 2012 David Tardon <dtardon@redhat.com> 0.0.1-1
|
||||
- new release
|
||||
|
||||
* Thu Jun 07 2012 David Tardon <dtardon@redhat.com> 0.0.0-1
|
||||
- initial import
|
Loading…
Reference in New Issue
Block a user