diff --git a/perl-Data-UUID.changes b/perl-Data-UUID.changes index 7b3b980..8f857da 100644 --- a/perl-Data-UUID.changes +++ b/perl-Data-UUID.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jul 25 19:36:30 CEST 2009 - chris@computersalat.de + +- spec mods + * removed ^---------- + * removed ^#--------- + ------------------------------------------------------------------- Fri Jul 24 14:05:21 CEST 2009 - coolo@novell.com diff --git a/perl-Data-UUID.spec b/perl-Data-UUID.spec index cffc7c1..b2fccf0 100644 --- a/perl-Data-UUID.spec +++ b/perl-Data-UUID.spec @@ -37,11 +37,7 @@ BuildRequires: perl(Digest::MD5) Requires: perl = %{perl_version} Requires: perl(Digest::MD5) -#------------------------------------------------------------------------------- %description -#------------------------------------------------------------------------------- - %{cpan_name} module for perl - This module provides a framework for generating UUIDs (Universally Unique Identifiers, also known as GUIDs (Globally Unique Identifiers). A UUID is 128 bits long, and is guaranteed to be different from all other UUIDs/GUIDs @@ -64,42 +60,29 @@ Requires: perl(Digest::MD5) Author: Alexander Golomshtok --------------------------------------------------------------------------------- -#------------------------------------------------------------------------------- %prep -#------------------------------------------------------------------------------- %setup -q -n %{cpan_name}-%{version} -#------------------------------------------------------------------------------- %build -#------------------------------------------------------------------------------- perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" %{__make} %check %{__make} test -#------------------------------------------------------------------------------- %install -#------------------------------------------------------------------------------- %perl_make_install %perl_process_packlist %perl_gen_filelist -#------------------------------------------------------------------------------- %clean -#------------------------------------------------------------------------------- %{__rm} -rf $RPM_BUILD_ROOT -#------------------------------------------------------------------------------- %files -f %{name}.files -#------------------------------------------------------------------------------- # normally you only need to check for doc files %defattr(-,root,root) %doc Changes LICENSE README -#------------------------------------------------------------------------------- %changelog -#-------------------------------------------------------------------------------