[packages/aml] up to 1.0.0 (new soname and pc file name)

atler atler at pld-linux.org
Wed Jul 15 01:02:14 CEST 2026


commit dc41bf3d27df06ff43a80b1b433e0914a54cf97f
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Jul 15 01:01:00 2026 +0200

    up to 1.0.0 (new soname and pc file name)

 aml.spec | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/aml.spec b/aml.spec
index c5f7c88..845ed2a 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
 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,14 @@ 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
+%attr(755,root,root) %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
+%dir %{_includedir}/aml1
+%{_includedir}/aml1/aml.h
+%{_pkgconfigdir}/aml1.pc
 
 %if %{with static_libs}
 %files static
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/aml.git/commitdiff/dc41bf3d27df06ff43a80b1b433e0914a54cf97f



More information about the pld-cvs-commit mailing list