rpms/perl-File-ChangeNotify/F-12 perl-File-ChangeNotify.spec, 1.3, 1.4 sources, 1.3, 1.4

Chris Weyl cweyl at fedoraproject.org
Sat Mar 13 20:10:46 UTC 2010


Author: cweyl

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

Modified Files:
	perl-File-ChangeNotify.spec sources 
Log Message:
* Sat Mar 13 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.12-1
- update by Fedora::App::MaintainerTools 0.006
- PERL_INSTALL_ROOT => DESTDIR
- updating to latest GA CPAN version (0.12)
- added a new br on perl(Module::Build)
- dropped old BR on perl(Module::Build::Compat)



Index: perl-File-ChangeNotify.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-File-ChangeNotify/F-12/perl-File-ChangeNotify.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-File-ChangeNotify.spec	11 Aug 2009 07:54:24 -0000	1.3
+++ perl-File-ChangeNotify.spec	13 Mar 2010 20:10:45 -0000	1.4
@@ -1,35 +1,30 @@
-Name:       perl-File-ChangeNotify
-Version:    0.07
-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)
+Name:           perl-File-ChangeNotify
+Summary:        Watch for changes to files, cross-platform style
+Version:        0.12
+Release:        1%{?dist}
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+Source0:        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)
+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)
 
-### auto-added reqs!
 Requires:       perl(Carp)
 Requires:       perl(Class::MOP)
 Requires:       perl(File::Find)
@@ -40,6 +35,10 @@ Requires:       perl(MooseX::Params::Val
 Requires:       perl(MooseX::SemiAffordanceAccessor)
 Requires:       perl(Time::HiRes)
 
+
+%{?perl_default_filter}
+%{?perl_default_subpackage_tests}
+
 %description
 Watch for changes to files, easily, cleanly, and across different platforms.
 
@@ -54,7 +53,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
@@ -73,6 +72,16 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Mar 13 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.12-1
+- update by Fedora::App::MaintainerTools 0.006
+- PERL_INSTALL_ROOT => DESTDIR
+- updating to latest GA CPAN version (0.12)
+- added a new br on perl(Module::Build)
+- dropped old BR on perl(Module::Build::Compat)
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.07-2
+- rebuild against perl 5.10.1
+
 * Tue Aug 11 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.07-1
 - auto-update to 0.07 (by cpan-spec-update 0.01)
 - added a new req on perl(Carp) (version 0)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-File-ChangeNotify/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	11 Aug 2009 07:54:24 -0000	1.3
+++ sources	13 Mar 2010 20:10:46 -0000	1.4
@@ -1 +1 @@
-1459d99d91420d14d75bb5d000aa3aa2  File-ChangeNotify-0.07.tar.gz
+cce39304fb2f12acc8c8b2c5a0876b26  File-ChangeNotify-0.12.tar.gz




More information about the perl-devel mailing list