update to 0.1.1 [release 0.1.1-1mamba;Fri Jul 11 2014]
This commit is contained in:
parent
fd2b1efbdf
commit
cfe45dfa7c
@ -1,5 +1,6 @@
|
|||||||
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libe-book
|
Name: libe-book
|
||||||
Version: 0.0.2
|
Version: 0.1.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Library for import of reflowable e-book formats
|
Summary: Library for import of reflowable e-book formats
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -14,11 +15,12 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
|
BuildRequires: librevenge-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libwpd-devel
|
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libwpd-devel >= 0.10
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,7 +49,9 @@ This package contains utility applications for %{name}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
CXXFLAGS="%{optflags} -Wno-error=unused-function"
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -62,17 +66,17 @@ This package contains utility applications for %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libe-book-0.0.so.*
|
%{_libdir}/libe-book-%{apiver}.so.*
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libe-book-0.0
|
%dir %{_includedir}/libe-book-%{apiver}
|
||||||
%dir %{_includedir}/libe-book-0.0/libe-book
|
%dir %{_includedir}/libe-book-%{apiver}/libe-book
|
||||||
%{_includedir}/libe-book-0.0/libe-book/*.h
|
%{_includedir}/libe-book-%{apiver}/libe-book/*.h
|
||||||
%{_libdir}/libe-book-0.0.la
|
%{_libdir}/libe-book-%{apiver}.la
|
||||||
%{_libdir}/libe-book-0.0.so
|
%{_libdir}/libe-book-%{apiver}.so
|
||||||
%{_libdir}/pkgconfig/libe-book-0.0.pc
|
%{_libdir}/pkgconfig/libe-book-%{apiver}.pc
|
||||||
%dir %{_datadir}/doc/libe-book/
|
%dir %{_datadir}/doc/libe-book/
|
||||||
%{_datadir}/doc/libe-book/*
|
%{_datadir}/doc/libe-book/*
|
||||||
%doc ChangeLog NEWS README TODO
|
%doc ChangeLog NEWS README TODO
|
||||||
@ -84,5 +88,8 @@ This package contains utility applications for %{name}.
|
|||||||
%{_bindir}/ebook2text
|
%{_bindir}/ebook2text
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.1-1mamba
|
||||||
|
- update to 0.1.1
|
||||||
|
|
||||||
* Wed Feb 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.2-1mamba
|
* Wed Feb 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.2-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user