OBS User unknown 2009-08-03 16:50:32 +00:00 committed by Git OBS Bridge
parent 6298c8a33a
commit e411922135
5 changed files with 18 additions and 50 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49da7cb8b0317ccfb82cfcdcbe32b821b2a24a1659217a6730f2f97451cdcfb2
size 161539

3
Date-Calc-5.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a875082d9303e20a6ba382d9c4483a0c6c8addb7f4ba314895fa2aa110db6d1
size 162128

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 3 16:11:05 CEST 2009 - anicka@suse.cz
- update to 5.6
* Made the module MacOS X compatible
* Made some tiny changes to the documentation
-------------------------------------------------------------------
Wed Jan 25 21:39:37 CET 2006 - mls@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Date-Calc (Version 5.4)
# spec file for package perl-Date-Calc (Version 5.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 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
@ -20,15 +20,15 @@
Name: perl-Date-Calc
BuildRequires: perl-Bit-Vector
Version: 5.4
Release: 137
Version: 5.6
Release: 1
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
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
@ -70,16 +70,17 @@ Authors:
Steffen Beyer <sb@engelschall.com>
%prep
%setup -n Date-Calc-%{version}
%setup -n Date-Calc-%{version} -q
%patch
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
make
%check
make test
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
chmod -R u+w examples/ tools/ *.txt
@ -100,43 +101,3 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name}
%changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Aug 01 2005 cthiel@suse.de
- added perl-Carp-Clan to neededforbuild
* Mon Aug 01 2005 cthiel@suse.de
- update to version 5.4
* Sun Jan 11 2004 adrian@suse.de
- build as user
* Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with
* Tue Jul 15 2003 mjancar@suse.cz
- adapt to perl-5.8.1
- use %%perl_process_packlist
* Mon May 26 2003 mjancar@suse.cz
- remove Carp::Clan conflicting with perl-Bit-Vector
* 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
- remove unpackaged files
* 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
- remove race in .packlist generation
* 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
- 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
- fixed filelist
* Thu Oct 28 1999 tmg@suse.de
- created package (Date-Calc-4.2)