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

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


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/%{name}-%{version}.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 at redhat.com> 1.0.1beta-1
+- initial import




More information about the fedora-extras-commits mailing list