]> git.pld-linux.org Git - packages/libafdt.git/commitdiff
- added link patch
authorsparky <sparky@pld-linux.org>
Sat, 22 Jan 2011 14:53:48 +0000 (14:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- auto*toolize
- BR: autoconf, automake, libtool

Changed files:
    libafdt.spec -> 1.4

libafdt.spec

index bec67aebc0b6178027813d7617f56c42dfce6a17..f76f5ab2f2b3dfdb067c3fb092df2ef105fa3ce1 100644 (file)
@@ -13,8 +13,12 @@ Group:               Libraries
 Source0:       http://downloads.sourceforge.net/project/libafdt/%{name}-%{version}.tar.gz
 # Source0-md5: 8051b4e88c5804ce34e221cb62c5e672
 URL:           http://libafdt.sourceforge.net/
+Patch0:                %{name}-link.patch
+BuildRequires: autoconf
+BuildRequires: automake
 %{?with_apidocs:BuildRequires: doxygen}
 BuildRequires: libevent-devel >= 1.4.5
+BuildRequires: libtool
 %{?with_tests:BuildRequires:   python}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -63,8 +67,13 @@ Dokumentacja API biblioteki libafdt.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-shared \
        %{!?with_static_libs:--disable-static}
This page took 0.077655 seconds and 4 git commands to generate.