rpms/aqhbci-qt-tools/devel aqhbci-qt-tools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Mon Feb 28 21:14:03 UTC 2005


Author: notting

Update of /cvs/extras/rpms/aqhbci-qt-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20138

Modified Files:
	.cvsignore sources 
Added Files:
	aqhbci-qt-tools.spec 
Log Message:
initial import



--- NEW FILE aqhbci-qt-tools.spec ---
Name: aqhbci-qt-tools
Summary: Setup wizard and debugger for the HBCI backend for the Aqbanking library.
Version: 1.0.1beta
Release: 1
Source: http://download.sourceforge.net/aqhbci/%{name}-%{version}.tar.gz
Group: System Environment/Libraries
License: GPL
URL: http://sourceforge.net/projects/aqhbci
BuildRequires: gwenhywfar-devel aqbanking-devel aqhbci-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prereq: /sbin/ldconfig
Prefix: %{_prefix}

%description 
This package contains the QT setup wizard and a debugger for the HBCI backend
for the Aqbanking library which implements a client for the German HBCI 
(Home Banking Computer Interface) protocol.

%prep
%setup -q

%build
[ -z "$QTDIR" ] && . /etc/profile.d/qt.sh
%{configure}
make

%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT

make DESTDIR=$RPM_BUILD_ROOT install

%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT

%post
/sbin/ldconfig

%postun
/sbin/ldconfig

%files
%defattr(-,root,root)
%doc AUTHORS README COPYING ChangeLog
%{_libdir}/aqbanking/plugins
%{_datadir}/%{name}/i18n


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/aqhbci-qt-tools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Feb 2005 21:09:24 -0000	1.1
+++ .cvsignore	28 Feb 2005 21:14:01 -0000	1.2
@@ -0,0 +1 @@
+aqhbci-qt-tools-1.0.1beta.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/aqhbci-qt-tools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Feb 2005 21:09:24 -0000	1.1
+++ sources	28 Feb 2005 21:14:01 -0000	1.2
@@ -0,0 +1 @@
+298257e81ef9f758603260607f821a83  aqhbci-qt-tools-1.0.1beta.tar.gz




More information about the fedora-extras-commits mailing list