Author: notting
Update of /cvs/extras/rpms/aqhbci-qt-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20748
Modified Files: aqhbci-qt-tools.spec Log Message: various fixes from the list
Index: aqhbci-qt-tools.spec =================================================================== RCS file: /cvs/extras/rpms/aqhbci-qt-tools/devel/aqhbci-qt-tools.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aqhbci-qt-tools.spec 28 Feb 2005 21:14:01 -0000 1.1 +++ aqhbci-qt-tools.spec 28 Feb 2005 21:54:19 -0000 1.2 @@ -1,5 +1,5 @@ Name: aqhbci-qt-tools -Summary: Setup wizard and debugger for the HBCI backend for the Aqbanking library. +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/%%7Bname%7D-%%7Bversion%7D.tar.gz @@ -8,8 +8,6 @@ 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 @@ -30,16 +28,14 @@ make DESTDIR=$RPM_BUILD_ROOT install
%clean -[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT - -%post -/sbin/ldconfig - -%postun -/sbin/ldconfig +rm -rf $RPM_BUILD_ROOT
%files -%defattr(-,root,root) +%defattr(-,root,root,755) %doc AUTHORS README COPYING ChangeLog -%{_libdir}/aqbanking/plugins -%{_datadir}/%{name}/i18n +%{_libdir}/aqbanking/plugins/ +%{_datadir}/%{name}/ + +%changelog +* Mon Feb 28 2005 Bill Nottingham notting@redhat.com 1.0.1beta-1 +- initial import
scm-commits@lists.fedoraproject.org