rpms/perl-Panotools-Script/devel import.log, NONE, 1.1 perl-Panotools-Script.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bruno Postle (bpostle) fedora-extras-commits at redhat.com
Mon Jun 16 20:56:34 UTC 2008


Author: bpostle

Update of /cvs/pkgs/rpms/perl-Panotools-Script/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27654/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Panotools-Script.spec 
Log Message:
Initial SRPM import



--- NEW FILE import.log ---
perl-Panotools-Script-0_14-2_fc9:HEAD:perl-Panotools-Script-0.14-2.fc9.src.rpm:1213649650


--- NEW FILE perl-Panotools-Script.spec ---
Name:           perl-Panotools-Script
Version:        0.14
Release:        2%{?dist}
Summary:        Panorama Tools scripting
License:        GPLv2+
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Panotools-Script/
Source0:        http://search.cpan.org/CPAN/authors/id/B/BP/BPOSTLE/Panotools-Script-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(GraphViz) >= 1
BuildRequires:  perl(Image::Size) >= 2.9
Requires:       perl(GraphViz) >= 1
Requires:       perl(Image::Size) >= 2.9
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# added manually
Requires:       hugin-base libpano13-tools ImageMagick enblend zenity autotrace
BuildRequires:  perl(Test::More) desktop-file-utils

%description
Library and utilities for manipulating project files created by the hugin photo
stitching software.

%prep
%setup -q -n Panotools-Script-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

# added manually
desktop-file-install --vendor="fedora" \
  --dir=%{buildroot}/%{_datadir}/applications desktop/*.desktop

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

# added manually
%post
update-desktop-database &> /dev/null ||:

# added manually
%postun
update-desktop-database &> /dev/null ||:

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*
# added manually
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_mandir}/man1/*

%changelog
* Thu Jun 12 2008 Bruno Postle <bruno at postle.net> 0.14-2
- Changes suggested by package review

* Mon Jun 09 2008 Bruno Postle <bruno at postle.net> 0.14-1
- Specfile autogenerated by cpanspec 1.75.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Panotools-Script/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Jun 2008 16:07:48 -0000	1.1
+++ .cvsignore	16 Jun 2008 20:55:51 -0000	1.2
@@ -0,0 +1 @@
+Panotools-Script-0.14.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Panotools-Script/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Jun 2008 16:07:48 -0000	1.1
+++ sources	16 Jun 2008 20:55:51 -0000	1.2
@@ -0,0 +1 @@
+da472058c73d602cb8bb58c681469c0a  Panotools-Script-0.14.tar.gz




More information about the fedora-extras-commits mailing list