]> git.pld-linux.org Git - packages/eclipse-plugin-quickimage.git/commitdiff
- initial (thx to Kuba Sochacki <soshi (at) epf (dot) pl>)
authorMichał Łukaszek <mlukaszek+pld@gmail.com>
Wed, 8 Jun 2005 14:20:15 +0000 (14:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-plugin-quickimage.spec -> 1.1

eclipse-plugin-quickimage.spec [new file with mode: 0644]

diff --git a/eclipse-plugin-quickimage.spec b/eclipse-plugin-quickimage.spec
new file mode 100644 (file)
index 0000000..e113f2e
--- /dev/null
@@ -0,0 +1,46 @@
+Summary:       QuickImage - plugin for Eclipse
+Summary(pl):   QuickImage - wtyczka do ¶rodowiska Eclipse
+Name:          eclipse-plugin-quickimage
+Version:       0.2.0
+Release:       1
+License:       CPL
+Group:         Development/Languages
+Source0:       http://psnet.nu/eclipse/quickimage/files/nu.psnet.quickimage_%{version}.zip
+# Source0-md5: d6c5d7c7baf450d907123888f876a4eb
+URL:           http://psnet.nu/eclipse/quickimage/
+BuildRequires: unzip
+Requires:      eclipse >= 3.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _eclipse_arch   %(echo %{_target_cpu} | sed 's/i.86/x86/;s/athlon/x86/;s/pentium./x86/')
+%define                _eclipsedir     %{_libdir}/eclipse
+
+%description
+The QuickImage plugin provides an eclipse-editor for viewing images.
+You can browse images one by one in fullsize or all as thumbnails.
+Use the toolbar to navigate or by single/double clicking the images.
+By default QuickImage associates its editor with .gif .jpg .jpeg .png .bmp .ico
+
+%description -l pl
+Wtyczka QuickImage dodaje edytor dla eclipse do podgl±du obrazków.
+Mo¿esz przegl±daæ obrazki jeden po drugim w pe³nym rozmiarze, lub wszystkie jako miniaturki.
+Domy¶lnie QuickImage kojarzy swój edytor z .gif .jpg .jpeg .png .bmp .ico
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_eclipsedir}/plugins
+
+cp -r * $RPM_BUILD_ROOT%{_eclipsedir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{_eclipsedir}
+%dir %{_eclipsedir}/plugins
+%{_eclipsedir}/plugins/*
This page took 0.069768 seconds and 4 git commands to generate.