I have made the following changes intended for :
  CE:Apps / apiextractor

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/2692

Thank You,
bossbot ([email protected])

[This message was auto-generated]

---

Request # 2692:

Messages from BOSS:
  None

State:   new          2011-10-24T19:29:04 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 / apiextractor -> CE:Apps / apiextractor
  Index: libapiextractor0-10.spec
===================================================================
--- libapiextractor0-10.spec (revision 0)
+++ libapiextractor0-10.spec (revision d9ca2a0d49ba679fa76780ab49072ae3)
@@ -0,0 +1,136 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.23
+# 
+# >> macros
+# << macros
+
+Name:       libapiextractor0-10
+Summary:    Binding generator to parse the header and typesystem files
+Version:    0.10.5
+Release:    1
+Group:      Development/Libraries
+License:    GPL v2 or later
+URL:        http://www.pyside.org
+Source0:    apiextractor-0.10.5.tar.bz2
+Source100:  libapiextractor0-10.yaml
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(libxslt)
+BuildRequires:  pkgconfig(QtCore)
+BuildRequires:  gcc-c++
+BuildRequires:  cmake
+
+
+%description
+The API Extractor library is used by the binding generator to parse the header
+and typesystem files to create an internal representation of the API.
+It is based on the QtScriptGenerator codebase.
+
+
+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 libapiextractor-devel
+Summary:    Binding generator to parse the header and typesystem files
+License:    GPL v2 or later
+Group:      Development/Libraries
+Requires:   %{name} = %{version}-%{release}
+Requires:   %{name} = %{version}
+Requires:   libqt-devel
+
+%description -n libapiextractor-devel
+The API Extractor library is used by the binding generator to parse the header
+and typesystem files to create an internal representation of the API.
+It is based on the QtScriptGenerator codebase.
+
+
+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 apiextractor-%{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
+# >> post
+/sbin/ldconfig
+# << post
+
+%postun
+# >> postun
+/sbin/ldconfig
+# << postun
+
+
+
+
+
+%files
+%defattr(-,root,root,-)
+# >> files
+%doc AUTHORS COPYING ChangeLog
+%_libdir/libapiextractor.so.%{version}
+%_libdir/libapiextractor.so.0.10
+# << files
+
+
+%files -n libapiextractor-devel
+%defattr(-,root,root,-)
+# >> files libapiextractor-devel
+%dir %_includedir/apiextractor
+%dir %_libdir/cmake/ApiExtractor-%{version}
+%_includedir/apiextractor/*.h
+%_libdir/libapiextractor.so
+%_libdir/pkgconfig/apiextractor.pc
+%_libdir/cmake/ApiExtractor-%{version}/*.cmake
+# << files libapiextractor-devel
+
Index: libapiextractor0-10.changes
===================================================================
--- libapiextractor0-10.changes (revision 0)
+++ libapiextractor0-10.changes (revision d9ca2a0d49ba679fa76780ab49072ae3)
@@ -0,0 +1,11 @@
+* Mon Oct 24 2011 Marko Saukko <[email protected]> - 0.10.5
+- Fixed some packaging issues.
+
+* Tue Aug 02 2011 Bruno Ara?jo <[email protected]> - 0.10.5
+- MeeGo release 0.10.5
+
+* Fri May 27 2011 Renato Filho <[email protected]> - 0.10.3
+- MeeGo release 0.10.3
+
+* Mon Mar 28 2011 Renato Filho <[email protected]> - 0.10.2
+- MeeGo release 0.10.2
Index: apiextractor-0.10.5.tar.bz2
===================================================================
Binary file apiextractor-0.10.5.tar.bz2 added
Index: libapiextractor0-10.yaml
===================================================================
--- libapiextractor0-10.yaml (revision 0)
+++ libapiextractor0-10.yaml (revision d9ca2a0d49ba679fa76780ab49072ae3)
@@ -0,0 +1,62 @@
+Name: libapiextractor0-10
+Summary: Binding generator to parse the header and typesystem files
+Version: 0.10.5
+Release: 1
+Group: Development/Libraries
+License: GPL v2 or later
+URL: http://www.pyside.org
+Sources:
+    - apiextractor-0.10.5.tar.bz2
+Description: |
+    The API Extractor library is used by the binding generator to parse the 
header
+    and typesystem files to create an internal representation of the API.
+    It is based on the QtScriptGenerator codebase.
+    
+    
+    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:
+    - libxml-2.0
+    - libxslt
+    - QtCore
+PkgBR:
+    - gcc-c++
+    - cmake
+
+Configure: none
+Builder: make
+SubPackages:
+    - Name: libapiextractor-devel
+      AsWholeName: yes
+      Summary: Binding generator to parse the header and typesystem files
+      Group: Development/Libraries
+      License: GPL v2 or later
+      Description: |
+          The API Extractor library is used by the binding generator to parse 
the header
+          and typesystem files to create an internal representation of the API.
+          It is based on the QtScriptGenerator codebase.
+          
+          
+          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:
+          - "%{name} = %{version}"
+          - libqt-devel
+



Reply via email to