[packages/aml/DEVEL-1] - updated to 1.0.0 (new soname and pkgconfig name); not on master as neatvnc is not ready yet
qboosh
qboosh at pld-linux.org
Sat Aug 23 09:42:25 CEST 2025
commit cd86dfe75849d29bfaa3310fedb382a2430506f3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Aug 23 09:44:57 2025 +0200
- updated to 1.0.0 (new soname and pkgconfig name); not on master as neatvnc is not ready yet
aml.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/aml.spec b/aml.spec
index c5f7c88..f65a8ce 100644
--- a/aml.spec
+++ b/aml.spec
@@ -5,13 +5,13 @@
Summary: Andri's Main Loop library
Summary(pl.UTF-8): Biblioteka pętli głównej Andri's Main Loop
Name: aml
-Version: 0.3.0
+Version: 1.0.0
Release: 1
License: ISC
Group: Libraries
-#https://github.com/any1/aml/releases
+#Source0Download: https://github.com/any1/aml/releases
Source0: https://github.com/any1/aml/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 72fad42e1b5efc3055055df6a7b5f1d8
+# Source0-md5: e6990d602a3b4076a284debadcb7cbcc
URL: https://github.com/any1/aml
BuildRequires: meson
BuildRequires: ninja >= 1.5
@@ -108,13 +108,13 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc COPYING README.md
%attr(755,root,root) %{_libdir}/libaml.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libaml.so.0
+%ghost %{_libdir}/libaml.so.1
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libaml.so
-%{_includedir}/aml.h
-%{_pkgconfigdir}/aml.pc
+%{_libdir}/libaml.so
+%{_includedir}/aml1
+%{_pkgconfigdir}/aml1.pc
%if %{with static_libs}
%files static
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/aml.git/commitdiff/cd86dfe75849d29bfaa3310fedb382a2430506f3
More information about the pld-cvs-commit
mailing list