8
0

Accepting request 30404 from devel:languages:perl

Copy from devel:languages:perl/perl-Linux-Inotify2 based on submit request 30404 from user anicka

OBS-URL: https://build.opensuse.org/request/show/30404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Linux-Inotify2?expand=0&rev=7
This commit is contained in:
OBS User autobuild
2010-01-27 17:43:21 +00:00
committed by Git OBS Bridge
parent df8bfbd090
commit 649e36781b
4 changed files with 24 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package perl-Linux-Inotify2 (Version 1.1)
# spec file for package perl-Linux-Inotify2 (Version 1.21)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,14 +19,16 @@
Name: perl-Linux-Inotify2
Summary: scalable directory/file change notification
Version: 1.1
Release: 130
Version: 1.21
Release: 1
Group: Development/Libraries/Perl
License: Artistic
Requires: perl >= %{perl_version}
Url: http://www.cpan.org/modules/by-module/Linux/
Source: %{name}-%{version}.tar.bz2
Source: Linux-Inotify2-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl-common-sense
Requires: perl-common-sense
%description
This module implements an interface to the Linux 2.6.13 and later
@@ -35,11 +37,13 @@ Inotify file/directory change notification sytem.
%prep
%setup -q
%setup -q -n Linux-Inotify2-%{version}
%build
perl Makefile.PL
make %{?_smp_mflags}
%check
make test
%install