update to 0.1.1 [release 0.1.1-1mamba;Thu Jul 10 2014]
This commit is contained in:
parent
ef6fb21fad
commit
43fa868d58
@ -1,5 +1,6 @@
|
|||||||
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libmspub
|
Name: libmspub
|
||||||
Version: 0.0.6
|
Version: 0.1.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library providing ability to interpret and import Microsoft Publisher content
|
Summary: A library providing ability to interpret and import Microsoft Publisher content
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,17 +8,18 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.freedesktop.org/wiki/Software/libmspub
|
URL: http://www.freedesktop.org/wiki/Software/libmspub
|
||||||
Source: http://dev-www.libreoffice.org/src/libmspub-%{version}.tar.xz
|
Source: http://dev-www.libreoffice.org/src/libmspub-%{version}.tar.bz2
|
||||||
License: GPL, LGPL, MPL
|
License: GPL, LGPL, MPL 1.1
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
|
BuildRequires: librevenge-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libwpd-devel
|
|
||||||
BuildRequires: libwpg-devel
|
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libwpd-devel >= 0.10
|
||||||
|
BuildRequires: libwpg-devel >= 0.3.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -61,17 +63,17 @@ This package contains utility applications for %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libmspub-0.0.so.*
|
%{_libdir}/libmspub-%{apiver}.so.*
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libmspub-0.0
|
%dir %{_includedir}/libmspub-%{apiver}
|
||||||
%dir %{_includedir}/libmspub-0.0/libmspub
|
%dir %{_includedir}/libmspub-%{apiver}/libmspub
|
||||||
%{_includedir}/libmspub-0.0/libmspub/*.h
|
%{_includedir}/libmspub-%{apiver}/libmspub/*.h
|
||||||
%{_libdir}/libmspub-0.0.la
|
%{_libdir}/libmspub-%{apiver}.la
|
||||||
%{_libdir}/libmspub-0.0.so
|
%{_libdir}/libmspub-%{apiver}.so
|
||||||
%{_libdir}/pkgconfig/libmspub-0.0.pc
|
%{_libdir}/pkgconfig/libmspub-%{apiver}.pc
|
||||||
%dir %{_datadir}/doc/libmspub
|
%dir %{_datadir}/doc/libmspub
|
||||||
%{_datadir}/doc/libmspub/*
|
%{_datadir}/doc/libmspub/*
|
||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
@ -82,6 +84,15 @@ This package contains utility applications for %{name}.
|
|||||||
%{_bindir}/pub2xhtml
|
%{_bindir}/pub2xhtml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 10 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.1-1mamba
|
||||||
|
- update to 0.1.1
|
||||||
|
|
||||||
|
* Sat Jul 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.0-2mamba
|
||||||
|
- rebuilt with libwpd 0.10 and libwpg 0.3.0
|
||||||
|
|
||||||
|
* Tue Jun 17 2014 Automatic Build System <autodist@mambasoft.it> 0.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri May 17 2013 Automatic Build System <autodist@mambasoft.it> 0.0.6-1mamba
|
* Fri May 17 2013 Automatic Build System <autodist@mambasoft.it> 0.0.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user