From: Moritz Bunkus Date: Mon, 21 Jun 2010 21:55:51 +0000 (+0000) Subject: Updated version numbers and fixed DOS style newlines in spec files X-Git-Tag: release-1.1.0~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4cdac78276647eacfec145d477a58673440c127;p=libmatroska Updated version numbers and fixed DOS style newlines in spec files git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@332 a6f86f6d-0131-4f8e-9e7b-e335508773d5 --- diff --git a/make/linux/fedora-core.spec b/make/linux/fedora-core.spec index 7683c1d..d2700e6 100644 --- a/make/linux/fedora-core.spec +++ b/make/linux/fedora-core.spec @@ -1,61 +1,61 @@ -# SPEC file for (at least) Fedora Core 1, 2, 3 - -Name: libmatroska -Version: 0.8.1 -Release: 1 -License: LGPL -Summary: Matroska Video Container -Group: System Environment/Libraries -URL: http://www.matroska.org/ -Vendor: Moritz Bunkus -Source: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-root - -%description -Matroska aims to become THE Standard of Multimedia Container Formats. -It was derived from a project called MCF, but differentiates from it -significantly because it is based on EBML (Extensible Binary Meta -Language), a binary derivative of XML. EBML enables the Matroska -Development Team to gain significant advantages in terms of future -format extensibility, without breaking file support in old parsers. - -%package devel -Summary: Matroska Video Container headers/development files -Group: Development/Libraries - -%description devel -Headers for libmatroska. - -%prep -%setup -q - -%build -cd make/linux -CFLAGS="$RPM_OPT_FLAGS" \ -make \ -prefix="%{_prefix}" \ -LIBEBML_INCLUDE_DIR=%{_includedir} \ -LIBEBML_LIB_DIR=%{_libdir} \ -staticlib -cd ../.. - -%install -[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT -cd make/linux -make prefix=$RPM_BUILD_ROOT/%{_prefix} libdir=$RPM_BUILD_ROOT/%{_libdir} install_staticlib install_headers -cd ../.. - -%clean -[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT - -%files devel -%defattr(-, root, root) -%{_includedir}/matroska/*.h -%{_includedir}/matroska/c/*.h -%{_libdir}/libmatroska.a - -%changelog -* Sat Apr 16 2005 Moritz Bunkus -- updated for the new libmatroska build targets -* Fri May 15 2003 Ronald Bultje -- create spec file +# SPEC file for (at least) Fedora Core 1, 2, 3 + +Name: libmatroska +Version: 1.0.0 +Release: 1 +License: LGPL +Summary: Matroska Video Container +Group: System Environment/Libraries +URL: http://www.matroska.org/ +Vendor: Moritz Bunkus +Source: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-root + +%description +Matroska aims to become THE Standard of Multimedia Container Formats. +It was derived from a project called MCF, but differentiates from it +significantly because it is based on EBML (Extensible Binary Meta +Language), a binary derivative of XML. EBML enables the Matroska +Development Team to gain significant advantages in terms of future +format extensibility, without breaking file support in old parsers. + +%package devel +Summary: Matroska Video Container headers/development files +Group: Development/Libraries + +%description devel +Headers for libmatroska. + +%prep +%setup -q + +%build +cd make/linux +CFLAGS="$RPM_OPT_FLAGS" \ +make \ +prefix="%{_prefix}" \ +LIBEBML_INCLUDE_DIR=%{_includedir} \ +LIBEBML_LIB_DIR=%{_libdir} \ +staticlib +cd ../.. + +%install +[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT +cd make/linux +make prefix=$RPM_BUILD_ROOT/%{_prefix} libdir=$RPM_BUILD_ROOT/%{_libdir} install_staticlib install_headers +cd ../.. + +%clean +[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT + +%files devel +%defattr(-, root, root) +%{_includedir}/matroska/*.h +%{_includedir}/matroska/c/*.h +%{_libdir}/libmatroska.a + +%changelog +* Sat Apr 16 2005 Moritz Bunkus +- updated for the new libmatroska build targets +* Fri May 15 2003 Ronald Bultje +- create spec file diff --git a/make/linux/suse.spec b/make/linux/suse.spec index 69cb69e..9da2f9c 100644 --- a/make/linux/suse.spec +++ b/make/linux/suse.spec @@ -1,73 +1,73 @@ -# -# spec file for package libmatroska for (at least) SuSE 9.0, 9.1 -# -# Copyright (c) 2004 SUSE LINUX AG, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. -# -# Please submit bugfixes or comments via http://www.suse.de/feedback/ -# - -# neededforbuild gcc-c++ libebml libstdc++-devel - -BuildRequires: bzip2 cpp libebml make tar zlib zlib-devel binutils gcc gcc-c++ libstdc++-devel perl rpm - -Name: libmatroska -URL: http://dl.matroska.org/downloads/libmatroska/ -Version: 0.8.1 -Release: 1 -Summary: library to deal with matroska files. -License: LGPL -Group: Development/Libraries/Other -Source: %{name}-%{version}.tar.bz2 -Summary: library to deal with matroska files. -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Prefix: /usr - -%description -libmatroska is a C++ libary to parse Matroska files (.mkv and .mka). It -depends on libebml to work. You only need this package to compile your -own applications. - - - -Authors: --------- - Steve Lhomme - Moritz Bunkus - -%prep -rm -rf $RPM_BUILD_ROOT -%setup - -%build -export CFLAGS="$RPM_OPT_FLAGS" -cd make/linux -make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} staticlib - -%install -cd make/linux -make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install_staticlib install_headers - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -%run_ldconfig - -%postun -%run_ldconfig - -%files -%defattr (-,root,root) -%{_libdir}/libmatroska.a -/usr/include/matroska -# /usr/include/ebml/* - -%changelog -n libmatroska -* Sat Apr 16 2005 - moritz@bunkus.org -- updated for the new libmatroska build targets -* Thu Sep 02 2004 - seife@suse.de -- add libebml to neededforbuild -* Wed Sep 01 2004 - seife@suse.de -- initial submission +# +# spec file for package libmatroska for (at least) SuSE 9.0, 9.1 +# +# Copyright (c) 2004 SUSE LINUX AG, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# + +# neededforbuild gcc-c++ libebml libstdc++-devel + +BuildRequires: bzip2 cpp libebml make tar zlib zlib-devel binutils gcc gcc-c++ libstdc++-devel perl rpm + +Name: libmatroska +URL: http://dl.matroska.org/downloads/libmatroska/ +Version: 1.0.0 +Release: 1 +Summary: library to deal with matroska files. +License: LGPL +Group: Development/Libraries/Other +Source: %{name}-%{version}.tar.bz2 +Summary: library to deal with matroska files. +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Prefix: /usr + +%description +libmatroska is a C++ libary to parse Matroska files (.mkv and .mka). It +depends on libebml to work. You only need this package to compile your +own applications. + + + +Authors: +-------- + Steve Lhomme + Moritz Bunkus + +%prep +rm -rf $RPM_BUILD_ROOT +%setup + +%build +export CFLAGS="$RPM_OPT_FLAGS" +cd make/linux +make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} staticlib + +%install +cd make/linux +make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install_staticlib install_headers + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%run_ldconfig + +%postun +%run_ldconfig + +%files +%defattr (-,root,root) +%{_libdir}/libmatroska.a +/usr/include/matroska +# /usr/include/ebml/* + +%changelog -n libmatroska +* Sat Apr 16 2005 - moritz@bunkus.org +- updated for the new libmatroska build targets +* Thu Sep 02 2004 - seife@suse.de +- add libebml to neededforbuild +* Wed Sep 01 2004 - seife@suse.de +- initial submission