SPECS: vifm.spec (NEW) - initial - not perfect: vifm segfaults, I don't kno...

uzsolt uzsolt at pld-linux.org
Sun Oct 5 20:53:16 CEST 2008


Author: uzsolt                       Date: Sun Oct  5 18:53:16 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial
- not perfect: vifm segfaults, I don't know, why

---- Files affected:
SPECS:
   vifm.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/vifm.spec
diff -u /dev/null SPECS/vifm.spec:1.1
--- /dev/null	Sun Oct  5 20:53:16 2008
+++ SPECS/vifm.spec	Sun Oct  5 20:53:11 2008
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:	Vifm is a ncurses based file manager with vi like keybindings
+Summary(hu.UTF-8):	Vifm egy ncurses-alapú fájlkezelő vi-szerű billentyűzetkombinációkkal.
+Name:		vifm
+Version:	0.4
+Release:	0.1
+License:	GPL
+Patch0:		%{name}-fix-datadir.patch
+Group:		Applications/Shells
+Source0:	http://dl.sourceforge.net/vifm/%{name}-%{version}.tar.bz2
+# Source0-md5:	645071e1449d44d7957b78c1c094e454
+URL:		http://vifm.sourceforge.net
+BuildRequires:	ncurses-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Vifm is a ncurses based file manager with vi like keybindings.
+
+%description -l hu.UTF-8
+Vifm egy ncurses-alapú fájlkezelő vi-szerű billentyűzetkombinációkkal.
+
+%prep
+%setup -q
+%patch0 -p1
+
+
+%build
+%{__aclocal}
+%{__libtoolize}
+%{__autoconf}
+%{__automake}
+%configure \
+	--disable-static
+%{__make}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+install src/vifmrc $RPM_BUILD_ROOT%{_datadir}/vifm/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/10/05 18:53:11  uzsolt
+- initial
+- not perfect: vifm segfaults, I don't know, why
+
================================================================


More information about the pld-cvs-commit mailing list