rpms/perl-Linux-Inotify2/devel auto.ini, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-Linux-Inotify2.spec, 1.3, 1.4 sources, 1.2, 1.3

Chris Weyl cweyl at fedoraproject.org
Sun Feb 28 04:48:30 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-Linux-Inotify2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24476

Modified Files:
	.cvsignore perl-Linux-Inotify2.spec sources 
Added Files:
	auto.ini 
Log Message:
* Sun Feb 28 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.21-1
- update by Fedora::App::MaintainerTools 0.004
- PERL_INSTALL_ROOT => DESTDIR
- added a new br on perl(common::sense) (version 0)
- dropped old BR on perl(Test::Simple)
- added a new req on perl(common::sense) (version 0)



--- NEW FILE auto.ini ---
[add_build_requires]
perl(Test::Simple)=0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Linux-Inotify2/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	9 Jun 2009 00:28:28 -0000	1.2
+++ .cvsignore	28 Feb 2010 04:48:29 -0000	1.3
@@ -1 +1 @@
-Linux-Inotify2-1.2.tar.gz
+Linux-Inotify2-1.21.tar.gz


Index: perl-Linux-Inotify2.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Linux-Inotify2/devel/perl-Linux-Inotify2.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Linux-Inotify2.spec	7 Dec 2009 07:05:44 -0000	1.3
+++ perl-Linux-Inotify2.spec	28 Feb 2010 04:48:30 -0000	1.4
@@ -1,24 +1,21 @@
-Name:       perl-Linux-Inotify2 
-Version:    1.2 
-Release:    3%{?dist}
-# COPYING -> GPL+ or Artistic 
-License:    GPL+ or Artistic
-Group:      Development/Libraries
-Summary:    Scalable directory/file change notification 
-Source:     http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Linux-Inotify2-%{version}.tar.gz 
-Url:        http://search.cpan.org/dist/Linux-Inotify2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-BuildRequires: perl(ExtUtils::MakeMaker)
-# testing
-BuildRequires: perl(Test::Simple)
-
-# don't "provide" private Perl libs
-%global _use_internal_dependency_generator 0
-%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u
-%global __find_provides /bin/sh -c "%{__grep} -v %{_docdir} | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
-%global __find_requires /bin/sh -c "%{__grep} -v %{_docdir} | %{__deploop R}"
+Name:           perl-Linux-Inotify2 
+Summary:        Scalable directory/file change notification 
+Version:        1.21
+Release:        1%{?dist}
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+Source0:        http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Linux-Inotify2-%{version}.tar.gz 
+URL:            http://search.cpan.org/dist/Linux-Inotify2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+BuildRequires:  perl(common::sense)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+
+Requires:       perl(common::sense)
+
+%{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 This module implements an interface to the Linux 2.6.13+
@@ -43,7 +40,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} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -64,6 +61,13 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Feb 28 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.21-1
+- update by Fedora::App::MaintainerTools 0.004
+- PERL_INSTALL_ROOT => DESTDIR
+- added a new br on perl(common::sense) (version 0)
+- dropped old BR on perl(Test::Simple)
+- added a new req on perl(common::sense) (version 0)
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 1.2-3
 - rebuild against perl 5.10.1
 
@@ -76,4 +80,3 @@ rm -rf %{buildroot} 
 * Sun Jun 07 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.2-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Linux-Inotify2/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	9 Jun 2009 00:28:28 -0000	1.2
+++ sources	28 Feb 2010 04:48:30 -0000	1.3
@@ -1 +1 @@
-3acafbec22a3e9c88ee788397773fd83  Linux-Inotify2-1.2.tar.gz
+5aee608d90fc9a23df1edcf6d2c3ad4c  Linux-Inotify2-1.21.tar.gz




More information about the perl-devel mailing list