forked from pool/perl-Linux-Inotify2
		
	
		
			
	
	
		
			58 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			RPMSpec
		
	
	
	
	
	
		
		
			
		
	
	
			58 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			RPMSpec
		
	
	
	
	
	
|   | #
 | ||
|  | # spec file for package perl-Linux-Inotify2 (Version 1.1)
 | ||
|  | #
 | ||
|  | # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 | ||
|  | # This file and all modifications and additions to the pristine
 | ||
|  | # package are under the same license as the package itself.
 | ||
|  | #
 | ||
|  | # Please submit bugfixes or comments via http://bugs.opensuse.org/
 | ||
|  | #
 | ||
|  | 
 | ||
|  | 
 | ||
|  | Name:           perl-Linux-Inotify2
 | ||
|  | Summary:        scalable directory/file change notification
 | ||
|  | Version:        1.1
 | ||
|  | Release:        1
 | ||
|  | Group:          Development/Libraries/Perl
 | ||
|  | License:        Artistic License
 | ||
|  | BuildRequires:  kernel-default >= 2.6.13 perl >= %{perl_version}
 | ||
|  | Requires:       perl >= %{perl_version}
 | ||
|  | URL:            http://www.cpan.org/modules/by-module/Linux/
 | ||
|  | Source:         %{name}-%{version}.tar.bz2
 | ||
|  | BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 | ||
|  | 
 | ||
|  | %description
 | ||
|  | This module implements an interface to the Linux 2.6.13 and later
 | ||
|  | Inotify file/directory change notification sytem.
 | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 | ||
|  | %prep
 | ||
|  | %setup -q
 | ||
|  | 
 | ||
|  | %build
 | ||
|  | perl Makefile.PL
 | ||
|  | make
 | ||
|  | 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
 | ||
|  | %{perl_vendorarch}/auto/Linux/Inotify2*
 | ||
|  | %{perl_vendorarch}/Linux/Inotify2*
 | ||
|  | /var/adm/perl-modules/%{name}
 | ||
|  | 
 | ||
|  | %changelog
 | ||
|  | * Fri Feb 23 2007 - tpatzig@suse.de
 | ||
|  | - initial package build
 |