[packages/gmetadom] - dropped .la file, release 15

qboosh qboosh at pld-linux.org
Sat Jun 3 22:09:01 CEST 2023


commit e4bf8d093f26e16eacb6f8dbb411d9aaae60e658
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jun 3 22:10:44 2023 +0200

    - dropped .la file, release 15

 gmetadom.spec | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/gmetadom.spec b/gmetadom.spec
index 8d1431f..b9cc884 100644
--- a/gmetadom.spec
+++ b/gmetadom.spec
@@ -1,9 +1,9 @@
 #
 # Conditional build:
-%bcond_without	ocaml		# don't build OCaml binding
-%bcond_without	ocaml_opt	# skip building native optimized binaries
+%bcond_without	ocaml		# OCaml binding
+%bcond_without	ocaml_opt	# native optimized binaries
 #
-%ifnarch %{ix86} %{x8664} arm aarch64 ppc sparc sparcv9
+%ifnarch %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9
 %undefine	with_ocaml_opt
 %endif
 
@@ -12,7 +12,7 @@ Summary:	gdome2 binding for various programming languages
 Summary(pl.UTF-8):	Wiązania gdome2 dla różnych języków programowania
 Name:		gmetadom
 Version:	0.2.6
-Release:	14
+Release:	15
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://downloads.sourceforge.net/gmetadom/%{name}-%{version}.tar.gz
@@ -164,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/ocaml-gdome2-%{version}
 install src/gdome_caml/examples/*.ml $RPM_BUILD_ROOT%{_examplesdir}/ocaml-gdome2-%{version}
 
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgmetadom_gdome_cpp_smart.la
+
 %if %{with ocaml}
 # .mli packaged as %doc
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/ocaml/gdome2/*.{ml,mli}
@@ -217,7 +220,6 @@ rm -rf $RPM_BUILD_ROOT
 %files -n gdome2-cpp_smart-devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgmetadom_gdome_cpp_smart.so
-%{_libdir}/libgmetadom_gdome_cpp_smart.la
 %{_includedir}/gmetadom
 %{_pkgconfigdir}/gdome2-cpp-smart.pc
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gmetadom.git/commitdiff/e4bf8d093f26e16eacb6f8dbb411d9aaae60e658



More information about the pld-cvs-commit mailing list