[packages/libzmf] - new

qboosh qboosh at pld-linux.org
Tue Aug 30 21:05:06 CEST 2016


commit e132fc3bbfe7952d7c91170200e35e09cfa554e8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Aug 30 21:06:19 2016 +0200

    - new

 libzmf.spec | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 144 insertions(+)
---
diff --git a/libzmf.spec b/libzmf.spec
new file mode 100644
index 0000000..0829ff9
--- /dev/null
+++ b/libzmf.spec
@@ -0,0 +1,144 @@
+#
+# Conditional build:
+%bcond_without	static_libs	# static library
+
+Summary:	A library for reading and converting Zoner Draw and Zebra file formats
+Summary(pl.UTF-8):	Biblioteka do odczytu i importu formatów plików Zoner Draw i Zebra
+Name:		libzmf
+Version:	0.0.0
+Release:	1
+License:	MPL v2.0
+Group:		Libraries
+Source0:	http://dev-www.libreoffice.org/src/libzmf/%{name}-%{version}.tar.xz
+# Source0-md5:	30379665fa378d12258faeab2ed4f7e4
+URL:		https://wiki.documentfoundation.org/DLP/Libraries/libzmf
+BuildRequires:	doxygen
+BuildRequires:	boost-devel
+BuildRequires:	librevenge-devel >= 0.0
+BuildRequires:	libstdc++-devel >= 6:4.7
+BuildRequires:	pkgconfig >= 1:0.20
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+Requires:	librevenge >= 0.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Libzmf is a library for reading and converting Zoner Draw and Zebra
+file formats.
+
+%description -l pl.UTF-8
+Libzmf to biblioteka do odczytu i importu formatów plików Zoner Draw i
+Zebra.
+
+%package devel
+Summary:	Development files for libzmf
+Summary(pl.UTF-8):	Pliki nagłówkowe dla libzmf
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	librevenge-devel >= 0.0
+Requires:	libstdc++-devel >= 6:4.7
+
+%description devel
+This package contains the header files for developing applications
+that use libzmf.
+
+%description devel -l pl.UTF-8
+Pen pakiet zawiera pliki nagłówkowe do tworzenia aplikacji opartych na
+libzmf.
+
+%package static
+Summary:	Static libzmf library
+Summary(pl.UTF-8):	Statyczna biblioteka libzmf
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static libzmf library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka libzmf.
+
+%package apidocs
+Summary:	libzmf API documentation
+Summary(pl.UTF-8):	Dokumentacja API biblioteki libzmf
+Group:		Documentation
+%if "%{_rpmversion}" >= "5"
+BuildArch:	noarch
+%endif
+
+%description apidocs
+API and internal documentation for libzmf library.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API biblioteki libzmf.
+
+%package tools
+Summary:	Tools to transform Zoner Draw drawings into other formats
+Summary(pl.UTF-8):	Programy przekształcania rysunków Zoner Draw do innych formatów
+Group:		Applications/Publishing
+Requires:	%{name} = %{version}-%{release}
+
+%description tools
+Tools to transform Zoner Draw drawings into other formats. Currently
+supported: SVG, raw.
+
+%description tools -l pl.UTF-8
+Narzędzia do przekształcania rysunków Zoner Draw do innych formatów.
+Aktualnie obsługiwane są SVG i raw.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-silent-rules \
+	%{?with_static_libs:--enable-static}
+
+%{__make}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/libzmf-0.0.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libzmf-0.0.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libzmf-0.0.so
+%{_includedir}/libzmf-0.0
+%{_pkgconfigdir}/libzmf-0.0.pc
+
+%if %{with static_libs}
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libzmf-0.0.a
+%endif
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_docdir}/%{name}
+
+%files tools
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/zmf2raw
+%attr(755,root,root) %{_bindir}/zmf2svg
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libzmf.git/commitdiff/e132fc3bbfe7952d7c91170200e35e09cfa554e8



More information about the pld-cvs-commit mailing list