Projects
Essentials
libaacs
libaacs.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libaacs.spec of Package libaacs (Revision 8)
Currently displaying revision
8
,
Show latest
# # spec file for package libaacs # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define libname %{name}0 Name: libaacs Version: 0.8.1 Release: 0 Summary: Open implentation of AACS specification License: LGPL-2.1+ Group: System/Libraries Url: http://www.videolan.org/developers/libaacs.html Source: ftp://ftp.videolan.org/pub/videolan/libaacs/%{version}/libaacs-%{version}.tar.bz2 Patch1: libaacs-pthread.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bison BuildRequires: flex BuildRequires: libgcrypt-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libaacs is a research project to implement the Advanced Access Content System specification. This research project provides, through an open-source library, a way to understand how the AACS works. %package -n %{libname} Summary: Open implentation of AACS specification Group: System/Libraries %description -n %{libname} libaacs is a research project to implement the Advanced Access Content System specification. This research project provides, through an open-source library, a way to understand how the AACS works. %package devel Summary: Open implentation of AACS specification - Development files Group: Development/Languages/C and C++ Requires: libaacs0 = %{version} %description devel libaacs is a research project to implement the Advanced Access Content System specification. This research project provides, through an open-source library, a way to understand how the AACS works. %prep %setup -q %patch1 %build autoreconf -fvi %configure \ --disable-static \ --disable-silent-rules make %{?_smp_mflags} %install %make_install find %{buildroot} -type f -name "*.la" -delete -print %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} %defattr(-, root, root) %doc COPYING %{_bindir}/aacs_info %{_libdir}/libaacs.so.0 %{_libdir}/libaacs.so.0.* %files devel %defattr(-, root, root) %{_libdir}/libaacs.so %{_libdir}/pkgconfig/libaacs.pc %{_includedir}/%{name}/ %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.