2007-03-14 11:35:43 +00:00
|
|
|
#
|
2011-03-18 09:24:13 +00:00
|
|
|
# spec file for package perl-Linux-Inotify2
|
2007-03-14 11:35:43 +00:00
|
|
|
#
|
2011-03-18 09:24:13 +00:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-03-14 11:35:43 +00:00
|
|
|
#
|
2008-11-21 16:03:32 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2007-03-14 11:35:43 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
2008-11-21 16:03:32 +00:00
|
|
|
|
2007-03-14 11:35:43 +00:00
|
|
|
Name: perl-Linux-Inotify2
|
|
|
|
|
Summary: scalable directory/file change notification
|
2011-06-16 07:53:58 +00:00
|
|
|
Version: 1.22
|
2011-11-11 11:19:28 +00:00
|
|
|
Release: 1
|
2007-03-14 11:35:43 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2011-03-17 09:05:14 +00:00
|
|
|
License: GPL+ or Artistic
|
2008-11-21 16:03:32 +00:00
|
|
|
Url: http://www.cpan.org/modules/by-module/Linux/
|
2011-11-17 14:19:48 +00:00
|
|
|
Source: Linux-Inotify2-%{version}.tar.gz
|
2007-03-14 11:35:43 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2011-03-17 09:05:14 +00:00
|
|
|
BuildRequires: perl perl-common-sense perl-macros
|
2010-01-27 17:43:21 +00:00
|
|
|
Requires: perl-common-sense
|
2010-12-10 11:06:04 +00:00
|
|
|
%{perl_requires}
|
2007-03-14 11:35:43 +00:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This module implements an interface to the Linux 2.6.13 and later
|
|
|
|
|
Inotify file/directory change notification sytem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2010-01-27 17:43:21 +00:00
|
|
|
%setup -q -n Linux-Inotify2-%{version}
|
2007-03-14 11:35:43 +00:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL
|
2010-01-12 12:47:33 +00:00
|
|
|
make %{?_smp_mflags}
|
2010-01-27 17:43:21 +00:00
|
|
|
|
|
|
|
|
%check
|
2007-03-14 11:35:43 +00:00
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%perl_make_install
|
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc README Changes MANIFEST COPYING
|
|
|
|
|
%doc %{_mandir}/man3/*Inotify2*.gz
|
|
|
|
|
%{perl_vendorarch}/auto/Linux
|
|
|
|
|
%{perl_vendorarch}/Linux
|
|
|
|
|
|
|
|
|
|
%changelog
|