This commit is contained in:
parent
843698d9d4
commit
6298c8a33a
@ -1,31 +1,39 @@
|
||||
#
|
||||
# spec file for package perl-Date-Calc (Version 5.4)
|
||||
#
|
||||
# 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) 2008 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-Date-Calc
|
||||
BuildRequires: perl-Bit-Vector
|
||||
Version: 5.4
|
||||
Release: 2
|
||||
Provides: DateCalc perl_dc
|
||||
Obsoletes: perl_dc
|
||||
Requires: perl-Bit-Vector
|
||||
Requires: perl = %{perl_version}
|
||||
Autoreqprov: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: GPL, Artistic License
|
||||
URL: http://cpan.org/modules/by-module/Date
|
||||
Summary: Perl Date-Calc Module
|
||||
Source: Date-Calc-%{version}.tar.bz2
|
||||
Patch: Date-Calc-%{version}.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
Name: perl-Date-Calc
|
||||
BuildRequires: perl-Bit-Vector
|
||||
Version: 5.4
|
||||
Release: 137
|
||||
Provides: DateCalc perl_dc
|
||||
Obsoletes: perl_dc
|
||||
Requires: perl-Bit-Vector
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License; GPL v2 or later
|
||||
Url: http://cpan.org/modules/by-module/Date
|
||||
Summary: Perl Date-Calc Module
|
||||
Source: Date-Calc-%{version}.tar.bz2
|
||||
Patch: Date-Calc-%{version}.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package consists of a C library and a Perl module (which uses the
|
||||
@ -91,44 +99,44 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{perl_vendorarch}/Date/
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog -n perl-Date-Calc
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
%changelog
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Aug 01 2005 - cthiel@suse.de
|
||||
* Mon Aug 01 2005 cthiel@suse.de
|
||||
- added perl-Carp-Clan to neededforbuild
|
||||
* Mon Aug 01 2005 - cthiel@suse.de
|
||||
* Mon Aug 01 2005 cthiel@suse.de
|
||||
- update to version 5.4
|
||||
* Sun Jan 11 2004 - adrian@suse.de
|
||||
* Sun Jan 11 2004 adrian@suse.de
|
||||
- build as user
|
||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
||||
* Fri Aug 22 2003 mjancar@suse.cz
|
||||
- require the perl version we build with
|
||||
* Tue Jul 15 2003 - mjancar@suse.cz
|
||||
* Tue Jul 15 2003 mjancar@suse.cz
|
||||
- adapt to perl-5.8.1
|
||||
- use %%perl_process_packlist
|
||||
* Mon May 26 2003 - mjancar@suse.cz
|
||||
* Mon May 26 2003 mjancar@suse.cz
|
||||
- remove Carp::Clan conflicting with perl-Bit-Vector
|
||||
* Thu May 22 2003 - mjancar@suse.cz
|
||||
* Thu May 22 2003 mjancar@suse.cz
|
||||
- use $RPM_OPT_FLAGS
|
||||
- use #!/usr/bin/perl instead of #!perl in examples
|
||||
- package omited man page
|
||||
- dont package MANIFEST
|
||||
* Tue May 20 2003 - mjancar@suse.cz
|
||||
* Tue May 20 2003 mjancar@suse.cz
|
||||
- remove unpackaged files
|
||||
* Thu Dec 19 2002 - prehak@suse.cz
|
||||
* Thu Dec 19 2002 prehak@suse.cz
|
||||
- updated to version 5.3
|
||||
- added doc files, adjusted their permissions
|
||||
* Tue Jul 02 2002 - mls@suse.de
|
||||
* Tue Jul 02 2002 mls@suse.de
|
||||
- remove race in .packlist generation
|
||||
* Tue Jan 22 2002 - rvasice@suse.cz
|
||||
* Tue Jan 22 2002 rvasice@suse.cz
|
||||
- update to version 5.0
|
||||
- actualize filelist
|
||||
- use macros %%{perl_sitearch}, %%{perl_archlib}, %%{_prefix}
|
||||
- added make test
|
||||
* Mon Nov 06 2000 - grimmer@suse.de
|
||||
* Mon Nov 06 2000 grimmer@suse.de
|
||||
- renamed from perl_dc to perl-Date-Calc
|
||||
- update to Version 4.3
|
||||
- spec file cleanups (macros, BuildRoot)
|
||||
* Fri Jan 21 2000 - ro@suse.de
|
||||
* Fri Jan 21 2000 ro@suse.de
|
||||
- fixed filelist
|
||||
* Thu Oct 28 1999 - tmg@suse.de
|
||||
* Thu Oct 28 1999 tmg@suse.de
|
||||
- created package (Date-Calc-4.2)
|
||||
|
Loading…
Reference in New Issue
Block a user