summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2014-12-01 15:40:39 +0100
committerVít Ondruch <vondruch@redhat.com>2014-12-01 15:40:39 +0100
commit2d36b7e4ae48eecac59af8cdd010cfc588b7a268 (patch)
tree3c5743e1562636ad6b721ef20e5e11bd85f29a55
parent4d34e5c9cb2c9264d8f20ad569237706e9695b20 (diff)
downloaddoublecmd-2d36b7e4ae48eecac59af8cdd010cfc588b7a268.tar.gz
doublecmd-2d36b7e4ae48eecac59af8cdd010cfc588b7a268.tar.xz
doublecmd-2d36b7e4ae48eecac59af8cdd010cfc588b7a268.zip
Revision 5681.
-rw-r--r--doublecmd-gtk.spec16
1 files changed, 13 insertions, 3 deletions
diff --git a/doublecmd-gtk.spec b/doublecmd-gtk.spec
index 8095f6e..5edfaf2 100644
--- a/doublecmd-gtk.spec
+++ b/doublecmd-gtk.spec
@@ -1,13 +1,13 @@
%global doublecmd doublecmd
-%global svn_revision 5447
+%global svn_revision 5681
Name: doublecmd-gtk
Summary: Twin-panel (commander-style) file manager (GTK2)
Version: 0.6.0
Release: 0.svn%{svn_revision}%{?dist}
URL: http://doublecmd.sourceforge.net
-# svn export -r 5447 http://svn.code.sf.net/p/doublecmd/code/trunk doublecmd-0.6.0
-# tar caf doublecmd-0.6.0-r5447.tar.xz doublecmd-0.6.0
+# svn export -r 5681 http://svn.code.sf.net/p/doublecmd/code/trunk doublecmd-0.6.0
+# tar caf doublecmd-0.6.0-r5681.tar.xz doublecmd-0.6.0
Source0: %{doublecmd}-%{version}-r%{svn_revision}.tar.xz
License: GPL
Group: Applications/File
@@ -23,9 +23,16 @@ It is inspired by Total Commander and features some new ideas.
%setup -q -n %{doublecmd}-%{version}
%build
+# Keep the debugingo.
+sed -i '/strip/d' build.sh
+
./build.sh all gtk2
%install
+# .zdli is generated by beta targed. Not sure what is the difference.
+# http://doublecmd.sourceforge.net/mantisbt/view.php?id=963
+sed -i '/\.zdli/d' install/linux/install.sh
+
install/linux/install.sh --install-prefix=%{buildroot}
%files
@@ -38,6 +45,9 @@ install/linux/install.sh --install-prefix=%{buildroot}
%doc %{_mandir}/man1/*
%changelog
+* Mon Dec 01 2014 Vít Ondruch <vondruch@redhat.com> - 0.6.0-0.svn5681
+- Revision 5681.
+
* Mon Feb 03 2014 Vít Ondruch <vondruch@redhat.com> - 0.6.0-0.svn5447
- Revision 5447.