I have made the following changes intended for :
  CE:UX:MTF / libprofile-qt

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

Thank You,
bossbot ([email protected])

[This message was auto-generated]

---

Request # 2731:

Messages from BOSS:
  None

State:   new          2011-10-24T21:14:40 bossbot

Reviews:
     from bossbot  :BOSS suggests accepting this review. See email for more 
details.
BOSS accepted this review because:
 Target repo CE_UX_MTF_armv7hl found.
     accepted on No date

Changes:
  submit: Project:MTF / libprofile-qt -> CE:UX:MTF / libprofile-qt
  Index: libprofile-qt.yaml
===================================================================
--- libprofile-qt.yaml (revision 0)
+++ libprofile-qt.yaml (revision 4)
@@ -0,0 +1,61 @@
+Name: libprofile-qt
+Summary: Qt library for profiles
+Version: 0.34.0.2
+Release: 1
+Group: System/System Control
+License: LGPLv2.1
+URL: http://meego.gitorious.org/meego-middleware/profile-qt
+Sources:
+    - "%{name}-%{version}.tar.bz2"
+Description: Qt wrapper library for profiles
+PkgConfigBR:
+    - QtCore
+    - meegotouch
+PkgBR:
+    - doxygen
+Requires:
+    - profiled
+Configure: none
+Builder: qmake
+SetupOptions: "-q -n %{name}-%{version}"
+Files :
+    - "%{_libdir}/libprofile-qt.so.*"
+
+
+SubPackages:
+ - Name: libprofile-qt-devel
+   AsWholeName: True
+   Summary: Development headers for libprofile-qt library
+   Group: Development/Libraries
+   Requires:
+       - pkgconfig(QtCore)
+       - libprofile-qt = %{version}
+   Files:
+       - "%{_libdir}/libprofile-qt.so"
+       - "%{_includedir}/profile-qt/Profile"
+       - "%{_includedir}/profile-qt/profile.h"
+   Description: |
+       Development headers for libprofile-qt library
+
+ - Name: libprofile-qt-tests
+   AsWholeName: True
+   Summary: Unit tests for libprofile-qt
+   Group: Development/System
+   Requires:
+       - libprofile-qt = %{version}
+   Files:
+       - "%{_libdir}/libprofile-qt-tests/ut_profile"
+       - "%{_datadir}/libprofile-qt-tests/tests.xml"
+   Description: |
+        Unit tests for libprofile-qt
+
+ - Name: libprofile-qt-doc
+   AsWholeName: True
+   BuildArch: noarch
+   Summary: API documentation for libprofile-qt
+   Group: Documentation
+   Files:
+       - "%attr(644,root,root) %{_datadir}/doc/libprofile-qt/html/installdox"
+       - "%{_docdir}/libprofile-qt/*"
+   Description: |
+        API documentation for libprofile-qt
Index: libprofile-qt.spec
===================================================================
--- libprofile-qt.spec (revision 0)
+++ libprofile-qt.spec (revision 4)
@@ -0,0 +1,130 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.23
+# 
+# >> macros
+# << macros
+
+Name:       libprofile-qt
+Summary:    Qt library for profiles
+Version:    0.34.0.2
+Release:    1
+Group:      System/System Control
+License:    LGPLv2.1
+URL:        http://meego.gitorious.org/meego-middleware/profile-qt
+Source0:    %{name}-%{version}.tar.bz2
+Source100:  libprofile-qt.yaml
+Requires:   profiled
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+BuildRequires:  pkgconfig(QtCore)
+BuildRequires:  pkgconfig(meegotouch)
+BuildRequires:  doxygen
+
+
+%description
+Qt wrapper library for profiles
+
+
+%package -n libprofile-qt-devel
+Summary:    Development headers for libprofile-qt library
+Group:      Development/Libraries
+Requires:   %{name} = %{version}-%{release}
+Requires:   pkgconfig(QtCore)
+Requires:   libprofile-qt = %{version}
+
+%description -n libprofile-qt-devel
+Development headers for libprofile-qt library
+
+
+%package -n libprofile-qt-tests
+Summary:    Unit tests for libprofile-qt
+Group:      Development/System
+Requires:   %{name} = %{version}-%{release}
+Requires:   libprofile-qt = %{version}
+
+%description -n libprofile-qt-tests
+Unit tests for libprofile-qt
+
+
+%package -n libprofile-qt-doc
+Summary:    API documentation for libprofile-qt
+Group:      Documentation
+BuildArch:    noarch
+Requires:   %{name} = %{version}-%{release}
+
+%description -n libprofile-qt-doc
+API documentation for libprofile-qt
+
+
+
+%prep
+%setup -q -n %{name}-%{version}
+
+# >> setup
+# << setup
+
+%build
+# >> build pre
+# << build pre
+
+%qmake 
+
+make %{?jobs:-j%jobs}
+
+# >> build post
+# << build post
+%install
+rm -rf %{buildroot}
+# >> install pre
+# << install pre
+%qmake_install
+
+# >> install post
+# << install post
+
+
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
+
+
+
+
+
+
+
+
+
+%files
+%defattr(-,root,root,-)
+%{_libdir}/libprofile-qt.so.*
+# >> files
+# << files
+
+
+%files -n libprofile-qt-devel
+%defattr(-,root,root,-)
+%{_libdir}/libprofile-qt.so
+%{_includedir}/profile-qt/Profile
+%{_includedir}/profile-qt/profile.h
+# >> files libprofile-qt-devel
+# << files libprofile-qt-devel
+
+%files -n libprofile-qt-tests
+%defattr(-,root,root,-)
+%{_libdir}/libprofile-qt-tests/ut_profile
+%{_datadir}/libprofile-qt-tests/tests.xml
+# >> files libprofile-qt-tests
+# << files libprofile-qt-tests
+
+%files -n libprofile-qt-doc
+%defattr(-,root,root,-)
+%attr(644,root,root) %{_datadir}/doc/libprofile-qt/html/installdox
+%{_docdir}/libprofile-qt/*
+# >> files libprofile-qt-doc
+# << files libprofile-qt-doc
+
Index: libprofile-qt.changes
===================================================================
--- libprofile-qt.changes (revision 0)
+++ libprofile-qt.changes (revision 4)
@@ -0,0 +1,10 @@
+* Mon Jun 27 2011 Gabor Juhasz <[email protected]> - 0.34.0.2
+- BMC#20104 - Initial version of libprofile-qt [CH]
+- Adding libprofile-qt-doc package
+
+* Thu Apr 10 2011 Gabor Juhasz <[email protected]> - 0.34.0.1
+- BMC#13420
+- Initial version of libprofile-qt
+- Removing libprofile-qt-doc package temporarily
+- Removing meego-handset-sound-theme dependency from yaml file
+- Setting proper group : System/System Control
Index: libprofile-qt-0.34.0.2.tar.bz2
===================================================================
Binary file libprofile-qt-0.34.0.2.tar.bz2 added
Index: Makefile
===================================================================
--- Makefile (revision 0)
+++ Makefile (revision 4)
@@ -0,0 +1,5 @@
+PKG_NAME := libprofile-qt
+SPECFILE = $(addsuffix .spec, $(PKG_NAME))  
+YAMLFILE = $(addsuffix .yaml, $(PKG_NAME))  
+  
+include /usr/share/packaging-tools/Makefile.common  



Reply via email to