forked from pool/perl-PHP-Serialization
clean up spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PHP-Serialization?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
398bdd7a3e
commit
9601c514ef
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 25 19:41:23 CEST 2009 - chris@computersalat.de
|
||||||
|
|
||||||
|
- spec mods
|
||||||
|
* removed ^----------
|
||||||
|
* removed ^#---------
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 21 03:04:11 CEST 2009 - chris@computersalat.de
|
Sun Jun 21 03:04:11 CEST 2009 - chris@computersalat.de
|
||||||
|
|
||||||
|
@@ -36,9 +36,7 @@ BuildRequires: perl-macros
|
|||||||
#BuildRequires: perl(Module::Build)
|
#BuildRequires: perl(Module::Build)
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%description
|
%description
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%{cpan_name} module for perl
|
%{cpan_name} module for perl
|
||||||
|
|
||||||
This module provides a quick, clean, and simple means of decoding/encoding PHP
|
This module provides a quick, clean, and simple means of decoding/encoding PHP
|
||||||
@@ -49,43 +47,30 @@ Requires: perl = %{perl_version}
|
|||||||
|
|
||||||
Author: Jesse Brown <jbrown@cpan.org>
|
Author: Jesse Brown <jbrown@cpan.org>
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%prep
|
%prep
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%build
|
%build
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
||||||
%{__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 README
|
%doc Changes README
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%changelog
|
%changelog
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
* Mon Aug 25 2008 - rpm@scorpio-it.net - 0.27
|
* Mon Aug 25 2008 - rpm@scorpio-it.net - 0.27
|
||||||
- initial Package
|
- initial Package
|
||||||
|
Reference in New Issue
Block a user