rpms/libmkv/devel import.log, NONE, 1.1 libmkv.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bernard Johnson bjohnson at fedoraproject.org
Tue Apr 7 18:14:24 UTC 2009


Author: bjohnson

Update of /cvs/pkgs/rpms/libmkv/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13613/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libmkv.spec 
Log Message:
import



--- NEW FILE import.log ---
libmkv-0_6_3_1-2_fc10:HEAD:libmkv-0.6.3.1-2.fc10.src.rpm:1239128012


--- NEW FILE libmkv.spec ---
Name:      libmkv
Version:   0.6.3.1
Release:   2%{?dist}
Summary:   An alternative to the official libmatroska library

Group:     System Environment/Libraries
License:   GPLv2+
URL:       http://repo.or.cz/w/libmkv.git
Source0:   http://download.m0k.org/handbrake/contrib/%{name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description
This library is meant to be an alternative to the official libmatroska library.
It is writen in plain C, and is intended to be very portable.

%prep
%setup -q -n %{name}


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT

%post   -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%{_libdir}/libmkv.so.*
%doc AUTHORS COPYING README

%package devel
Summary:   An alternative to the official libmatroska library - devel files
Group:     Development/Libraries
Requires:  %{name} = %{version}-%{release}

%description devel
This library is meant to be an alternative to the official libmatroska library.
It is writen in plain C, and is intended to be very portable.  These are the
development files.

%files devel
%defattr(-,root,root,-)
%{_includedir}/libmkv.h
%{_libdir}/libmkv.so
%exclude %{_libdir}/libmkv.la

%changelog
* Thu Apr 02 2009 Bernard Johnson <bjohnson at symetrix.com> - 0.6.3.1-2
- remove slashes in %%files list
- configure with --disable-static

* Mon Mar 30 2009 Bernard Johnson <bjohnson at symetrix.com> - 0.6.3.1-1
- initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libmkv/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Apr 2009 03:25:22 -0000	1.1
+++ .cvsignore	7 Apr 2009 18:13:54 -0000	1.2
@@ -0,0 +1 @@
+libmkv-0.6.3.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libmkv/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Apr 2009 03:25:22 -0000	1.1
+++ sources	7 Apr 2009 18:13:54 -0000	1.2
@@ -0,0 +1 @@
+984575069cbfb47dece609e78768ca97  libmkv-0.6.3.1.tar.gz




More information about the fedora-extras-commits mailing list