]> git.pld-linux.org Git - packages/libnl.git/commitdiff
- build fixed.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 31 Oct 2006 08:10:58 +0000 (08:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libnl.spec -> 1.6

libnl.spec

index 3a1a4d95fd8f11f8d4b1d37100f23716f2c2fa99..a3c19b96fe82cf60a7a25dce10f22432dd1445dc 100644 (file)
@@ -3,13 +3,14 @@ Summary(pl):  Biblioteka do obs
 Name:          libnl
 Version:       1.0
 %define pre pre5
-Release:       0.%{pre}.1
+Release:       0.%{pre}.2
 License:       LGPL v2.1
 Group:         Libraries
 Source0:       http://people.suug.ch/~tgr/libnl/files/%{name}-%{version}-%{pre}.tar.gz
 # Source0-md5: 2cece8968bb36b4cc34b907b6e3c2178
 Source1:       %{name}-1.pc
 Patch0:                %{name}-no_root.patch
+Patch1:                %{name}-llh.patch
 URL:           http://people.suug.ch/~tgr/libnl/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -53,12 +54,15 @@ Statyczna biblioteka libnl.
 %prep
 %setup -q -n %{name}-%{version}-%{pre}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal}
 %{__autoconf}
+
 %configure \
        --enable-verbose-errors
+
 %{__make}
 
 %install
This page took 0.11336 seconds and 4 git commands to generate.