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