From 0ae35d3d9d0a00ba8bb3701fe875e40a1bd822f6 Mon Sep 17 00:00:00 2001 From: filon Date: Sat, 25 Aug 2001 11:52:09 +0000 Subject: [PATCH] - added regenerating configuration files - added patch: %{name}-am_lt.patch to use libtool - spec ac-2.5 ready Changed files: aria.spec -> 1.6 --- aria.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aria.spec b/aria.spec index b08ad7e..ae94e96 100644 --- a/aria.spec +++ b/aria.spec @@ -8,6 +8,7 @@ Group: X11/Applications/Networking Group(de): X11/Applikationen/Netzwerkwesen Group(pl): X11/Aplikacje/Sieciowe Source0: http://rabien.virtualave.net/linux/storage/sources/%{name}-%{version}.tar.bz2 +Patch0: %{name}-am_lt.patch URL: http://aria.rednoah.com/ BuildRequires: glib-devel >= 1.2.6 BuildRequires: gtk+-devel >= 1.2.6 @@ -37,9 +38,14 @@ specjalnych zachowa %prep %setup -q +%patch0 -p1 %build gettextize --copy --force +libtoolize --copy --force +aclocal +automake -a -c +autoconf %configure %{__make} -- 2.43.0