]> git.pld-linux.org Git - packages/eclipse-plugin-quickimage.git/blame - eclipse-plugin-quickimage.spec
- tabs in preamble
[packages/eclipse-plugin-quickimage.git] / eclipse-plugin-quickimage.spec
CommitLineData
7bb9afdc 1Summary: QuickImage - plugin for Eclipse
04d6facc 2Summary(pl.UTF-8): QuickImage - wtyczka do środowiska Eclipse
7bb9afdc
3Name: eclipse-plugin-quickimage
4Version: 0.2.0
5Release: 1
6License: CPL
7Group: Development/Languages
8Source0: http://psnet.nu/eclipse/quickimage/files/nu.psnet.quickimage_%{version}.zip
9# Source0-md5: d6c5d7c7baf450d907123888f876a4eb
10URL: http://psnet.nu/eclipse/quickimage/
11BuildRequires: unzip
12Requires: eclipse >= 3.0
13BuildArch: noarch
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%define _eclipse_arch %(echo %{_target_cpu} | sed 's/i.86/x86/;s/athlon/x86/;s/pentium./x86/')
a805a92d 17%define _eclipsedir %{_libdir}/eclipse
7bb9afdc
18
19%description
20The QuickImage plugin provides an eclipse-editor for viewing images.
2e670364
21You can browse images one by one in fullsize or all as thumbnails. Use
22the toolbar to navigate or by single/double clicking the images. By
23default QuickImage associates its editor with .gif .jpg .jpeg .png
a805a92d 24.bmp .ico .
7bb9afdc 25
9b46d58e
JR
26%description -l pl.UTF-8
27Wtyczka QuickImage dodaje edytor dla eclipse do podglądu obrazków.
28Umożliwia przeglądanie obrazków jeden po drugim w pełnym rozmiarze,
29lub wszystkich jako miniaturkek. Domyślnie QuickImage kojarzy swój
a805a92d 30edytor z .gif .jpg .jpeg .png .bmp .ico .
7bb9afdc
31
32%prep
33%setup -q -c
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT%{_eclipsedir}/plugins
38
39cp -r * $RPM_BUILD_ROOT%{_eclipsedir}
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%dir %{_eclipsedir}
47%dir %{_eclipsedir}/plugins
48%{_eclipsedir}/plugins/*
This page took 0.075192 seconds and 4 git commands to generate.