Author: wolvverine Date: Fri Jul 22 13:22:43 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - NFY - problem with kexi libs (is /usr/lib/libkexi*.so.0 and search /usr/lib/libkexi*.so)
---- Files affected: SPECS: keximdb.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/keximdb.spec diff -u /dev/null SPECS/keximdb.spec:1.1 --- /dev/null Fri Jul 22 15:22:43 2005 +++ SPECS/keximdb.spec Fri Jul 22 15:22:38 2005 @@ -0,0 +1,83 @@ +# $Revision$, $Date$ +# +Summary: Kexi MDB +Summary(pl): Kexi MDB +Name: keximdb +Version: 0.9 +Release: 0.1 +License: GPL v2 +Group: Applications/Databases +Source0: http://sunsite.icm.edu.pl/pub/unix/kde/stable/apps/KDE3.x/database/%{name}-%{version}.tar.gz +# Source0-md5: 93db33e0d7d488694166e53f41192f38 +URL: http://www.kexi-project.org/ +BuildRequires: automake +BuildRequires: glib2-devel +BuildRequires: kdelibs-devel +BuildRequires: kexi-devel +BuildRequires: kexi +BuildRequires: pkgconfig +Requires: kexi +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description + +%description -l pl + +%prep +%setup -q -n %{name}-%{version} + +%build + +%configure --with-kexidb-includes=%{_includedir}/kexidb \ + --with-kexidb-libraries=%{_libdir} \ + --with-qt-libraries=%{_libdir} \ + --without-arts \ + --enable-debug + +# --with-extra-includes=DIR +# --with-extra-libs=DIR +# --with-qt-dir=DIR +# --with-qt-includes=DIR. +# --with-libiconv-prefix=DIR + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%pre + +%post + +%preun + +%postun + +%files +%defattr(644,root,root,755) +%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO + +# if _sysconfdir != /etc: +#%%dir %{_sysconfdir} +#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* + +#%attr(755,root,root) %{_bindir}/* + +#%{_datadir}/%{name} + +# initscript and its config +#%attr(754,root,root) /etc/rc.d/init.d/%{name} +#%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
