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
|
||||
Version: 0.0.6
|
||||
Version: 0.1.1
|
||||
Release: 1mamba
|
||||
Summary: A library providing ability to interpret and import Microsoft Publisher content
|
||||
Group: System/Libraries
|
||||
@ -7,17 +8,18 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.freedesktop.org/wiki/Software/libmspub
|
||||
Source: http://dev-www.libreoffice.org/src/libmspub-%{version}.tar.xz
|
||||
License: GPL, LGPL, MPL
|
||||
Source: http://dev-www.libreoffice.org/src/libmspub-%{version}.tar.bz2
|
||||
License: GPL, LGPL, MPL 1.1
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: librevenge-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libwpd-devel
|
||||
BuildRequires: libwpg-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libwpd-devel >= 0.10
|
||||
BuildRequires: libwpg-devel >= 0.3.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -61,17 +63,17 @@ This package contains utility applications for %{name}.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libmspub-0.0.so.*
|
||||
%{_libdir}/libmspub-%{apiver}.so.*
|
||||
%doc AUTHORS
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libmspub-0.0
|
||||
%dir %{_includedir}/libmspub-0.0/libmspub
|
||||
%{_includedir}/libmspub-0.0/libmspub/*.h
|
||||
%{_libdir}/libmspub-0.0.la
|
||||
%{_libdir}/libmspub-0.0.so
|
||||
%{_libdir}/pkgconfig/libmspub-0.0.pc
|
||||
%dir %{_includedir}/libmspub-%{apiver}
|
||||
%dir %{_includedir}/libmspub-%{apiver}/libmspub
|
||||
%{_includedir}/libmspub-%{apiver}/libmspub/*.h
|
||||
%{_libdir}/libmspub-%{apiver}.la
|
||||
%{_libdir}/libmspub-%{apiver}.so
|
||||
%{_libdir}/pkgconfig/libmspub-%{apiver}.pc
|
||||
%dir %{_datadir}/doc/libmspub
|
||||
%{_datadir}/doc/libmspub/*
|
||||
%doc ChangeLog
|
||||
@ -82,6 +84,15 @@ This package contains utility applications for %{name}.
|
||||
%{_bindir}/pub2xhtml
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user