update to 0.1.0 [release 0.1.0-1mamba;Fri Jul 11 2014]
This commit is contained in:
parent
db40c241aa
commit
020da70eed
34
libabw.spec
34
libabw.spec
@ -1,5 +1,6 @@
|
||||
%define apiver %(echo %version | cut -d. -f1-2)
|
||||
Name: libabw
|
||||
Version: 0.0.2
|
||||
Version: 0.1.0
|
||||
Release: 1mamba
|
||||
Summary: A library providing ability to interpret and import AbiWord documents into various applications. You can find it being used in libreoffice
|
||||
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/libabw/
|
||||
Source: http://dev-www.libreoffice.org/src/libabw-%{version}.tar.xz
|
||||
Source: http://dev-www.libreoffice.org/src/libabw-%{version}.tar.bz2
|
||||
License: MPL 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: librevenge-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libwpd-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libwpd-devel >= 0.10
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -62,21 +64,21 @@ This package contains utility applications for %{name}.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libabw-0.0.so.*
|
||||
%{_libdir}/libabw-%{apiver}.so.*
|
||||
%doc CREDITS
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libabw-0.0
|
||||
%dir %{_includedir}/libabw-0.0/libabw
|
||||
%{_includedir}/libabw-0.0/libabw/AbiDocument.h
|
||||
%{_includedir}/libabw-0.0/libabw/libabw.h
|
||||
%{_libdir}/libabw-0.0.la
|
||||
%{_libdir}/libabw-0.0.so
|
||||
%{_libdir}/pkgconfig/libabw-0.0.pc
|
||||
%dir %{_includedir}/libabw-%{apiver}
|
||||
%dir %{_includedir}/libabw-%{apiver}/libabw
|
||||
%{_includedir}/libabw-%{apiver}/libabw/AbiDocument.h
|
||||
%{_includedir}/libabw-%{apiver}/libabw/libabw.h
|
||||
%{_libdir}/libabw-%{apiver}.la
|
||||
%{_libdir}/libabw-%{apiver}.so
|
||||
%{_libdir}/pkgconfig/libabw-%{apiver}.pc
|
||||
%dir %{_datadir}/doc/libabw
|
||||
%{_datadir}/doc/libabw/libwpd.dia
|
||||
%{_datadir}/doc/libabw/libwpd.png
|
||||
#%{_datadir}/doc/libabw/libwpd.dia
|
||||
#%{_datadir}/doc/libabw/libwpd.png
|
||||
%dir %{_datadir}/doc/libabw
|
||||
%dir %{_datadir}/doc/libabw/html
|
||||
%{_datadir}/doc/libabw/html/*
|
||||
@ -89,5 +91,11 @@ This package contains utility applications for %{name}.
|
||||
%{_bindir}/abw2text
|
||||
|
||||
%changelog
|
||||
* Fri Jul 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.0-1mamba
|
||||
- update to 0.1.0
|
||||
|
||||
* Fri Jul 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.2-2mamba
|
||||
- rebuilt with libwpd 0.10.0
|
||||
|
||||
* Sat Feb 22 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.2-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user