8
0

Accepting request 29234 from devel:languages:perl

Copy from devel:languages:perl/perl-Linux-Inotify2 based on submit request 29234 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Linux-Inotify2?expand=0&rev=6
This commit is contained in:
OBS User autobuild
2010-01-12 12:47:33 +00:00
committed by Git OBS Bridge
parent 9cb18cd0a0
commit df8bfbd090
2 changed files with 9 additions and 12 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 21 16:38:46 CET 2008 - ro@suse.de Fri Nov 21 16:38:46 CET 2008 - ro@suse.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Linux-Inotify2 (Version 1.1) # spec file for package perl-Linux-Inotify2 (Version 1.1)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -20,9 +20,9 @@
Name: perl-Linux-Inotify2 Name: perl-Linux-Inotify2
Summary: scalable directory/file change notification Summary: scalable directory/file change notification
Version: 1.1 Version: 1.1
Release: 129 Release: 130
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: Artistic License License: Artistic
Requires: perl >= %{perl_version} Requires: perl >= %{perl_version}
Url: http://www.cpan.org/modules/by-module/Linux/ Url: http://www.cpan.org/modules/by-module/Linux/
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
@@ -39,7 +39,7 @@ Inotify file/directory change notification sytem.
%build %build
perl Makefile.PL perl Makefile.PL
make make %{?_smp_mflags}
make test make test
%install %install
@@ -60,11 +60,3 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog %changelog
* Fri Nov 21 2008 ro@suse.de
- update check-build.sh
* Tue Sep 04 2007 ro@suse.de
- remove buildrequires for certain kernel, does not
help in a build environment
- added check-build.sh to require at least 2.6.17 on build host
* Fri Feb 23 2007 tpatzig@suse.de
- initial package build