diff --git a/.AMF.metadata b/.AMF.metadata index d6d2a4c..799a8da 100644 --- a/.AMF.metadata +++ b/.AMF.metadata @@ -1 +1 @@ -f8689ed14104e2262d6b839fd370461a91fdd130 SOURCES/AMF-cleaned-1.4.34.tar.gz +39852f09ecc21d7e897f37c836179848edfc467c SOURCES/AMF-cleaned-1.4.35.tar.gz diff --git a/.gitignore b/.gitignore index c553ec8..c7179bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/AMF-cleaned-1.4.34.tar.gz +SOURCES/AMF-cleaned-1.4.35.tar.gz diff --git a/SPECS/AMF.spec b/SPECS/AMF.spec index 0107d95..9fb440e 100644 --- a/SPECS/AMF.spec +++ b/SPECS/AMF.spec @@ -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 - 1.4.35-1 +- Update to 1.4.35. +- Split out PDF docs. + * Wed Jul 03 2024 Simone Caronni - 1.4.34-1 - Update to 1.4.34.