]> git.pld-linux.org Git - packages/bluefish.git/commitdiff
- added regenerating configuration files
authorfilon <filon@sokrates.mimuw.edu.pl>
Sat, 25 Aug 2001 11:53:48 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added patch: %%{name}-ac_lt.patch to use libtool
- spec ac-2.5 ready

Changed files:
    bluefish.spec -> 1.30

bluefish.spec

index 653e63728d5627754939ded605a9014ead51dce3..3c172dd15360d89f870efae1c70e02a939b61fb0 100644 (file)
@@ -9,6 +9,7 @@ Group(pl):      X11/Aplikacje/Edytory
 Source0:       http://bluefish.openoffice.nl/download/%{name}-%{version}.tar.bz2
 Source1:       %{name}.desktop
 Patch0:                %{name}-DESTDIR.patch
+Patch1:                %{name}-ac_lt.patch
 URL:           http://bluefish.openoffice.nl/
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: imlib-devel
@@ -32,10 +33,14 @@ do
 
 %prep 
 %setup -q
-%patch -p0
+%patch0 -p1
+%patch1 -p1
 
 %build
 gettextize --copy --force
+libtoolize --copy --force
+aclocal
+autoconf
 %configure \
        --with-install-location=%{_datadir}/bluefish
 %{__make}
This page took 0.037066 seconds and 4 git commands to generate.