rpms/tuxcmd/devel tuxcmd.desktop, NONE, 1.1 tuxcmd.png, NONE, 1.1 tuxcmd.spec, NONE, 1.1

Tomas Bzatek (tbzatek) fedora-extras-commits at redhat.com
Tue Jun 3 08:09:42 UTC 2008


Author: tbzatek

Update of /cvs/extras/rpms/tuxcmd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18849

Added Files:
	tuxcmd.desktop tuxcmd.png tuxcmd.spec 
Log Message:
* Mon Jun  2 2008 Tomas Bzatek <tbzatek at redhat.com> 0.6.36-1
- Initial packaging



--- NEW FILE tuxcmd.desktop ---

[Desktop Entry]
Name=Tux Commander
Comment=A two panel file manager
Exec=tuxcmd
Icon=tuxcmd
Terminal=false
Type=Application
Categories=GNOME;GTK;Utility;FileManager;
StartupNotify=true


--- NEW FILE tuxcmd.spec ---
Name:           tuxcmd
Version:        0.6.36
Release:        1%{?dist}
Summary:        Tux Commander: file manager with 2 panels side by side using GTK2

Group:          Applications/File
License:        GPLv2+

# FreePascal restrictions
ExclusiveArch:  i386 i686 x86_64  

URL:            http://tuxcmd.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source1:        %{name}.desktop
Source2:        tuxcmd.png
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: fpc
BuildRequires: gtk2-devel
BuildRequires: desktop-file-utils

%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
file manager for Linux. Functionality can be further extended by pluggable
VFS (virtual file system) modules.


%prep
%setup -q


%build
make debug


%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 %{SOURCE1}
cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/

find $RPM_BUILD_ROOT -name COPYING -exec rm -f {} ';'
find $RPM_BUILD_ROOT -name README -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT



%files
%defattr(-,root,root,-)
%doc COPYING README
%{_bindir}/tuxcmd
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/tuxcmd.png


%changelog
* Mon Jun  2 2008 Tomas Bzatek <tbzatek at redhat.com> 0.6.36-1
- Initial packaging




More information about the fedora-extras-commits mailing list