Author: lkrotowski Date: Thu Jan 25 02:14:02 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial version
---- Files affected: SPECS: flamerobin.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/flamerobin.spec diff -u /dev/null SPECS/flamerobin.spec:1.1 --- /dev/null Thu Jan 25 03:14:02 2007 +++ SPECS/flamerobin.spec Thu Jan 25 03:13:57 2007 @@ -0,0 +1,61 @@ +# $Revision$, $Date$ +Summary: Database administration tool for Firebird DBMS +Name: flamerobin +Version: 0.7.6 +Release: 1 +License: BSD-like +Group: Applications/Databases +Source0: http://dl.sourceforge.net/flamerobin/%{name}-%{version}-src.tar.gz +# Source0-md5: 8ef6c222b162a0e2b24ee8b54380491c +URL: http://flamerobin.sourceforge.net/ +BuildRequires: Firebird-devel +BuildRequires: autoconf +BuildRequires: bakefile +BuildRequires: ibpp-devel +BuildRequires: wxGTK2-devel >= 2.6.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +FlameRobin is a database administration tool for Firebird DBMS. It was +designed as a tool that is: +- lightweight (small footprint, fast execution), +- cross-platform (Linux, Windows, Mac OS X, FreeBSD, Solaris), +- dependent only on other Open Source software. + +%prep +%setup -q -n %{name}-%{version}-src + +%build +bakefile_gen +%{__aclocal} +%{__autoconf} +%configure \ + WX_CONFIG_NAME=/usr/bin/wx-gtk2-ansi-config +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +%{_datadir}/flamerobin +%{_mandir}/man?/* +%{_desktopdir}/*.desktop +%{_pixmapsdir}/*.png + +%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 + +$Log$ +Revision 1.1 2007/01/25 02:13:57 lkrotowski +- initial version + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
