]> git.pld-linux.org Git - packages/flamerobin.git/blob - flamerobin.spec
- updated to 0.9.2
[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.9.2
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:  bb25fb767c87f135dc4a70d3a7344f06
10 URL:            http://flamerobin.sourceforge.net/
11 BuildRequires:  Firebird-devel
12 BuildRequires:  wxGTK2-unicode-devel >= 2.8.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 FlameRobin is a database administration tool for Firebird DBMS. It was
17 designed as a tool that is:
18 - lightweight (small footprint, fast execution),
19 - cross-platform (Linux, Windows, MacOS X, FreeBSD, Solaris),
20 - dependent only on other Open Source software.
21
22 %description -l pl.UTF-8
23 FlameRobin to narzędzie do administrowania bazami danych dla systemu
24 baz danych (DBMS) Firebird. Zostało zaprojektowane jako narzędzie:
25 - lekkie (mały narzut, szybkie wykonywanie)
26 - wieloplatformowe (Linux, Windows, MacOS X, FireBSD, Solaris)
27 - zależne tylko od innego oprogramowania Open Source
28
29 %prep
30 %setup -q -n %{name}-%{version}-src
31
32 %build
33 %configure \
34         WX_CONFIG_NAME=/usr/bin/wx-gtk2-unicode-config
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %attr(755,root,root) %{_bindir}/*
49 %{_datadir}/flamerobin
50 %{_mandir}/man?/*
51 %{_desktopdir}/*.desktop
52 %{_pixmapsdir}/*.png
This page took 0.059897 seconds and 3 git commands to generate.