rpms/renrot/devel renrot.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andy Shevchenko (andriy) fedora-extras-commits at redhat.com
Sat Jun 3 15:39:04 UTC 2006


Author: andriy

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

Modified Files:
	.cvsignore sources 
Added Files:
	renrot.spec 
Log Message:
auto-import renrot-0.20-2 on branch devel from renrot-0.20-2.src.rpm


--- NEW FILE renrot.spec ---
Name:		renrot
Version:	0.20
Release:	2%{?dist}
License:	GPL or Artistic
Group:		Applications/Multimedia
Summary:	A program to rename and rotate files according to EXIF tags
URL:		http://freshmeat.net/projects/renrot/
Source0:	ftp://ftp.dn.farlep.net/pub/misc/renrot/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch
BuildRequires:	perl(Image::ExifTool) >= 5.61
BuildRequires:	perl(Getopt::Long) >= 2.34
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires:	libjpeg >= 6b

%description
Renrot renames files according the DateTimeOriginal and FileModifyDate
EXIF tags, if they exist. Otherwise, the name will be set according to
the current timestamp. Additionally, it rotates files and their
thumbnails, accordingly Orientation EXIF tag.

The script can also put commentary into the Commentary and UserComment
tags.

Personal details can be specified via XMP tags defined in a
configuration file.

%prep
%setup -q

%build
%{__perl} Makefile.PL PREFIX=%{_prefix}
make

%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=$RPM_BUILD_ROOT%{_prefix}

# Fix renrot permissions
chmod 755 $RPM_BUILD_ROOT%{_bindir}/renrot

# install rc-file
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
install -m644 renrot.rc $RPM_BUILD_ROOT%{_sysconfdir}/renrot.rc

# Remove some unwanted files
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS README ChangeLog NEWS TODO
%lang(ru) %doc README.russian
%{_bindir}/renrot
%{_mandir}/man1/*.1*
%config(noreplace) %{_sysconfdir}/renrot.rc

%changelog
* Sat Jun 03 2006 Andy Shevchenko <andriy at asplinux.com.ua> 0.20-2
- remove BR: perl
- fix renrot permissions

* Thu Jun 01 2006 Andy Shevchenko <andriy at asplinux.com.ua> 0.20-1
- update to 0.20

* Mon May 22 2006 Andy Shevchenko <andriy at asplinux.com.ua> 0.19.3-1
- update to 0.19.3

* Fri May 19 2006 Andy Shevchenko <andriy at asplinux.com.ua> 0.19.2-1
- update to 0.19.2

* Mon May 15 2006 Andy Shevchenko <andriy at asplinux.com.ua> 0.19-1
- update to 0.19

* Mon May 15 2006 Andy Shevchenko <andriy at asplinux.com.ua>
- install rc-file

* Mon May 01 2006 Andy Shevchenko <andriy at asplinux.com.ua> 0.16.1-1
- update to 0.16.1

* Tue Apr 18 2006 Andy Shevchenko <andriy at asplinux.com.ua>
- initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/renrot/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Jun 2006 15:38:27 -0000	1.1
+++ .cvsignore	3 Jun 2006 15:39:03 -0000	1.2
@@ -0,0 +1 @@
+renrot-0.20.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/renrot/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Jun 2006 15:38:27 -0000	1.1
+++ sources	3 Jun 2006 15:39:03 -0000	1.2
@@ -0,0 +1 @@
+b3261caa8ed7a6c87add693310feb9b9  renrot-0.20.tar.gz




More information about the scm-commits mailing list