Christian Wittmer 2009-07-25 17:38:55 +00:00 committed by Git OBS Bridge
parent f155a4e78b
commit 3010953153
2 changed files with 7 additions and 15 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 25 19:38:51 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 20 19:09:23 CEST 2009 - chris@computersalat.de Sat Jun 20 19:09:23 CEST 2009 - chris@computersalat.de

View File

@ -43,9 +43,7 @@ Requires: perl = %{perl_version}
# other not perl || perl-base # other not perl || perl-base
Requires: perl(JSON::XS) Requires: perl(JSON::XS)
#-------------------------------------------------------------------------------
%description %description
#-------------------------------------------------------------------------------
%{cpan_name} module for perl %{cpan_name} module for perl
JSON (JavaScript Object Notation) is a simple data format. JSON (JavaScript Object Notation) is a simple data format.
@ -64,42 +62,29 @@ Requires: perl(JSON::XS)
Author: Makamaka Hannyaharamitu, <makamaka (at) cpan.org> Author: Makamaka Hannyaharamitu, <makamaka (at) 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
#-------------------------------------------------------------------------------
%defattr(-,root,root) %defattr(-,root,root)
%doc Changes README %doc Changes README
#-------------------------------------------------------------------------------
%changelog %changelog
#-------------------------------------------------------------------------------
* Tue Sep 18 2007 - James Oakley <jfunk@funktronics.ca> - 1.14-1 * Tue Sep 18 2007 - James Oakley <jfunk@funktronics.ca> - 1.14-1
- Initial release - Initial release