Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e94da53212 | ||
|
|
e5292d4279 | ||
|
|
2862b8265f | ||
|
|
0c0206b262 | ||
|
|
3aa1f9ac73 | ||
|
|
f80fb70cec | ||
|
|
0cde66594c | ||
|
|
fe6f878231 | ||
|
|
37c07e8b01 | ||
|
|
207dd6d8ce | ||
|
|
679ee306d5 | ||
|
|
9bc9d19f60 | ||
|
|
9517fcbb90 | ||
|
|
395dec607e | ||
|
|
800bef7b01 | ||
|
|
1100f03991 | ||
|
|
32931d4051 | ||
|
|
1ac9113439 |
4 changed files with 28 additions and 31 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,5 +1 @@
|
|||
/AMF-1.4.23.tar.gz
|
||||
/AMF-cleaned-1.4.23.tar.gz
|
||||
/AMF-cleaned-1.4.24.tar.gz
|
||||
/AMF-cleaned-1.4.26.tar.gz
|
||||
/AMF-cleaned-1.4.29.tar.gz
|
||||
*.tar.gz
|
||||
|
|
|
|||
47
AMF.spec
47
AMF.spec
|
|
@ -1,12 +1,14 @@
|
|||
Name: AMF
|
||||
Version: 1.4.29
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Version: 1.5.0
|
||||
Release: %autorelease
|
||||
Summary: Advanced Media Framework (AMF) SDK
|
||||
License: MIT
|
||||
URL: https://gpuopen.com/advanced-media-framework/
|
||||
BuildArch: noarch
|
||||
|
||||
# Cleaned up tarballi without Thirdparty folder:
|
||||
# Releases include headers only and we miss documents and samples; so get a
|
||||
# full tarball without Thirdparty folder.
|
||||
Source0: %{name}-cleaned-%{version}.tar.gz
|
||||
Source1: %{name}-tarball.sh
|
||||
|
||||
|
|
@ -33,6 +35,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,33 +55,22 @@ 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
|
||||
* Sat Feb 04 2023 Simone Caronni <negativo17@gmail.com> - 1.4.29-1
|
||||
- Update to 1.4.29.
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.26-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sun Oct 09 2022 Simone Caronni <negativo17@gmail.com> - 1.4.26-1
|
||||
- Update to 1.4.26.
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.24-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Apr 07 2022 Simone Caronni <negativo17@gmail.com> - 1.4.24-1
|
||||
- Update to 1.4.24.
|
||||
|
||||
* Sun Feb 13 2022 Simone Caronni <negativo17@gmail.com> - 1.4.23-2
|
||||
- Remove Thirdparty folder from sources and provide script to recreate tarball.
|
||||
- Remove duplicated docs in samples subpackage.
|
||||
|
||||
* Thu Feb 10 2022 Simone Caronni <negativo17@gmail.com> - 1.4.23-1
|
||||
- First build.
|
||||
%autochangelog
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# AMF
|
||||
|
||||
The AMF package
|
||||
The AMF package.
|
||||
|
||||
The source tarball is stripped of the `ThirdParty` folder which contains code distributed with a different licensing.
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (AMF-cleaned-1.4.29.tar.gz) = 8c3cac3e47f0e2b98a339f3a4238bf0adf94a6c5b99473702c08f5606351ee6527e4be55329361a58fd15c21da07d05eee8dce2884738f572cdc5ab410bcfc92
|
||||
SHA512 (AMF-cleaned-1.5.0.tar.gz) = 910edc6ac03d42436785fe9e137da27671bd85eb6782c09a559f107cb163bfee662974dd70e6a55eb5abfa44f5bf823990b759a9b2093ba2a9677655edcc2786
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue