Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > f19d108555ec057a20cd27fb44b768c5 > files > 3

sfm-1.7.2-17mdk.src.rpm

%define name sfm
%define version 1.7.2
%define release 17mdk

Summary: A Simple File Manager
Name: %{name}
Version: %{version}
Release: %{release}
Source0: ftp.mandrakesoft.com/pub/pixel/%{name}-%{version}.src.tar.bz2
Patch0: sfm-gcc34.diff.bz2
URL: http://merd.net/pixel/sfm.html
License: GPL
Group: File tools
Packager: Pixel <pixel@mandrakesoft.com>
Requires: file
BuildRequires: gtk+-devel
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
This program is a simple file manager. It's meant to be small and fast
and have a lot of shortcuts. You can associate actions with files
(using its extension or its type given by file(1)).  A popup menu
gives you the available commands and shortcuts.  You can have multiple
views talking between each others.  The filenames are colored using
the LS_COLORS variable.  You can also use it as a directory traveller.
It uses the gtk+ library.

%prep
%setup -q -n %{name}
%patch0 -p0
%build
(
 cd src
 make CFLAGS="$RPM_OPT_FLAGS"
)

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}

install -s src/sfm $RPM_BUILD_ROOT%{_bindir}/
install -m 644 sfm.1 $RPM_BUILD_ROOT%{_mandir}/man1/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc BUGS COPYING Changes README TODO *.lsm
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Mon Nov  1 2004 Michael Scherer <misc@mandrake.org> 1.7.2-17mdk
- Fix compilation

* Fri Jun  4 2004 Pixel <pixel@mandrakesoft.com> 1.7.2-16mdk
- rebuild

* Mon May  5 2003 Pixel <pixel@mandrakesoft.com> 1.7.2-15mdk
- rebuild for new rpm

* Thu Oct 11 2001 Pixel <pixel@mandrakesoft.com> 1.7.2-14mdk
- remove french translation in .spec
- remove menu

* Tue Sep 11 2001 Stefan van der Eijk <stefan@eijk.nu> 1.7.2-13mdk
- BuildRequires:	gtk+-devel
- Copyright --> License
- Removed BuildRequires:	XFree86-devel
- Requires: /usr/bin/file --> file

* Mon Jul  2 2001 Pixel <pixel@mandrakesoft.com> 1.7.2-12mdk
- rebuild

* Wed Mar 14 2001 Pixel <pixel@mandrakesoft.com> 1.7.2-11mdk
- add requires /usr/bin/file

* Tue Nov  7 2000 Pixel <pixel@mandrakesoft.com> 1.7.2-10mdk
- remove menu

* Tue Oct 10 2000 Pixel <pixel@mandrakesoft.com> 1.7.2-9mdk
- cleanup ugly icon handling (dadousux)

* Mon Oct 02 2000 Daouda Lo <daouda@mandrakesoft.com> 1.7.2-8mdk
- provide icons for mdk menu (shame on u pixel ;)

* Wed Aug 23 2000 Pixel <pixel@mandrakesoft.com> 1.7.2-7mdk
- add packager field

* Mon Aug 07 2000 Frederic Lepied <flepied@mandrakesoft.com> 1.7.2-6mdk
- automatically added BuildRequires

* Wed Jul 19 2000 Pixel <pixel@mandrakesoft.com> 1.7.2-5mdk
- rebuild with clean clean_menus

* Wed Jul 19 2000 Pixel <pixel@mandrakesoft.com> 1.7.2-4mdk
- BM, macroziation

* Wed Mar 29 2000 Pixel <pixel@mandrakesoft.com> 1.7.2-3mdk
- add menu

* Sat Mar 25 2000 Pixel <pixel@mandrakesoft.com> 1.7.2-2mdk
- new group

* Sun Dec 19 1999 Pixel <pixel@mandrakesoft.com>
- rebuild
- new version (bug fix, -geometry option added)

* Mon Nov 22 1999 Pixel <pixel@linux-mandrake.com>
- build release

* Sat Jul 17 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>

- First version for Mandrake distribution.


# end of file