rpms/libbdplus/EL-6 libbdplus.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Xavier Bachelot xavierb at rpmfusion.org
Sat Jan 11 16:19:00 CET 2014


Author: xavierb

Update of /cvs/free/rpms/libbdplus/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25758/EL-6

Modified Files:
	.cvsignore sources 
Added Files:
	libbdplus.spec 
Log Message:
import to F-20, F-19 and EL-6


--- 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}.tar.bz2

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 at 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 at bachelot.org> 0.1.0-1
- Initial release.


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libbdplus/EL-6/.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 15:18:30 -0000	1.2
@@ -0,0 +1 @@
+libbdplus-0.1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/free/rpms/libbdplus/EL-6/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 15:18:30 -0000	1.2
@@ -0,0 +1 @@
+4cf74020b91aafa33075e8ceef4d0e40  libbdplus-0.1.0.tar.bz2


More information about the rpmfusion-commits mailing list