]> git.pld-linux.org Git - packages/flamerobin.git/blob - flamerobin.spec
379d947051ad593a412680f31b2033d85f6bcbad
[packages/flamerobin.git] / flamerobin.spec
1 Summary:        Database administration tool for Firebird DBMS
2 Summary(pl.UTF-8):      Narzędzie do administrowania bazy danych dla Firebirda
3 Name:           flamerobin
4 Version:        0.7.6
5 Release:        1
6 License:        BSD-like
7 Group:          Applications/Databases
8 Source0:        http://dl.sourceforge.net/flamerobin/%{name}-%{version}-src.tar.gz
9 # Source0-md5:  8ef6c222b162a0e2b24ee8b54380491c
10 URL:            http://flamerobin.sourceforge.net/
11 BuildRequires:  Firebird-devel
12 BuildRequires:  autoconf
13 BuildRequires:  bakefile
14 BuildRequires:  ibpp-devel
15 BuildRequires:  wxGTK2-devel >= 2.6.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 FlameRobin is a database administration tool for Firebird DBMS. It was
20 designed as a tool that is:
21 - lightweight (small footprint, fast execution),
22 - cross-platform (Linux, Windows, MacOS X, FreeBSD, Solaris),
23 - dependent only on other Open Source software.
24
25 %description -l pl.UTF-8
26 FlameRobin to narzędzie do administrowania bazami danych dla systemu
27 baz danych (DBMS) Firebird. Zostało zaprojektowane jako narzędzie:
28 - lekkie (mały narzut, szybkie wykonywanie)
29 - wieloplatformowe (Linux, Windows, MacOS X, FireBSD, Solaris)
30 - zależne tylko od innego oprogramowania Open Source
31
32 %prep
33 %setup -q -n %{name}-%{version}-src
34
35 %build
36 bakefile_gen
37 %{__aclocal}
38 %{__autoconf}
39 %configure \
40         WX_CONFIG_NAME=/usr/bin/wx-gtk2-ansi-config
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -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.213683 seconds and 2 git commands to generate.