Name: knoda
Summary: Database frontend
Version: 0.8.1
Release: 1
License: GPL
Group: Applications/Databases
URL: http://www.knoda.org/
Description: knoda is a database frontend for KDE. It is based on hk_classes.
Knoda allows you to:
* define and delete databases
* create, alter and delete tables and indices
* add, change and delete data in tables
* define, execute and store sql queries
* import and export CSV data
* define and use forms
* define and print reports
* write your own extensions using the integrated Python interpreter as
scripting language
The build could not start because of the following missing build requirements:
The build could not start because of the following missing build requirements:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: bugreport@knoda.org # Screenshot: http://hk-classes.sourceforge.net/screenshots/relationeditor.html # ScreenshotURL: http://hk-classes.sourceforge.net/screenshot.html # ExcludeDist: el3 fc1 Summary: Database frontend Name: knoda Version: 0.8.1 Release: 1%{?dist} License: GPL Group: Applications/Databases URL: http://www.knoda.org/ Source: http://dl.sf.net/knoda/knoda-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gcc-c++, gettext BuildRequires: kdelibs-devel, hk_classes BuildRequires: python-devel %{?el4:BuildRequires: libselinux-devel} %{?fc3:BuildRequires: libselinux-devel} %{?fc2:BuildRequires: libselinux-devel} %description knoda is a database frontend for KDE. It is based on hk_classes. Knoda allows you to: * define and delete databases * create, alter and delete tables and indices * add, change and delete data in tables * define, execute and store sql queries * import and export CSV data * define and use forms * define and print reports * write your own extensions using the integrated Python interpreter as scripting language %package devel Summary: Header files, libraries and development documentation for %{name}. Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the header files, static libraries and development documentation for %{name}. If you like to develop programs using %{name}, you will need to install %{name}-devel. %prep %setup %build source %{_sysconfdir}/profile.d/qt.sh %{__perl} -pi.orig -e 's|\$\(datadir\)|\$(picsdatadir)|g' hk_kdeclasses/pics/Makefile.* knoda/pics/Makefile.* %{__perl} -pi.orig -e 's|^datadir|picsdatadir|g' hk_kdeclasses/pics/Makefile.* knoda/pics/Makefile.* %configure LDFLAGS="$LDFLAGS -L/usr/X11R6/%{_lib}" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} source %{_sysconfdir}/profile.d/qt.sh %makeinstall # with stripping: 21Mb -> 2Mb %{__strip} %{buildroot}%{_libdir}/libhk_kdeclasses.so %find_lang %{name} %post /sbin/ldconfig 2>/dev/null %postun /sbin/ldconfig 2>/dev/null %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README %{_bindir}/knoda %{_bindir}/knoda-rt %{_libdir}/libhk_kdeclasses.* %{_libdir}/kde3/libhk* %{_datadir}/apps/hk_kdeclasses %{_datadir}/apps/knoda %{_datadir}/config/magic/hk_classes.magic %{_datadir}/services/*.desktop %{_datadir}/icons/*/*/apps/*.png %{_datadir}/applnk/Office/*.desktop %{_datadir}/mimelnk/application/x-hk_classes-sqlite*.desktop %{_datadir}/mimelnk/application/x-hk_connection.desktop %{_datadir}/mimelnk/application/x-paradox.desktop %{_datadir}/mimelnk/application/x-xbase.desktop %{_datadir}/doc/HTML/en/knoda %files devel %defattr(-, root, root, 0755) %{_includedir}/hk_*.h %changelog * Sat May 06 2006 Dries Verachtert <dries@ulyssis.org> - 0.8.1-1 - Updated to release 0.8.1. * Thu Mar 30 2006 Dries Verachtert <dries@ulyssis.org> - 0.8-2 - Simplify buildequirements: kdelibs-devel already requires xorg-x11-devel/XFree86-devel * Wed Nov 02 2005 Dries Verachtert <dries@ulyssis.org> - 0.8-1 - Update to release 0.8. * Sun Jun 25 2005 Dries Verachtert <dries@ulyssis.org> - 0.7.4-1 - Update to release 0.7.4. * Thu Mar 31 2005 Dries Verachtert <dries@ulyssis.org> - 0.7.3-1 - Update to release 0.7.3. * Sat Dec 04 2004 Dries Verachtert <dries@ulyssis.org> - 0.7.2-1 - Update to release 0.7.2. * Sat Oct 02 2004 Dries Verachtert <dries@ulyssis.org> - 0.7.1-1 - Update to version 0.7.1. * Mon Jul 12 2004 Dries Verachtert <dries@ulyssis.org> - 0.7-1 - Update to version 0.7. * Sat May 29 2004 Dries Verachtert <dries@ulyssis.org> - 0.6.3-1 - Initial package.