]> git.pld-linux.org Git - packages/g2gui.git/blame - g2gui.spec
- tabs in preamble
[packages/g2gui.git] / g2gui.spec
CommitLineData
6c3fc0ef 1# TODO: It's GPL, so either noarch, or it should be compiled from source (source very old and lots of problems with it), patch for g2gui needed (to change LIBDIR), problem with bug (g2gui.jar must be rebuild)
39ecfe38 2%define _pver pre1-linux-jar-gtk
1a6fe8b0 3Summary: Graphical user interface for p2p cores
03ace7f8 4Summary(pl.UTF-8): Interfejs graficzny dla p2p
39ecfe38 5Name: g2gui
6Version: 0.3.0
b72f3cfb 7Release: 0.1
39ecfe38 8License: CPL/GPL
9Group: X11/Applications/Networking
10Source0: http://download.berlios.de/mldonkey/%{name}-%{version}-%{_pver}.tar.bz2
11# Source0-md5: 7f4770e42530215f51fb320029aa2732
12URL: http://developer.berlios.de/projects/mldonkey/
6c3fc0ef 13ExclusiveArch: %{ix86}
70bb851d 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39ecfe38 15
16%description
70bb851d 17MLDonkey G2gui is a next-generation crossplatform Graphical User
18Interface to the MLDonkey core. Its goal is to be userfriendly and
19powerful, using state of the art Java-techniques like SWT and other
20parts of the eclipse framework.
39ecfe38 21
d64ccb30
JR
22%description -l pl.UTF-8
23MLDonkey G2gui jest zaawansowaną graficzną konsolą umożliwiającą
24zarządzanie rdzeniem MLDonkey. Główną zaletą G2gui jest łatwy i
25intuicyjny w obsłudze interfejs napisany w technologii Java.
39ecfe38 26
27%prep
28%setup -q -n %{name}-%{version}-%{_pver}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_libdir}/%{name}}
33
34install g2gui $RPM_BUILD_ROOT%{_bindir}
35install lib/* $RPM_BUILD_ROOT%{_libdir}/%{name}
36install g2submit/* $RPM_BUILD_ROOT%{_datadir}/%{name}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
39ecfe38 41%files
70bb851d 42%defattr(644,root,root,755)
39ecfe38 43%doc distrib/ChangeLog.txt distrib/license-cpl.txt distrib/license-gpl.txt distrib/README.txt distrib/TODO.txt
1a6fe8b0
JB
44%attr(755,root,root) %{_bindir}/*
45%attr(755,root,root) %{_libdir}/%{name}
46%{_datadir}/%{name}
This page took 0.033994 seconds and 4 git commands to generate.