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