fix shared library permissions [release 0.2.0-2mamba;Fri Apr 09 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 21:40:37 +01:00
parent 8128fb0ca2
commit 075d3ce32b

View File

@ -1,20 +1,18 @@
Name: dcadec Name: dcadec
Version: 0.2.0 Version: 0.2.0
Release: 1mamba Release: 2mamba
Summary: A free DTS Coherent Acoustics decoder with support for HD extensions Summary: A free DTS Coherent Acoustics decoder with support for HD extensions
Group: Applications/Multimedia Group: Applications/Multimedia
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/foo86/dcadec URL: https://github.com/foo86/dcadec
## GITSOURCE https://github.com/foo86/dcadec.git v0.2.0
Source: https://github.com/foo86/dcadec.git/v%{version}/dcadec-%{version}.tar.bz2 Source: https://github.com/foo86/dcadec.git/v%{version}/dcadec-%{version}.tar.bz2
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
dcadec is a free DTS Coherent Acoustics decoder with support for HD extensions. dcadec is a free DTS Coherent Acoustics decoder with support for HD extensions.
@ -47,6 +45,8 @@ This package contains libraries and header files for developing applications tha
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall PREFIX=%{_prefix} LIBDIR=%{_libdir} CONFIG_SHARED=1 %makeinstall PREFIX=%{_prefix} LIBDIR=%{_libdir} CONFIG_SHARED=1
chmod +x %{buildroot}%{_libdir}/lib*.so*
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -71,5 +71,8 @@ This package contains libraries and header files for developing applications tha
%doc README.md %doc README.md
%changelog %changelog
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-2mamba
- fix shared library permissions
* Mon Mar 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-1mamba * Mon Mar 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface