clean up spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-UUID?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
5c6315aedb
commit
edc8218bd4
@@ -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
|
Fri Jul 24 14:05:21 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -37,11 +37,7 @@ BuildRequires: perl(Digest::MD5)
|
|||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Requires: perl(Digest::MD5)
|
Requires: perl(Digest::MD5)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%description
|
%description
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%{cpan_name} module for perl
|
|
||||||
|
|
||||||
This module provides a framework for generating UUIDs (Universally Unique
|
This module provides a framework for generating UUIDs (Universally Unique
|
||||||
Identifiers, also known as GUIDs (Globally Unique Identifiers). A UUID is 128
|
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
|
bits long, and is guaranteed to be different from all other UUIDs/GUIDs
|
||||||
@@ -64,42 +60,29 @@ Requires: perl(Digest::MD5)
|
|||||||
|
|
||||||
Author: Alexander Golomshtok <agolomsh@cpan.org>
|
Author: Alexander Golomshtok <agolomsh@cpan.org>
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%prep
|
%prep
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%build
|
%build
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||||
%{__make}
|
%{__make}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
%{__make} test
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%install
|
%install
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%clean
|
%clean
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
# normally you only need to check for doc files
|
# normally you only need to check for doc files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%changelog
|
%changelog
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user