[packages/sdcc] - adjusted cc1 dir; release 2
qboosh
qboosh at pld-linux.org
Sat Jun 1 09:25:18 CEST 2024
commit 003240f4d1a316f8340cf502e12c6c7d70536957
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Jun 1 08:10:15 2024 +0200
- adjusted cc1 dir; release 2
sdcc.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/sdcc.spec b/sdcc.spec
index 4f5254d..0fad511 100644
--- a/sdcc.spec
+++ b/sdcc.spec
@@ -6,7 +6,7 @@ Summary: C compiler for Intel 8051 and Zilog Z80
Summary(pl.UTF-8): Kompilator C dla Intel 8051 i Zilog Z80
Name: sdcc
Version: 4.4.0
-Release: 1
+Release: 2
License: GPL v2+ (tools), GPL v2+ with linking exception (runtime)
Group: Development/Languages
Source0: https://downloads.sourceforge.net/sdcc/%{name}-src-%{version}.tar.bz2
@@ -173,10 +173,10 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/sdnm
%attr(755,root,root) %{_bindir}/sdobjcopy
%attr(755,root,root) %{_bindir}/sdranlib
-%dir %{_libdir}/sdcc
-%dir %{_libdir}/sdcc/*-pld-linux
-%dir %{_libdir}/sdcc/*-pld-linux/12.1.0
-%attr(755,root,root) %{_libdir}/sdcc/*-pld-linux/12.1.0/cc1
+%dir %{_libexecdir}/sdcc
+%dir %{_libexecdir}/sdcc/*-pld-linux*
+%dir %{_libexecdir}/sdcc/*-pld-linux*/12.1.0
+%attr(755,root,root) %{_libexecdir}/sdcc/*-pld-linux*/12.1.0/cc1
%{_datadir}/%{name}
%files ucsim
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sdcc.git/commitdiff/003240f4d1a316f8340cf502e12c6c7d70536957
More information about the pld-cvs-commit
mailing list