]> granicus.if.org Git - libmatroska/commitdiff
Updated version numbers and fixed DOS style newlines in spec files
authorMoritz Bunkus <moritz@bunkus.org>
Mon, 21 Jun 2010 21:55:51 +0000 (21:55 +0000)
committerMoritz Bunkus <moritz@bunkus.org>
Mon, 21 Jun 2010 21:55:51 +0000 (21:55 +0000)
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@332 a6f86f6d-0131-4f8e-9e7b-e335508773d5

make/linux/fedora-core.spec
make/linux/suse.spec

index 7683c1db10985051da8a259bc899dd024f9f899c..d2700e6209fc452e7cb1e5842798201f997a2043 100644 (file)
@@ -1,61 +1,61 @@
-# SPEC file for (at least) Fedora Core 1, 2, 3\r
-\r
-Name:          libmatroska\r
-Version: 0.8.1\r
-Release: 1\r
-License:       LGPL\r
-Summary:       Matroska Video Container\r
-Group:         System Environment/Libraries\r
-URL:           http://www.matroska.org/\r
-Vendor:         Moritz Bunkus <moritz@bunkus.org>\r
-Source:        http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2\r
-BuildRoot:     %{_tmppath}/%{name}-root\r
-\r
-%description\r
-Matroska aims to become THE Standard of Multimedia Container Formats.\r
-It was derived from a project called MCF, but differentiates from it\r
-significantly because it is based on  EBML (Extensible Binary Meta\r
-Language), a binary derivative of XML. EBML enables the Matroska\r
-Development Team to gain significant advantages in terms of future\r
-format extensibility, without breaking file support in old parsers.\r
-\r
-%package devel\r
-Summary:       Matroska Video Container headers/development files\r
-Group:         Development/Libraries\r
-\r
-%description devel\r
-Headers for libmatroska.\r
-\r
-%prep\r
-%setup -q\r
-\r
-%build\r
-cd make/linux\r
-CFLAGS="$RPM_OPT_FLAGS" \\r
-make \\r
-prefix="%{_prefix}" \\r
-LIBEBML_INCLUDE_DIR=%{_includedir} \\r
-LIBEBML_LIB_DIR=%{_libdir} \\r
-staticlib\r
-cd ../..\r
-\r
-%install\r
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT\r
-cd make/linux\r
-make prefix=$RPM_BUILD_ROOT/%{_prefix} libdir=$RPM_BUILD_ROOT/%{_libdir} install_staticlib install_headers\r
-cd ../..\r
-\r
-%clean\r
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT\r
-\r
-%files devel\r
-%defattr(-, root, root)\r
-%{_includedir}/matroska/*.h\r
-%{_includedir}/matroska/c/*.h\r
-%{_libdir}/libmatroska.a\r
-\r
-%changelog\r
-* Sat Apr 16 2005 Moritz Bunkus <moritz@bunkus.org>\r
-- updated for the new libmatroska build targets\r
-* Fri May 15 2003 Ronald Bultje <rbultje@ronald.bitfreak.net>\r
-- create spec file\r
+# 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 <moritz@bunkus.org>
+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 <moritz@bunkus.org>
+- updated for the new libmatroska build targets
+* Fri May 15 2003 Ronald Bultje <rbultje@ronald.bitfreak.net>
+- create spec file
index 69cb69e19c28d4b2e59e2146d27c825f4c036e28..9da2f9cd7e8f00f04841694fc27fa8a75ddbece6 100644 (file)
@@ -1,73 +1,73 @@
-#\r
-# spec file for package libmatroska for (at least) SuSE 9.0, 9.1\r
-#\r
-# Copyright (c) 2004 SUSE LINUX AG, Nuernberg, Germany.\r
-# This file and all modifications and additions to the pristine\r
-# package are under the same license as the package itself.\r
-#\r
-# Please submit bugfixes or comments via http://www.suse.de/feedback/\r
-#\r
-\r
-# neededforbuild  gcc-c++ libebml libstdc++-devel\r
-\r
-BuildRequires: bzip2 cpp libebml make tar zlib zlib-devel binutils gcc gcc-c++ libstdc++-devel perl rpm\r
-\r
-Name:         libmatroska\r
-URL:          http://dl.matroska.org/downloads/libmatroska/\r
-Version: 0.8.1\r
-Release: 1\r
-Summary:      library to deal with matroska files.\r
-License:      LGPL\r
-Group:        Development/Libraries/Other\r
-Source:       %{name}-%{version}.tar.bz2\r
-Summary:      library to deal with matroska files.\r
-BuildRoot:    %{_tmppath}/%{name}-%{version}-build\r
-Prefix:       /usr\r
-\r
-%description\r
-libmatroska is a C++ libary to parse Matroska files (.mkv and .mka). It\r
-depends on libebml to work. You only need this package to compile your\r
-own applications.\r
-\r
-\r
-\r
-Authors:\r
---------\r
-    Steve Lhomme <steve.lhomme@free.fr>\r
-    Moritz Bunkus <moritz@bunkus.org>\r
-\r
-%prep\r
-rm -rf $RPM_BUILD_ROOT\r
-%setup\r
-\r
-%build\r
-export CFLAGS="$RPM_OPT_FLAGS"\r
-cd make/linux\r
-make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} staticlib\r
-\r
-%install\r
-cd make/linux\r
-make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install_staticlib install_headers\r
-\r
-%clean\r
-rm -rf $RPM_BUILD_ROOT\r
-\r
-%post\r
-%run_ldconfig\r
-\r
-%postun\r
-%run_ldconfig\r
-\r
-%files\r
-%defattr (-,root,root)\r
-%{_libdir}/libmatroska.a\r
-/usr/include/matroska\r
-# /usr/include/ebml/*\r
-\r
-%changelog -n libmatroska\r
-* Sat Apr 16 2005 - moritz@bunkus.org\r
-- updated for the new libmatroska build targets\r
-* Thu Sep 02 2004 - seife@suse.de\r
-- add libebml to neededforbuild\r
-* Wed Sep 01 2004 - seife@suse.de\r
-- initial submission\r
+#
+# 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 <steve.lhomme@free.fr>
+    Moritz Bunkus <moritz@bunkus.org>
+
+%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