]> git.pld-linux.org Git - packages/flamerobin.git/blame - flamerobin.spec
- updated to 0.8.6
[packages/flamerobin.git] / flamerobin.spec
CommitLineData
34a1c0ad 1Summary: Database administration tool for Firebird DBMS
a41a1ee8 2Summary(pl.UTF-8): Narzędzie do administrowania bazy danych dla Firebirda
34a1c0ad 3Name: flamerobin
3b8d7ca1
KK
4Version: 0.8.6
5Release: 0.1
34a1c0ad
ŁK
6License: BSD-like
7Group: Applications/Databases
8Source0: http://dl.sourceforge.net/flamerobin/%{name}-%{version}-src.tar.gz
3b8d7ca1 9# Source0-md5: b3c38dbe013f0196b3de31395bb7405b
34a1c0ad 10URL: http://flamerobin.sourceforge.net/
34a1c0ad 11BuildRequires: autoconf
3b8d7ca1 12BuildRequires: automake
34a1c0ad
ŁK
13BuildRequires: bakefile
14BuildRequires: ibpp-devel
15BuildRequires: wxGTK2-devel >= 2.6.0
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19FlameRobin is a database administration tool for Firebird DBMS. It was
20designed as a tool that is:
21- lightweight (small footprint, fast execution),
5805897e 22- cross-platform (Linux, Windows, MacOS X, FreeBSD, Solaris),
34a1c0ad
ŁK
23- dependent only on other Open Source software.
24
05b32f12
JR
25%description -l pl.UTF-8
26FlameRobin to narzędzie do administrowania bazami danych dla systemu
27baz danych (DBMS) Firebird. Zostało zaprojektowane jako narzędzie:
28- lekkie (mały narzut, szybkie wykonywanie)
5805897e 29- wieloplatformowe (Linux, Windows, MacOS X, FireBSD, Solaris)
05b32f12 30- zależne tylko od innego oprogramowania Open Source
5805897e 31
34a1c0ad
ŁK
32%prep
33%setup -q -n %{name}-%{version}-src
34
35%build
36bakefile_gen
37%{__aclocal}
38%{__autoconf}
39%configure \
40 WX_CONFIG_NAME=/usr/bin/wx-gtk2-ansi-config
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%attr(755,root,root) %{_bindir}/*
55%{_datadir}/flamerobin
56%{_mandir}/man?/*
57%{_desktopdir}/*.desktop
58%{_pixmapsdir}/*.png
This page took 0.212605 seconds and 4 git commands to generate.