summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@dhcp-25-40.brq.redhat.com>2011-08-24 12:53:31 +0200
committerVít Ondruch <vondruch@dhcp-25-40.brq.redhat.com>2011-08-24 12:53:31 +0200
commit170ef3279fb44553c5ae6cc3955940c8b3401583 (patch)
treeeef3180b7ac89e292099e24e27a692745617c0d1
parent24c94659086a5eb1510fa09660dc3e0028492f97 (diff)
downloaddoublecmd-170ef3279fb44553c5ae6cc3955940c8b3401583.tar.gz
doublecmd-170ef3279fb44553c5ae6cc3955940c8b3401583.tar.xz
doublecmd-170ef3279fb44553c5ae6cc3955940c8b3401583.zip
Revision 3643.
-rw-r--r--doublecmd-gtk.spec47
1 files changed, 47 insertions, 0 deletions
diff --git a/doublecmd-gtk.spec b/doublecmd-gtk.spec
new file mode 100644
index 0000000..4333ae4
--- /dev/null
+++ b/doublecmd-gtk.spec
@@ -0,0 +1,47 @@
+%global doublecmd doublecmd
+
+Name: doublecmd-gtk
+Summary: Twin-panel (commander-style) file manager (GTK2)
+Version: 0.5.5
+Release: 1.svn3643%{?dist}
+URL: http://doublecmd.sourceforge.net
+# svn export -r 3643 https://doublecmd.svn.sourceforge.net/svnroot/doublecmd/trunk/ doublecmd-0.5.5
+# tar caf doublecmd-0.5.5.tar.xz doublecmd-0.5.5
+Source0: %{doublecmd}-%{version}.tar.xz
+License: GPL
+Group: Applications/File
+BuildRequires: fpc >= 2.4.0 fpc-src glib2-devel gtk2-devel lazarus >= 0.9.29
+BuildRequires: gdk-pixbuf-devel ncurses-devel dbus-devel bzip2-devel xorg-x11-proto-devel xorg-x11-xtrans-devel
+Provides: doublecmd
+
+%description
+Double Commander is a cross platform open source file manager with two panels side by side.
+It is inspired by Total Commander and features some new ideas.
+
+%prep
+%setup -q -n %{doublecmd}-%{version}
+
+%build
+./build.sh all gtk2
+
+%install
+install/linux/install.sh --install-prefix=%{buildroot}
+
+%files
+%defattr(-,root,root)
+%{_libdir}/%{doublecmd}
+%{_bindir}/%{doublecmd}
+%{_datadir}/%{doublecmd}
+%{_datadir}/pixmaps/%{doublecmd}.png
+%{_datadir}/applications/%{doublecmd}.desktop
+
+%changelog
+* Fri Jun 17 2011 Vít Ondruch <vondruch@redhat.com> - 0.5.5-1.svn3643
+- Version 0.5.5
+- Revision 3643.
+
+* Tue May 24 2011 Vít Ondruch <vondruch@redhat.com> - 0.4.6-2
+- Revision 3617.
+
+* Fri Jun 11 2010 - Alexander Koblov <Alexx2000@mail.ru>
+- Initial package, version 0.4.6