]> git.pld-linux.org Git - packages/aide.git/commitdiff
- aide-flex_fix.patch -> remove included
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Mon, 15 Dec 2003 03:12:04 +0000 (03:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added patch4 -> error while building language file
- patches updated
- mark off --with-extra-includes=/usr/include/ <- configure error

Changed files:
    aide.spec -> 1.48

aide.spec

index a1495ad861dcefdeccd99025a3439787344b1ca2..89e4451cc54eab0e239568df550f9961a41e4d79 100644 (file)
--- a/aide.spec
+++ b/aide.spec
@@ -16,8 +16,8 @@ Source4:      %{name}.sysconfig
 Patch0:                %{name}-autoconf.patch
 Patch1:                %{name}-NLS.patch
 Patch2:                %{name}-ac_fix.patch
-Patch3:                %{name}-flex_fix.patch
-Patch4:                %{name}-no_md.patch
+Patch3:                %{name}-no_md.patch
+Patch4:                %{name}-language-ru.patch
 URL:           http://www.cs.tut.fi/~rammer/aide.html
 BuildRequires: autoconf
 BuildRequires: automake
@@ -59,11 +59,11 @@ a detectar viola
 
 %prep
 %setup -q -b 0 -a 2
-#%patch0 -p1
+%patch0 -p1
 %patch1 -p1
-#%patch2 -p1
-#%patch3 -p1
-##%patch4 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 rm -f missing po/Makefile*
@@ -74,8 +74,8 @@ find . -name "*.c" -type f > po/POTFILES.in
 %{__autoconf}
 %{__automake}
 %configure \
-       --with-config-file=%{_sysconfdir}/aide.conf \
-       --with-extra-includes=/usr/include/
+       --with-config-file=%{_sysconfdir}/aide.conf
+#      --with-extra-includes=/usr/include/
 make
 
 %install
This page took 0.060842 seconds and 4 git commands to generate.