Author: xavierb
Update of /cvs/free/rpms/libbdplus/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20159/devel
Modified Files:
.cvsignore sources
Added Files:
libbdplus.spec
Log Message:
Initial import
--- NEW FILE libbdplus.spec ---
Name: libbdplus
Version: 0.1.0
Release: 2%{?dist}
Summary: Open implementation of BD+ protocol
License: LGPLv2+
URL:
http://www.videolan.org/developers/libbdplus.html
Source0:
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}...
BuildRequires: libgcrypt-devel
BuildRequires: libaacs-devel >= 0.7.0
%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+ protocol works.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
%build
%configure --disable-static
make %{?_smp_mflags}
%install
%make_install
find %{buildroot} -name '*.la' -delete
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc COPYING ChangeLog README.txt
%{_libdir}/*.so.*
%files devel
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Wed Jan 08 2014 Xavier Bachelot <xavier(a)bachelot.org> 0.1.0-2
- Add version to libaacs BuildRequires:.
- Remove Group: tags.
- Use %%make_install macro.
- Minor specfile fixes.
* Fri Dec 27 2013 Xavier Bachelot <xavier(a)bachelot.org> 0.1.0-1
- Initial release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libbdplus/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 11 Jan 2014 11:33:56 -0000 1.1
+++ .cvsignore 11 Jan 2014 14:56:26 -0000 1.2
@@ -0,0 +1 @@
+libbdplus-0.1.0.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libbdplus/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 11 Jan 2014 11:33:56 -0000 1.1
+++ sources 11 Jan 2014 14:56:26 -0000 1.2
@@ -0,0 +1 @@
+4cf74020b91aafa33075e8ceef4d0e40 libbdplus-0.1.0.tar.bz2