8
0

Accepting request 29206 from devel:languages:perl

Copy from devel:languages:perl/perl-File-Type based on submit request 29206 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-Type?expand=0&rev=5
This commit is contained in:
OBS User autobuild
2010-01-12 12:52:20 +00:00
committed by Git OBS Bridge
parent 1aeace6996
commit 4d78133aa4
2 changed files with 9 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Type (Version 0.22)
#
# Copyright (c) 2009 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,14 @@
Name: perl-File-Type
License: Artistic License
License: Artistic
Group: Development/Libraries/Perl
Url: http://cpan.org/
Requires: perl = %{perl_version}
AutoReqProv: on
Summary: determine file type using magic
Version: 0.22
Release: 137
Release: 138
Source: http://cpan.org/modules/by-module/File/File-Type-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -45,7 +45,7 @@ Authors:
%build
perl Makefile.PL
%{__make}
%{__make} %{?_smp_mflags}
%install
%perl_make_install
@@ -67,9 +67,3 @@ perl Makefile.PL
/var/adm/perl-modules/%{name}
%changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Feb 16 2005 schwab@suse.de
- Don't remove BuildRoot in %%install.
* Tue Feb 15 2005 lmuelle@suse.de
- Initial SuSE package.