]> git.pld-linux.org Git - packages/fbterm.git/commitdiff
- up to 1.5
authorwitekfl <witekfl@pld-linux.org>
Sun, 26 Apr 2009 18:57:36 +0000 (18:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added the install.patch
- regenerated build files, added BRs

Changed files:
    fbterm.spec -> 1.11

fbterm.spec

index a503e6324ac37e8bcd128313ad97d18b45e78b61..e92d493869d375020e930d436c1cedc0d69ea618 100644 (file)
@@ -1,17 +1,21 @@
 Summary:       Terminal emulator for framebuffer
 Summary(pl.UTF-8):     Emulator terminala dla framebuffera
 Name:          fbterm
-Version:       1.4
+Version:       1.5
 Release:       1
 License:       GPL v2
 Group:         Applications/Graphics
 Source0:       http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: 58543d0e630bc9bfd7cda93b5e844564
+# Source0-md5: 8f4eb318718aac9f16bf3bd4e401c936
+Patch0:                %{name}-install.patch
 URL:           http://code.google.com/p/fbterm/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: fontconfig-devel
 BuildRequires: freetype-devel
 BuildRequires: gpm-devel
 BuildRequires: libstdc++-devel
+BuildRequires: libtool
 BuildRequires: ncurses
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,8 +38,14 @@ Features include:
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 tic -o terminfo terminfo/fbterm
This page took 0.076273 seconds and 4 git commands to generate.