summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Pala2003-08-21 18:39:22 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit69df500287fb5652e71ae13515566b1ae186b570 (patch)
treea7f59dfd5d8ab1a3847cc5eed2efb79bb14f2cfe
parent8986de35ce8e247540c82996f19a5ac88d2f4528 (diff)
downloadgiFT-FastTrack-69df500287fb5652e71ae13515566b1ae186b570.zip
giFT-FastTrack-69df500287fb5652e71ae13515566b1ae186b570.tar.gz
- upgraded to 0.8.3,
- BR: autoconf, automake, libtool, pkgconfig, - use ac/am macros, - there's no man page. Changed files: giFT-FastTrack.spec -> 1.2
-rw-r--r--giFT-FastTrack.spec15
1 files changed, 12 insertions, 3 deletions
diff --git a/giFT-FastTrack.spec b/giFT-FastTrack.spec
index 82fa430..032b8c4 100644
--- a/giFT-FastTrack.spec
+++ b/giFT-FastTrack.spec
@@ -1,14 +1,18 @@
Summary: FastTrack plugin for giFT
Summary(pl): Wtyczka FastTrack dla giFT
Name: giFT-FastTrack
-Version: 0.8.2
+Version: 0.8.3
Release: 1
License: GPL
Group: Applications/Communications
Source0: http://download.berlios.de/gift-fasttrack/%{name}-%{version}.tar.gz
-# Source0-md5: 515e090a190fc9c18faa114a61a2b6f7
+# Source0-md5: 2f355e357e8ef777acf7ff37be117fd4
URL: http://developer.berlios.de/projects/gift-fasttrack/
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: giFT-devel >= 0.10.0
+BuildRequires: libtool
+BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -27,6 +31,12 @@ działa.
%setup -q
%build
+rm -f missing
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure
%{__make}
@@ -45,4 +55,3 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_libdir}/giFT/*.so*
%{_libdir}/giFT/*.la
%{_datadir}/giFT/FastTrack
-%{_mandir}/man1/*