SPECS: vifm.spec - added Polish %desc and Summary - use complete URL - GPL ...
pawelz
pawelz at pld-linux.org
Mon Oct 6 10:24:39 CEST 2008
Author: pawelz Date: Mon Oct 6 08:24:39 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added Polish %desc and Summary
- use complete URL
- GPL version
- verbose %files
---- Files affected:
SPECS:
vifm.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/vifm.spec
diff -u SPECS/vifm.spec:1.2 SPECS/vifm.spec:1.3
--- SPECS/vifm.spec:1.2 Sun Oct 5 22:22:05 2008
+++ SPECS/vifm.spec Mon Oct 6 10:24:33 2008
@@ -1,16 +1,17 @@
# $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.
+Summary(pl.UTF-8): Menedżer plików oparty o ncurses obsługiwany komendami zaczerpniętymi z vi.
Name: vifm
Version: 0.4
Release: 1
-License: GPL
+License: GPL v2
Patch0: %{name}-fix-datadir.patch
Patch1: %{name}-use_malloc.patch
Group: Applications/Shells
Source0: http://dl.sourceforge.net/vifm/%{name}-%{version}.tar.bz2
# Source0-md5: 645071e1449d44d7957b78c1c094e454
-URL: http://vifm.sourceforge.net
+URL: http://vifm.sourceforge.net/
BuildRequires: ncurses-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -20,6 +21,11 @@
%description -l hu.UTF-8
Vifm egy ncurses-alapú fájlkezelő vi-szerű billentyűzetkombinációkkal.
+%description -l pl.UTF-8
+Vifm jest menedżerem plików obsługiwanym za pomocą komend
+analogicznych do komend programu vi. Interfejs vifm jest napisany w
+ncurses.
+
%prep
%setup -q
%patch0 -p1
@@ -48,9 +54,13 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/pauseme
+%attr(755,root,root) %{_bindir}/vifm
%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/*
+%{_datadir}/%{name}/vifm-help.txt
+%{_datadir}/%{name}/vifm.txt
+%{_datadir}/%{name}/vifm.vim
+%{_datadir}/%{name}/vifmrc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -58,6 +68,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2008/10/06 08:24:33 pawelz
+- added Polish %desc and Summary
+- use complete URL
+- GPL version
+- verbose %files
+
Revision 1.2 2008/10/05 20:22:05 sparky
- added use_malloc patch, works
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vifm.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list