[packages/aml] - merged remaining changes from DEVEL-1 branch (no attr for shared libs/symlinks, simplified files)
qboosh
qboosh at pld-linux.org
Wed Jul 15 17:15:36 CEST 2026
commit 3f4a852d51662ac0b256f079d7dd125f0c8bf131
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Aug 23 09:44:57 2025 +0200
- merged remaining changes from DEVEL-1 branch (no attr for shared libs/symlinks, simplified files)
aml.spec | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/aml.spec b/aml.spec
index 845ed2a..f65a8ce 100644
--- a/aml.spec
+++ b/aml.spec
@@ -9,7 +9,7 @@ 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: e6990d602a3b4076a284debadcb7cbcc
URL: https://github.com/any1/aml
@@ -108,13 +108,12 @@ 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.1
+%ghost %{_libdir}/libaml.so.1
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libaml.so
-%dir %{_includedir}/aml1
-%{_includedir}/aml1/aml.h
+%{_libdir}/libaml.so
+%{_includedir}/aml1
%{_pkgconfigdir}/aml1.pc
%if %{with static_libs}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/aml.git/commitdiff/3f4a852d51662ac0b256f079d7dd125f0c8bf131
More information about the pld-cvs-commit
mailing list