Merge branch 'master' into epel8

epel8
Simone Caronni 5 years ago
commit 5c47fda5fe

1
.gitignore vendored

@ -2,3 +2,4 @@
/daala-28de40b.tar.gz
/daala-ee07b32.tar.gz
/daala-7278368.tar.gz
/daala-0b5ce2f.tar.gz

@ -1,15 +1,15 @@
%global commit0 72783687ce4963478b8ab4d97809510f40c7c855
%global date 20170616
%global commit0 0b5ce2f45870f7ca2278d5457bf7406a97e8e341
%global date 20200512
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: daala
Version: 0
Release: 13%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
Release: 15%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
Summary: Daala video compression
License: BSD
URL: http://xiph.org/daala/
Source0: https://git.xiph.org/?p=%{name}.git;a=snapshot;h=%{commit0};sf=tgz#/%{name}-%{shortcommit0}.tar.gz
Source0: https://gitlab.xiph.org/xiph/%{name}/-/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
@ -56,7 +56,7 @@ The %{name}-tools package contains a test player and encoder plus programs for
testing %{name} support in your applications.
%prep
%setup -q -n %{name}-%{shortcommit0}
%autosetup -n %{name}-%{commit0}
%build
autoreconf -vif
@ -125,12 +125,20 @@ rm -f %{buildroot}/%{_mandir}/man3/_*_include_daala_.3
%files libs
%license COPYING
%doc AUTHORS
%{_libdir}/*.so.*
%{_libdir}/libdaalabase.so.0
%{_libdir}/libdaalabase.so.0.0.1
%{_libdir}/libdaaladec.so.0
%{_libdir}/libdaaladec.so.0.0.1
%{_libdir}/libdaalaenc.so.0
%{_libdir}/libdaalaenc.so.0.0.1
%files devel
%doc doc/html
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libdaalabase.so
%{_libdir}/libdaaladec.so
%{_libdir}/libdaalaenc.so
%{_libdir}/pkgconfig/daaladec.pc
%{_libdir}/pkgconfig/daalaenc.pc
%{_includedir}/%{name}/
%{_mandir}/man3/*
@ -138,6 +146,13 @@ rm -f %{buildroot}/%{_mandir}/man3/_*_include_daala_.3
%{_bindir}/*
%changelog
* Tue Jul 14 2020 Simone Caronni <negativo17@gmail.com> - 0-15.20200512git0b5ce2f
- Update to latest snapshot.
- Update SPEC file.
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-14.20170616git7278368
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-13.20170616git7278368
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (daala-7278368.tar.gz) = 454d8dc9d09eb9e59e89faf5ef802797d399c448a00d33424a357ed20edad7b3dbe8c91c001d185a0a2406e442d78456e9fad363653aec9f9f0303eac2aec49a
SHA512 (daala-0b5ce2f.tar.gz) = 5d837037d000d90ceba9059df69e8ed33b750f3216432d6d350472b3033eedaece31b7629de08e382385c954d52eab882689590852755cf35ce33cc67847a4c2

Loading…
Cancel
Save