]> git.pld-linux.org Git - packages/libebml.git/blobdiff - libebml.spec
- updated for 0.7.4
[packages/libebml.git] / libebml.spec
index e09ab2e9607e1848926ee9f3b5fa71ac3c9fd912..bb460f40b215fe3200025e2f9224cf6a3568687b 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       Extensible Binary Meta Language access library
 Summary(pl):   Biblioteka dostêpu rozszerzalnego metajêzyka binarnego
 Name:          libebml
-Version:       0.7.2
+Version:       0.7.3
 Release:       1
-License:       GPL v2 or QPL
+License:       LGPL v2.1+
 Group:         Libraries
-Source0:       http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2
-# Source0-md5: d3196c1b89772bcabfffe5717bda33bc
+Source0:       http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
+# Source0-md5: 5d9fee0755cef7d7e88ee7065f3e728f
 Patch0:                %{name}-makefile.patch
+Patch1:                %{name}-gcc4.patch
 URL:           http://www.matroska.org/
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
@@ -51,12 +52,14 @@ Statyczna wersja biblioteki rozszerzalnego metaj
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__make} -C make/linux \
        prefix=%{_prefix} \
        libdir=%{_libdir} \
        CXX="%{__cxx}" \
+       CXXFLAGS="%{rpmcxxflags}" \
        LD="%{__cxx}" \
        LDFLAGS="%{rpmldflags}"\
        DEBUGFLAGS="%{rpmcflags} %{?debug:-DDEBUG}"
This page took 0.055539 seconds and 4 git commands to generate.