rpms/tuxcmd/F-12 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 tuxcmd.spec, 1.16, 1.17 tuxcmd-0.6.36-libc.patch, 1.1, NONE tuxcmd-0.6.62-lib64.patch, 1.1, NONE tuxcmd.desktop, 1.1, NONE tuxcmd.png, 1.2, NONE

Tomas Bzatek tbzatek at fedoraproject.org
Mon Oct 26 10:12:50 UTC 2009


Author: tbzatek

Update of /cvs/extras/rpms/tuxcmd/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21949

Modified Files:
	.cvsignore sources tuxcmd.spec 
Removed Files:
	tuxcmd-0.6.36-libc.patch tuxcmd-0.6.62-lib64.patch 
	tuxcmd.desktop tuxcmd.png 
Log Message:
* Mon Oct 26 2009 Tomas Bzatek <tbzatek at redhat.com> 0.6.69-git20091026.1
- Rebase to latest git
- Enable PowerPC architectures



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tuxcmd/F-12/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	9 Apr 2009 10:22:40 -0000	1.6
+++ .cvsignore	26 Oct 2009 10:12:49 -0000	1.7
@@ -1,2 +1,2 @@
-tuxcmd-0.6.62.git20090409.tar.bz2
-tuxcmd-modules-0.6.62.git20090409.tar.bz2
+tuxcmd-0.6.69.git20091026.tar.bz2
+tuxcmd-modules-0.6.69.git20091026.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tuxcmd/F-12/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	9 Apr 2009 10:22:40 -0000	1.6
+++ sources	26 Oct 2009 10:12:49 -0000	1.7
@@ -1,2 +1,2 @@
-e5a675fb29e4df6d73ff8a4ad26d94bf  tuxcmd-0.6.62.git20090409.tar.bz2
-ddaff924b6a3e340e066a6b670ff922f  tuxcmd-modules-0.6.62.git20090409.tar.bz2
+8f1c4ae4b1df121d9c6d527e16909e5b  tuxcmd-0.6.69.git20091026.tar.bz2
+f908778f267d862c22e37ad3c957cea0  tuxcmd-modules-0.6.69.git20091026.tar.bz2


Index: tuxcmd.spec
===================================================================
RCS file: /cvs/extras/rpms/tuxcmd/F-12/tuxcmd.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- tuxcmd.spec	27 Jul 2009 06:22:37 -0000	1.16
+++ tuxcmd.spec	26 Oct 2009 10:12:50 -0000	1.17
@@ -1,33 +1,28 @@
 Name:           tuxcmd
-Version:        0.6.62
-Release:        git20090409.2%{?dist}.1
+Version:        0.6.69
+Release:        git20091026.1%{?dist}
 Summary:        Tux Commander: file manager with 2 panels side by side using GTK2
 
 Group:          Applications/File
 License:        GPLv2+
 
 # FreePascal restrictions
-ExclusiveArch:  %{ix86} x86_64  
+ExcludeArch:    s390 s390x
 
 URL:            http://tuxcmd.sourceforge.net/
 # Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 # Source1:        http://downloads.sourceforge.net/%{name}/%{name}-modules-%{version}.tar.bz2
-Source0:        %{name}-%{version}.git20090409.tar.bz2
-Source1:        %{name}-modules-%{version}.git20090409.tar.bz2
-Source2:        %{name}.desktop
-Source3:        tuxcmd.png
+Source0:        %{name}-%{version}.git20091026.tar.bz2
+Source1:        %{name}-modules-%{version}.git20091026.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: fpc >= 2.2.2-2
+BuildRequires: fpc >= 2.2.4-4%{?dist}.2
 BuildRequires: gtk2-devel
 BuildRequires: desktop-file-utils
 
 # turn smartlinking off, not needed anymore with fpc-2.2.2-2
 Patch4: tuxcmd-disable-smartlinking.patch
 
-# enable searching for modules in lib64 dirs
-Patch5: tuxcmd-0.6.62-lib64.patch
-
 %description
 Tux Commander is open-source file manager with 2 panels side by side written
 for GTK2. The main goal of this project is to create powerful user-friendly
@@ -66,11 +61,10 @@ This package contains networking GVFS mo
 %setup -q -b 1
 
 %patch4 -p1 -b .disable-smartlinking
-%patch5 -p1 -b .lib64
 
 %build
 
-make debug
+make final_debug
 
 # build modules
 cd ../%{name}-modules-%{version}
@@ -80,9 +74,9 @@ make CC="gcc %{optflags}" CPP="g++ %{opt
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT/usr
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
-desktop-file-install --vendor="" --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE2}
-cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/pixmaps/
+desktop-file-install --delete-original  \
+  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+    $RPM_BUILD_ROOT%{_datadir}/applications/tuxcmd.desktop
 
 find $RPM_BUILD_ROOT -name COPYING -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -name README -exec rm -f {} ';'
@@ -101,6 +95,20 @@ cp -pr zip/{COPYING,README} doc/zip
 rm -rf $RPM_BUILD_ROOT
 
 
+%post
+update-desktop-database %{_datadir}/applications &> /dev/null
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
+fi
+
+%postun
+update-desktop-database %{_datadir}/applications &> /dev/null
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
+fi
+
 
 %files
 %defattr(-,root,root,-)
@@ -108,7 +116,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/tuxcmd
 %{_bindir}/tuxcmd
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/tuxcmd.png
+%{_datadir}/icons/hicolor/*/apps/*.png
+%{_datadir}/icons/hicolor/scalable/apps/*.svg
+
 
 %files modules
 %defattr(-,root,root,-)
@@ -125,6 +135,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Oct 26 2009 Tomas Bzatek <tbzatek at redhat.com> 0.6.69-git20091026.1
+- Rebase to latest git
+- Enable PowerPC architectures
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.62-git20090409.2.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


--- tuxcmd-0.6.36-libc.patch DELETED ---


--- tuxcmd-0.6.62-lib64.patch DELETED ---


--- tuxcmd.desktop DELETED ---




More information about the fedora-extras-commits mailing list