Mageia Bugzilla – Attachment 13351 Details for
Bug 29562
libbdplus, research project to implement the BD+ System Specifications.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
proposed spec file for libbdplus-0.2.0
libbdplus.spec (text/x-rpm-spec), 1.59 KB, created by
Benoît Audouard
on 2022-08-05 16:21:08 CEST
(
hide
)
Description:
proposed spec file for libbdplus-0.2.0
Filename:
MIME Type:
Creator:
Benoît Audouard
Created:
2022-08-05 16:21:08 CEST
Size:
1.59 KB
patch
obsolete
>%define major 0 >%define libname %mklibname bdplus %{major} >%define devname %mklibname bdplus -d > >Name: libbdplus >Version: 0.2.0 >Release: %mkrel 1 >Summary: Open implementation of the Advanced Access Content System specification >License: LGPLv2+ >Group: System/Libraries >URL: http://www.videolan.org/developers/libbdplus.html >Source0: https://download.videolan.org/pub/videolan/libbdplus/%{version}/%{name}-%{version}.tar.bz2 > >BuildRequires: libgcrypt-devel >= 1.6 >#BuildRequires: libaacs-devel >= 0.10 > >%description >libbdplus is a research project to implement the BD+ System Specifications. > >This research project provides, through an open-source library, a way to understand how the BD+ works. > >NB: this project doesn't offer any key, configuration file or certificate that could be used to decode encrypted copyrighted material. > > >%package -n %{libname} >Summary: libbdplus libraries files >Group: System/Libraries > >%description -n %{libname} >Libraries files for %{name}. > >%package -n %{devname} >Summary: libbdplus development files >Group: Development/C >Provides: %{name}-devel = %{version}-%{release} >Provides: bdplus-devel = %{version}-%{release} >Requires: %{libname} = %{version}-%{release} > >%description -n %{devname} >Development files for %{name}. > >%prep >%setup -q > >%build >%configure \ > --disable-static >%make_build > >%install >%make_install > ># we don't want these >find %{buildroot} -name '*.la' -delete > >%files >%doc ChangeLog COPYING README.md > > >%files -n %{libname} >%{_libdir}/%{name}.so.%{major}{,.*} > >%files -n %{devname} >%{_includedir}/%{name} >%{_libdir}/%{name}.so >%{_libdir}/pkgconfig/%{name}.pc > > >%changelog >
%define major 0 %define libname %mklibname bdplus %{major} %define devname %mklibname bdplus -d Name: libbdplus Version: 0.2.0 Release: %mkrel 1 Summary: Open implementation of the Advanced Access Content System specification License: LGPLv2+ Group: System/Libraries URL: http://www.videolan.org/developers/libbdplus.html Source0: https://download.videolan.org/pub/videolan/libbdplus/%{version}/%{name}-%{version}.tar.bz2 BuildRequires: libgcrypt-devel >= 1.6 #BuildRequires: libaacs-devel >= 0.10 %description libbdplus is a research project to implement the BD+ System Specifications. This research project provides, through an open-source library, a way to understand how the BD+ works. NB: this project doesn't offer any key, configuration file or certificate that could be used to decode encrypted copyrighted material. %package -n %{libname} Summary: libbdplus libraries files Group: System/Libraries %description -n %{libname} Libraries files for %{name}. %package -n %{devname} Summary: libbdplus development files Group: Development/C Provides: %{name}-devel = %{version}-%{release} Provides: bdplus-devel = %{version}-%{release} Requires: %{libname} = %{version}-%{release} %description -n %{devname} Development files for %{name}. %prep %setup -q %build %configure \ --disable-static %make_build %install %make_install # we don't want these find %{buildroot} -name '*.la' -delete %files %doc ChangeLog COPYING README.md %files -n %{libname} %{_libdir}/%{name}.so.%{major}{,.*} %files -n %{devname} %{_includedir}/%{name} %{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.pc %changelog
View Attachment As Raw
Actions:
View
Attachments on
bug 29562
: 13351