103 lines
2.9 KiB
RPMSpec
103 lines
2.9 KiB
RPMSpec
%define apiver %(echo %version |cut -d. -f1-2)
|
|
Name: libfreehand
|
|
Version: 0.1.2
|
|
Release: 2mamba
|
|
Summary: A library providing ability to interpret and import Adobe/Macromedia drawings into various applications
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.freedesktop.org/wiki/Software/libfreehand/
|
|
Source: http://dev-www.libreoffice.org/src/libfreehand-%{version}.tar.xz
|
|
Patch0: libfreehand-0.1.2-libicu-69.1.patch
|
|
License: MPL 2.0
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: liblcms2-devel
|
|
BuildRequires: librevenge-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libwpd-devel >= 0.10
|
|
BuildRequires: libwpg-devel >= 0.3.0
|
|
|
|
%description
|
|
Libfreehand is a library providing ability to interpret and import Adobe/Macromedia drawings into various applications. You can find it being used in libreoffice.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: pkg-config
|
|
|
|
%description devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%package tools
|
|
Group: Applications/Publishing
|
|
Summary: Utility applications for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description tools
|
|
This package contains utility applications for %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
|
|
%build
|
|
%configure \
|
|
--disable-werror
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libfreehand-%{apiver}.so.*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%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
|
|
|
|
%files tools
|
|
%defattr(-,root,root)
|
|
%{_bindir}/fh2*
|
|
|
|
%changelog
|
|
* Sun Jun 13 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.2-2mamba
|
|
- rebuilt with --disable-werror
|
|
|
|
* Sat Nov 18 2017 Automatic Build System <autodist@mambasoft.it> 0.1.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* 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
|
|
- package created using the webbuild interface
|