import aribb24-1.0.3.20160216git5e9be27-1.el10

i10ce changed/i10ce/aribb24-1.0.3.20160216git5e9be27-1.el10
Dmitry Samoylik 1 month ago
commit 0ee6bf4ccf

@ -0,0 +1 @@
fcc811b122208d0de5793c916ea47f1287584ce7 SOURCES/aribb24-5e9be27.tar.gz

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/aribb24-5e9be27.tar.gz

@ -0,0 +1,71 @@
%global commit0 5e9be272f96e00f15a2f3c5f8ba7e124862aec38
%global date 20160216
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
#global tag %{version}
Name: aribb24
Version: 1.0.3.%{date}git%{shortcommit0}
Release: 1%{?dist}
Summary: A library for ARIB STD-B24
License: LGPL-3.0-only
URL: https://github.com/nkoriyama/%{name}
%if 0%{?tag:1}
Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
%else
Source0: %url/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
%endif
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
BuildRequires: libtool
BuildRequires: libpng-devel
%description
A library for ARIB STD-B24, decoding JIS 8 bit characters and parsing MPEG-TS
stream.
%package devel
Summary: Development files for the ARIB STD-B24 library
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Development files and headers for the ARIB STD-B24 library.
%prep
%if 0%{?tag:1}
%autosetup -p1
%else
%autosetup -p1 -n %{name}-%{commit0}
%endif
%build
autoreconf -vif
%configure --disable-static
%make_build
%install
%make_install
rm -f %{buildroot}%{_libdir}/lib%{name}.la
# Pick docs in the files section
rm -fr %{buildroot}%{_docdir}/%{name}
%files
%license COPYING
%doc README.md
%{_libdir}/lib%{name}.so.0
%{_libdir}/lib%{name}.so.0.0.0
%files devel
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Thu Dec 19 2024 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 1.0.3.20160216git5e9be27-1
- Rebuilt for MSVSphere 10
* Thu Sep 12 2024 Simone Caronni <negativo17@gmail.com> - 1.0.3^20160216git5e9be27-1
- First build.
Loading…
Cancel
Save