I have made the following changes intended for : CE:Apps / generatorrunner
Please review and accept ASAP - BOSS has already processed this request and suggests ??? See the "Messages from BOSS" section below https://build.pub.meego.com/request/show/2693 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2693: Messages from BOSS: None State: new 2011-10-24T19:31:46 bossbot Reviews: from bossbot :BOSS suggests accepting this review. See email for more details. BOSS accepted this review because: Target repo CE_Apps_armv7hl found. accepted on No date Changes: submit: Project:DE:Trunk:Testing:1.3 / generatorrunner -> CE:Apps / generatorrunner Index: libgenrunner0-6.changes =================================================================== --- libgenrunner0-6.changes (revision 0) +++ libgenrunner0-6.changes (revision a595aa52f28a913a6020023524aeb9bc) @@ -0,0 +1,12 @@ +* Mon Oct 24 2011 Marko Saukko <[email protected]> - 0.6.11 +- Fixed packaging issues. + +* Tue Aug 2 2011 Bruno Ara?jo <[email protected]> - 0.6.11 +- MeeGo release 0.6.11 + +* Fri May 26 2011 Renato Filho <[email protected]> - 0.6.10 +- MeeGo release 0.6.10 + +* Wed May 18 2011 Renato Filho <[email protected]> - 0.6.9 +- MeeGo release 0.6.9 + Index: libgenrunner0-6.spec =================================================================== --- libgenrunner0-6.spec (revision 0) +++ libgenrunner0-6.spec (revision a595aa52f28a913a6020023524aeb9bc) @@ -0,0 +1,202 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +%define apiextractor_version 0.10.5 +# << macros + +Name: libgenrunner0-6 +Summary: Plugin-based application to run apiextractor-based generators +Version: 0.6.11 +Release: 1 +Group: Development/Libraries +License: GPL v2 or later +URL: http://www.pyside.org +Source0: generatorrunner-0.6.11.tar.bz2 +Source1: libgenrunner0-6.yaml +Source2: libgenrunner0-6.yaml +Source100: libgenrunner0-6.yaml +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +BuildRequires: pkgconfig(QtCore) +BuildRequires: gcc-c++ +BuildRequires: python-devel +BuildRequires: cmake +BuildRequires: libapiextractor-devel >= %{apiextractor_version} + + +%description +GeneratorRunner is the application responsible for loading and executing the +generator front-ends provided by the user as plug-ins. + + +Authors: +-------- + Anderson Lizardo <[email protected]> + Bruno Araujo <[email protected]> + Hugo Parente Lima <[email protected]> + Lauro Moura <[email protected]> + Luciano Wolf <[email protected]> + Marcelo Lira <[email protected]> + Renato Araujo Oliveira Filho <[email protected]> + Willer Moreira <[email protected]> + + + +%package -n libgenrunner-devel +Summary: Plugin-based application to run apiextractor-based generators +License: GPL v2 or later +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description -n libgenrunner-devel +GeneratorRunner is the application responsible for loading and executing the +generator front-ends provided by the user as plug-ins. + + +Authors: +-------- + Anderson Lizardo <[email protected]> + Bruno Araujo <[email protected]> + Hugo Parente Lima <[email protected]> + Lauro Moura <[email protected]> + Luciano Wolf <[email protected]> + Marcelo Lira <[email protected]> + Renato Araujo Oliveira Filho <[email protected]> + Willer Moreira <[email protected]> + + +%package -n docgenerator +Summary: Plugin-based application to run apiextractor-based generators +License: GPL v2 or later +Group: Development/Tools +Requires: %{name} = %{version}-%{release} + +%description -n docgenerator +Generates documentation for C++ library bindings using sphinx. +The Binding Generator is a utility that parses the headers for a given C/C++ +library and modifies this data with the information and guides from XML files +(called typesystem files) containing complementar semantic information, +modifications, renamings, etc, in order to generate binding source code (or +documentation, or anything you want) for the target language for which it was +written. + + +Authors: +-------- + Anderson Lizardo <[email protected]> + Bruno Araujo <[email protected]> + Hugo Parente Lima <[email protected]> + Lauro Moura <[email protected]> + Luciano Wolf <[email protected]> + Marcelo Lira <[email protected]> + Renato Araujo Oliveira Filho <[email protected]> + Willer Moreira <[email protected]> + + +%package -n generatorrunner +Summary: Plugin-based application to run apiextractor-based generators +License: GPL v2 or later +Group: Development/Tools +Requires: %{name} = %{version}-%{release} +Requires: docgenerator >= %{version}-%{release} + +%description -n generatorrunner +GeneratorRunner is the application responsible for loading and executing the +generator front-ends provided by the user as plug-ins. + + +Authors: +-------- + Anderson Lizardo <[email protected]> + Bruno Araujo <[email protected]> + Hugo Parente Lima <[email protected]> + Lauro Moura <[email protected]> + Luciano Wolf <[email protected]> + Marcelo Lira <[email protected]> + Renato Araujo Oliveira Filho <[email protected]> + Willer Moreira <[email protected]> + + + +%prep +%setup -q -n generatorrunner-%{version} + +# >> setup +# << setup + +%build +# >> build pre +%{__mkdir} build +pushd build +cmake .. -DCMAKE_INSTALL_PREFIX=%_prefix -DLIB_SUFFIX=$(echo %_lib | cut -b4-) -DBUILD_TESTS=False +# << build pre + + +make %{?jobs:-j%jobs} + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +pushd build +# << install pre +%make_install + +# >> install post +# << install post + + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + + + + + + + + + + +%files +%defattr(-,root,root,-) +# >> files +%doc AUTHORS COPYING ChangeLog +%{_libdir}/libgenrunner.so.%{version} +%{_libdir}/libgenrunner.so.0.6 +# << files + + +%files -n libgenrunner-devel +%defattr(-,root,root,-) +# >> files libgenrunner-devel +%dir %_includedir/generatorrunner +%dir %{_libdir}/generatorrunner +%dir %{_libdir}/cmake/GeneratorRunner-%{version} +%_includedir/generatorrunner/generator*.h +%{_libdir}/libgenrunner.so +%{_libdir}/pkgconfig/generatorrunner.pc +%{_libdir}/cmake/GeneratorRunner-%{version}/*.cmake +# << files libgenrunner-devel + +%files -n docgenerator +%defattr(-,root,root,-) +# >> files docgenerator +%_bindir/docgenerator +%{_libdir}/generatorrunner/qtdoc_generator.so +%_mandir/man1/docgenerator* +# << files docgenerator + +%files -n generatorrunner +%defattr(-,root,root,-) +# >> files generatorrunner +%_bindir/generatorrunner +%_mandir/man1/generatorrunner* (2 more lines skipped) Index: generatorrunner-0.6.11.tar.bz2 =================================================================== Binary file generatorrunner-0.6.11.tar.bz2 added Index: libgenrunner0-6.yaml =================================================================== --- libgenrunner0-6.yaml (revision 0) +++ libgenrunner0-6.yaml (revision a595aa52f28a913a6020023524aeb9bc) @@ -0,0 +1,107 @@ +Name: libgenrunner0-6 +Summary: Plugin-based application to run apiextractor-based generators +Version: 0.6.11 +Release: 1 +Group: Development/Libraries +License: GPL v2 or later +URL: http://www.pyside.org +Sources: + - generatorrunner-0.6.11.tar.bz2 + - libgenrunner0-6.yaml + - libgenrunner0-6.yaml +Description: | + GeneratorRunner is the application responsible for loading and executing the + generator front-ends provided by the user as plug-ins. + + + Authors: + -------- + Anderson Lizardo <[email protected]> + Bruno Araujo <[email protected]> + Hugo Parente Lima <[email protected]> + Lauro Moura <[email protected]> + Luciano Wolf <[email protected]> + Marcelo Lira <[email protected]> + Renato Araujo Oliveira Filho <[email protected]> + Willer Moreira <[email protected]> + +PkgConfigBR: + - QtCore +PkgBR: + - gcc-c++ + - python-devel + - cmake + - libapiextractor-devel >= %{apiextractor_version} +Configure: none +Builder: make +SubPackages: + - Name: libgenrunner-devel + AsWholeName: yes + Summary: Plugin-based application to run apiextractor-based generators + Group: Development/Libraries + License: GPL v2 or later + Description: | + GeneratorRunner is the application responsible for loading and executing the + generator front-ends provided by the user as plug-ins. + + + Authors: + -------- + Anderson Lizardo <[email protected]> + Bruno Araujo <[email protected]> + Hugo Parente Lima <[email protected]> + Lauro Moura <[email protected]> + Luciano Wolf <[email protected]> + Marcelo Lira <[email protected]> + Renato Araujo Oliveira Filho <[email protected]> + Willer Moreira <[email protected]> + + - Name: docgenerator + AsWholeName: yes + Summary: Plugin-based application to run apiextractor-based generators + Group: Development/Tools + License: GPL v2 or later + Description: | + Generates documentation for C++ library bindings using sphinx. + The Binding Generator is a utility that parses the headers for a given C/C++ + library and modifies this data with the information and guides from XML files + (called typesystem files) containing complementar semantic information, + modifications, renamings, etc, in order to generate binding source code (or + documentation, or anything you want) for the target language for which it was + written. + + + Authors: + -------- + Anderson Lizardo <[email protected]> + Bruno Araujo <[email protected]> + Hugo Parente Lima <[email protected]> + Lauro Moura <[email protected]> + Luciano Wolf <[email protected]> + Marcelo Lira <[email protected]> + Renato Araujo Oliveira Filho <[email protected]> + Willer Moreira <[email protected]> + + - Name: generatorrunner + AsWholeName: yes + Summary: Plugin-based application to run apiextractor-based generators + Group: Development/Tools + License: GPL v2 or later + Description: | + GeneratorRunner is the application responsible for loading and executing the + generator front-ends provided by the user as plug-ins. + + + Authors: + -------- + Anderson Lizardo <[email protected]> + Bruno Araujo <[email protected]> + Hugo Parente Lima <[email protected]> + Lauro Moura <[email protected]> + Luciano Wolf <[email protected]> + Marcelo Lira <[email protected]> + Renato Araujo Oliveira Filho <[email protected]> + Willer Moreira <[email protected]> + Requires: + - docgenerator >= %{version}-%{release} +
