rpms/perl-File-ChangeNotify/F-11 import.log, NONE, 1.1 perl-File-ChangeNotify.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Wed Jun 10 04:55:06 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-File-ChangeNotify/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14141/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-File-ChangeNotify.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-File-ChangeNotify-0_06-1_fc10:F-11:perl-File-ChangeNotify-0.06-1.fc10.src.rpm:1244609673


--- NEW FILE perl-File-ChangeNotify.spec ---
Name:       perl-File-ChangeNotify 
Version:    0.06 
Release:    1%{?dist}
# lib/File/ChangeNotify.pm -> GPL+ or Artistic
# lib/File/ChangeNotify/Event.pm -> GPL+ or Artistic
# lib/File/ChangeNotify/Watcher.pm -> GPL+ or Artistic
# lib/File/ChangeNotify/Watcher/Default.pm -> GPL+ or Artistic
# lib/File/ChangeNotify/Watcher/Inotify.pm -> GPL+ or Artistic
License:    GPL+ or Artistic 
Group:      Development/Libraries
Summary:    Watch for changes to files, cross-platform style 
Source:     http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/File-ChangeNotify-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/File-ChangeNotify
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch
BuildRequires: perl(Carp)
BuildRequires: perl(Class::MOP)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Module::Pluggable::Object)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Params::Validate) >= 0.08
BuildRequires: perl(MooseX::SemiAffordanceAccessor)
BuildRequires: perl(Test::More)
BuildRequires: perl(Time::HiRes)

%description
Watch for changes to files, easily, cleanly, and across different platforms.


%prep
%setup -q -n File-ChangeNotify-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Mon Jun 08 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.06-1
- submission

* Sun Jun 07 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.06-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-File-ChangeNotify/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	10 Jun 2009 04:45:43 -0000	1.1
+++ .cvsignore	10 Jun 2009 04:54:36 -0000	1.2
@@ -0,0 +1 @@
+File-ChangeNotify-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-File-ChangeNotify/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	10 Jun 2009 04:45:43 -0000	1.1
+++ sources	10 Jun 2009 04:54:36 -0000	1.2
@@ -0,0 +1 @@
+87f970acdfce7fbacba63aa3746b4cfb  File-ChangeNotify-0.06.tar.gz




More information about the fedora-extras-commits mailing list