]> git.pld-linux.org Git - packages/flamerobin.git/commitdiff
- initial version
authorŁukasz Krotowski <lkrotowski@pld-linux.org>
Thu, 25 Jan 2007 02:13:57 +0000 (02:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flamerobin.spec -> 1.1

flamerobin.spec [new file with mode: 0644]

diff --git a/flamerobin.spec b/flamerobin.spec
new file mode 100644 (file)
index 0000000..a755253
--- /dev/null
@@ -0,0 +1,50 @@
+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
This page took 0.121117 seconds and 4 git commands to generate.