]> git.pld-linux.org Git - packages/libdom.git/blobdiff - libdom.spec
- libwapcapplet-devel >= 0.4.0
[packages/libdom.git] / libdom.spec
index 425818e49ac28f4a7d215fc08e40c36a753d4bed..4e96a2f81310528e151f4b03bdce2e873d413332 100644 (file)
@@ -5,23 +5,22 @@
 Summary:       Implementation of W3C DOM
 Summary(pl.UTF-8):     Implementacja W3C DOM
 Name:          libdom
-Version:       0.1.1
+Version:       0.3.1
 Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       http://download.netsurf-browser.org/libs/releases/%{name}-%{version}-src.tar.gz
-# Source0-md5: 48b46a8220e1a83a419846039e006af8
-Patch0:                no-Werror.patch
+# Source0-md5: c9dbc908997bb4bd2271b4ee892280aa
 URL:           http://www.netsurf-browser.org/projects/libdom/
 BuildRequires: expat-devel >= 1.95
-BuildRequires: libhubbub-devel >= 0.3.0
-BuildRequires: libparserutils-devel >= 0.2.0
-BuildRequires: libwapcaplet-devel >= 0.2.1
+BuildRequires: libhubbub-devel >= 0.3.3
+BuildRequires: libparserutils-devel >= 0.2.3
+BuildRequires: libwapcaplet-devel >= 0.4.0
 BuildRequires: libxml2-devel >= 2.0
-BuildRequires: netsurf-buildsystem >= 1.2
+BuildRequires: netsurf-buildsystem >= 1.5
 BuildRequires: pkgconfig
-Requires:      libparserutils >= 0.2.0
-Requires:      libwapcaplet >= 0.2.1
+Requires:      libparserutils >= 0.2.3
+Requires:      libwapcaplet >= 0.3.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -39,8 +38,8 @@ Summary:      libdom library headers
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki libdom
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      expat-devel
-Requires:      libhubbub-devel >= 0.3.0
+Requires:      expat-devel >= 1.95
+Requires:      libhubbub-devel >= 0.3.1
 
 %description devel
 This package contains the include files and other resources you can
@@ -64,9 +63,9 @@ Statyczna biblioteka libdom.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
+export AR="%{__ar}"
 export CC="%{__cc}"
 export CFLAGS="%{rpmcflags}"
 export LDFLAGS="%{rpmldflags}"
@@ -87,6 +86,12 @@ export LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
+export AR="%{__ar}"
+export CC="%{__cc}"
+export CFLAGS="%{rpmcflags}"
+export LDFLAGS="%{rpmldflags}"
+
 %{__make} install \
        Q= \
        PREFIX=%{_prefix} \
This page took 0.033063 seconds and 4 git commands to generate.