rebuilt with libwpd 0.10 and libwpg 0.3.0 [release 0.1.0-2mamba;Sat Jul 05 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 04:17:15 +01:00
parent c00e667a4e
commit 0275ae0ecd

View File

@ -1,6 +1,7 @@
%define apiver %(echo %version |cut -d. -f1-2)
Name: libfreehand Name: libfreehand
Version: 0.0.0 Version: 0.1.0
Release: 1mamba Release: 2mamba
Summary: A library providing ability to interpret and import Adobe/Macromedia drawings into various applications Summary: A library providing ability to interpret and import Adobe/Macromedia drawings into various applications
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -17,6 +18,8 @@ BuildRequires: libwpd-devel
BuildRequires: libwpg-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 +64,17 @@ This package contains utility applications for %{name}.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libfreehand-0.0.so.* %{_libdir}/libfreehand-%{apiver}.so.*
%doc AUTHORS COPYING %doc AUTHORS COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_includedir}/libfreehand-0.0 %dir %{_includedir}/libfreehand-%{apiver}
%dir %{_includedir}/libfreehand-0.0/libfreehand %dir %{_includedir}/libfreehand-%{apiver}/libfreehand
%{_includedir}/libfreehand-0.0/libfreehand/*.h %{_includedir}/libfreehand-%{apiver}/libfreehand/*.h
%{_libdir}/libfreehand-0.0.la %{_libdir}/libfreehand-%{apiver}.la
%{_libdir}/libfreehand-0.0.so %{_libdir}/libfreehand-%{apiver}.so
%{_libdir}/pkgconfig/libfreehand-0.0.pc %{_libdir}/pkgconfig/libfreehand-%{apiver}.pc
%dir %{_datadir}/doc/libfreehand/html %dir %{_datadir}/doc/libfreehand/html
%{_datadir}/doc/libfreehand/html/* %{_datadir}/doc/libfreehand/html/*
%doc ChangeLog %doc ChangeLog
@ -82,5 +85,11 @@ This package contains utility applications for %{name}.
%{_bindir}/fh2svg %{_bindir}/fh2svg
%changelog %changelog
* Sat Jul 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.0-2mamba
- rebuilt with libwpd 0.10 and libwpg 0.3.0
* Mon Jun 23 2014 Automatic Build System <autodist@mambasoft.it> 0.1.0-1mamba
- automatic update by autodist
* Sun Feb 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.0-1mamba * Sun Feb 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface