rpms/perl-Filesys-Notify-Simple/F-12 import.log, NONE, 1.1 perl-Filesys-Notify-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Sat Apr 3 17:57:38 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-Filesys-Notify-Simple/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7150/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Filesys-Notify-Simple.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Filesys-Notify-Simple-0_05-1_fc12:F-12:perl-Filesys-Notify-Simple-0.05-1.fc12.src.rpm:1270317453


--- NEW FILE perl-Filesys-Notify-Simple.spec ---
Name:           perl-Filesys-Notify-Simple
Summary:        Simple and dumb file system watcher
Version:        0.05
Release:        1%{?dist}
License:        GPL+ or Artistic
Group:          Development/Libraries
Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Filesys-Notify-Simple-%{version}.tar.gz 
URL:            http://search.cpan.org/dist/Filesys-Notify-Simple
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:      noarch

BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires:  perl(Filter::Util::Call)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::SharedFork)
BuildRequires:  perl(Linux::Inotify2)

Requires:       perl(Linux::Inotify2)

%{?perl_default_filter}
%{?perl_default_subpackage_tests}

%description
Filesys::Notify::Simple is a simple but unified interface to get
notifications of changes to a given filesystem path.

%prep
%setup -q -n Filesys-Notify-Simple-%{version}

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

%install
rm -rf %{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 ';'

%{_fixperms} %{buildroot}/*

%check
make test


%clean
rm -rf %{buildroot}

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

%changelog
* Sat Mar 20 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.05-1
- specfile by Fedora::App::MaintainerTools 0.006



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Filesys-Notify-Simple/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Apr 2010 17:50:17 -0000	1.1
+++ .cvsignore	3 Apr 2010 17:57:38 -0000	1.2
@@ -0,0 +1 @@
+Filesys-Notify-Simple-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Filesys-Notify-Simple/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Apr 2010 17:50:17 -0000	1.1
+++ sources	3 Apr 2010 17:57:38 -0000	1.2
@@ -0,0 +1 @@
+16e0a9f1705437b0233b4b1d95e3dc04  Filesys-Notify-Simple-0.05.tar.gz



More information about the scm-commits mailing list