From 0275ae0ecd1ae834c86e6fc82cab16c5bcd5833b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:17:15 +0100 Subject: [PATCH] rebuilt with libwpd 0.10 and libwpg 0.3.0 [release 0.1.0-2mamba;Sat Jul 05 2014] --- libfreehand.spec | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/libfreehand.spec b/libfreehand.spec index f69db19..078d6f8 100644 --- a/libfreehand.spec +++ b/libfreehand.spec @@ -1,6 +1,7 @@ +%define apiver %(echo %version |cut -d. -f1-2) Name: libfreehand -Version: 0.0.0 -Release: 1mamba +Version: 0.1.0 +Release: 2mamba Summary: A library providing ability to interpret and import Adobe/Macromedia drawings into various applications Group: System/Libraries Vendor: openmamba @@ -17,6 +18,8 @@ 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 +64,17 @@ This package contains utility applications for %{name}. %files %defattr(-,root,root) -%{_libdir}/libfreehand-0.0.so.* +%{_libdir}/libfreehand-%{apiver}.so.* %doc AUTHORS COPYING %files devel %defattr(-,root,root) -%dir %{_includedir}/libfreehand-0.0 -%dir %{_includedir}/libfreehand-0.0/libfreehand -%{_includedir}/libfreehand-0.0/libfreehand/*.h -%{_libdir}/libfreehand-0.0.la -%{_libdir}/libfreehand-0.0.so -%{_libdir}/pkgconfig/libfreehand-0.0.pc +%dir %{_includedir}/libfreehand-%{apiver} +%dir %{_includedir}/libfreehand-%{apiver}/libfreehand +%{_includedir}/libfreehand-%{apiver}/libfreehand/*.h +%{_libdir}/libfreehand-%{apiver}.la +%{_libdir}/libfreehand-%{apiver}.so +%{_libdir}/pkgconfig/libfreehand-%{apiver}.pc %dir %{_datadir}/doc/libfreehand/html %{_datadir}/doc/libfreehand/html/* %doc ChangeLog @@ -82,5 +85,11 @@ This package contains utility applications for %{name}. %{_bindir}/fh2svg %changelog +* Sat Jul 05 2014 Silvan Calarco 0.1.0-2mamba +- rebuilt with libwpd 0.10 and libwpg 0.3.0 + +* Mon Jun 23 2014 Automatic Build System 0.1.0-1mamba +- automatic update by autodist + * Sun Feb 09 2014 Silvan Calarco 0.0.0-1mamba - package created using the webbuild interface