import AMF-1.4.35-1.el9

i9ce changed/i9ce/AMF-1.4.35-1.el9
MSVSphere Packaging Team 2 months ago
parent ba90498ca0
commit aa60daf21c
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1 +1 @@
f8689ed14104e2262d6b839fd370461a91fdd130 SOURCES/AMF-cleaned-1.4.34.tar.gz
39852f09ecc21d7e897f37c836179848edfc467c SOURCES/AMF-cleaned-1.4.35.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/AMF-cleaned-1.4.34.tar.gz
SOURCES/AMF-cleaned-1.4.35.tar.gz

@ -1,5 +1,5 @@
Name: AMF
Version: 1.4.34
Version: 1.4.35
Release: 1%{?dist}
Summary: Advanced Media Framework (AMF) SDK
License: MIT
@ -33,6 +33,14 @@ Summary: Sample files for %{name}
The %{name}-samples package contains sample programs and source for applications
that use %{name}.
%package docs
Summary: PDF documentation for %{name}
%description docs
The %{name}-docs package contains the development documentation in PDF format
that is available in the main %{name}-devel package in Markdown format.
%prep
%autosetup -p1
@ -45,15 +53,28 @@ cp -fr amf/public/* %{buildroot}%{_usrsrc}/%{name}/
rm -fr %{buildroot}%{_usrsrc}/%{name}/include
ln -sf ../../include/AMF %{buildroot}%{_usrsrc}/%{name}/include
# Split out PDF docs
mkdir pdf
mv amf/doc/*pdf pdf/
%files devel
%license LICENSE.txt
%doc amf/doc/*
%{_includedir}/%{name}/
%files samples
%license LICENSE.txt
%{_usrsrc}/%{name}
%files docs
%license LICENSE.txt
%doc pdf/*
%changelog
* Sun Oct 20 2024 Simone Caronni <negativo17@gmail.com> - 1.4.35-1
- Update to 1.4.35.
- Split out PDF docs.
* Wed Jul 03 2024 Simone Caronni <negativo17@gmail.com> - 1.4.34-1
- Update to 1.4.34.

Loading…
Cancel
Save