8
0

Autobuild autoformatter for 54209

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-Remove?expand=0&rev=2
This commit is contained in:
Lars Vogdt
2010-12-19 13:01:17 +00:00
committed by Git OBS Bridge
parent a25ed0127f
commit 49744cdeb5

View File

@@ -1,17 +1,35 @@
#
# spec file for package perl-File-Remove (Version 1.42)
#
# 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
# 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-Remove
Version: 1.42
Release: 0
Name: perl-File-Remove
Version: 1.42
Release: 1
%define cpan_name File-Remove
Summary: File::Remove::remove removes files and directories
License: GPL, Artistic License
Group: Development/Libraries/Perl
Url: http://search.cpan.org/~adamk/File-Remove-1.42/lib/File/Remove.pm
Source0: %{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: File::Remove::remove removes files and directories
License: GPL, Artistic License
Group: Development/Libraries/Perl
Url: http://search.cpan.org/~adamk/File-Remove-1.42/lib/File/Remove.pm
Source0: %{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl
%description
File::Remove::remove removes files and directories. It acts like
@@ -49,10 +67,3 @@ Author:
%{_mandir}/man3/File::Remove.3pm.*
%changelog
* Fri Oct 31 2008 Richard Bos <rbos@opensuse.org> - 0.31
- fixed rpmlint errors on the buildserver
* Wed Mar 13 2007 Marcus Hüwe <suse-tux@gmx.de> - 0.31
- fixed BuildRequires
* Sat Jun 10 2006 Marcus Hüwe <suse-tux@gmx.de>
- initial build