8
0
OBS User unknown
2009-06-18 15:03:53 +00:00
committed by Git OBS Bridge
parent 459e831b5d
commit 1aeace6996

View File

@@ -1,26 +1,34 @@
#
# spec file for package perl-File-Type (Version 0.22)
#
# Copyright (c) 2005 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.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-File-Type
License: Artistic License
Group: Development/Languages/Perl
URL: http://cpan.org/
Requires: perl = %{perl_version}
Autoreqprov: on
Summary: determine file type using magic
Version: 0.22
Release: 2
Source: http://cpan.org/modules/by-module/File/File-Type-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Name: perl-File-Type
License: Artistic License
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
Source: http://cpan.org/modules/by-module/File/File-Type-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
File::Type uses magic numbers (typically at the start of a file) to
@@ -58,10 +66,10 @@ perl Makefile.PL
%{_mandir}/man3/File::Type*.3pm.gz
/var/adm/perl-modules/%{name}
%changelog -n perl-File-Type
* Wed Jan 25 2006 - mls@suse.de
%changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Feb 16 2005 - schwab@suse.de
* Wed Feb 16 2005 schwab@suse.de
- Don't remove BuildRoot in %%install.
* Tue Feb 15 2005 - lmuelle@suse.de
* Tue Feb 15 2005 lmuelle@suse.de
- Initial SuSE package.