rpms/renameutils/F-9 import.log, NONE, 1.1 renameutils.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Ploujnikov plouj at fedoraproject.org
Sun Mar 22 19:22:42 UTC 2009


Author: plouj

Update of /cvs/pkgs/rpms/renameutils/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16698/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log renameutils.spec 
Log Message:
* Sun Mar 22 2009 Michael Ploujnikov <ploujj at gmail.com> 0.10.0-3
- Initial CVS import for F9



--- NEW FILE import.log ---
renameutils-0_10_0-3_fc9:F-9:renameutils-0.10.0-3.fc9.src.rpm:1237749696


--- NEW FILE renameutils.spec ---
Name:		renameutils
Version:	0.10.0
Release:	3%{?dist}
Summary:	A set of programs to make renaming and copying of files easier

Group:		Applications/File
License:	GPLv3+
URL:		http://www.nongnu.org/renameutils
Source0:	http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	readline-devel
BuildRequires:  gettext

%description

The file renaming utilities (renameutils for short) are a set of
programs designed to make renaming of files faster and less
cumbersome.

The file renaming utilities consists of five programs - qmv, qcp, imv,
icp and deurlname.

The qmv ("quick move") program allows file names to be edited in a
text editor. The names of all files in a directory are written to a
text file, which is then edited by the user. The text file is read and
parsed, and the changes are applied to the files.

The qcp ("quick cp") program works like qmv, but copies files instead
of moving them.

The imv ("interactive move") program, is trivial but useful when you
are too lazy to type (or even complete) the name of the file to rename
twice. It allows a file name to be edited in the terminal using the
GNU Readline library. icp copies files.

The deurlname program removes URL encoded characters (such as %20
representing space) from file names. Some programs such as w3m tend to
keep those characters encoded in saved files.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README TODO COPYING NEWS AUTHORS
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Thu Mar 19 2009 Michael Ploujnikov <ploujj at gmail.com> 0.10.0-3
- Made the summary more exact

* Thu Mar 19 2009 Michael Ploujnikov <ploujj at gmail.com> 0.10.0-2
- fixed timestamps
- added AUTHORS to documentation
- improved the URL
- removed readline from Requires
- properly handled locales

* Sun Mar 15 2009 Michael Ploujnikov <ploujj at gmail.com> 0.10.0-1
- Intial Fedora build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/renameutils/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Mar 2009 05:32:36 -0000	1.1
+++ .cvsignore	22 Mar 2009 19:22:12 -0000	1.2
@@ -0,0 +1 @@
+renameutils-0.10.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/renameutils/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Mar 2009 05:32:36 -0000	1.1
+++ sources	22 Mar 2009 19:22:12 -0000	1.2
@@ -0,0 +1 @@
+77f2bb9a18bb25c7cc3c23b64f2d394b  renameutils-0.10.0.tar.gz




More information about the fedora-extras-commits mailing list