I have made the following changes intended for :
  CE:Apps:MTF / libircclient-qt

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/3178

Thank You,
bossbot ([email protected])

[This message was auto-generated]

---

Request # 3178:

Messages from BOSS:
     Could not notify CE-maintainers (no address found)

State:   review          2011-11-21T11:25:14 bossbot

Reviews:
     accepted by bossbot : Prechecks completed; none failed.
     new by   None

Changes:
  submit: home:w00t:ce / libircclient-qt -> CE:Apps:MTF / libircclient-qt
  
changes files:
--------------

++++++ new changes file:
--- libircclient-qt.changes
+++ libircclient-qt.changes
@@ -0,0 +1,14 @@
+* Thu Nov 17 2011 Robin Burchell <[email protected]> - 0.5.0
+- Package for Nemo/Mer, rewritten using spectacle.
+
+* Mon Sep 12 2011 Jan Kaluza <[email protected]> - 0.5.0-3
+- Rebuild because of libicu
+
+* Wed Aug 03 2011 Jan Kaluza <[email protected]> - 0.5.0-2
+- fixed URL and Group, added proper Requires for -devel
+- fixed directories ownership. docs are included now
+- show compiler output
+
+* Wed May 25 2011 Jan Kaluza <[email protected]> - 0.5.0-1
+- Initial Fedora packaging
+

new:
----
  libircclient-qt-src-0.5.0.tar.gz
  libircclient-qt.changes
  libircclient-qt.spec
  libircclient-qt.yaml

spec files:
-----------

++++++ new spec file:
--- libircclient-qt.spec
+++ libircclient-qt.spec
@@ -0,0 +1,103 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.23
+# 
+# >> macros
+# << macros
+
+Name:       libircclient-qt
+Summary:    Cross-platform IRC client library written with Qt 4
+Version:    0.5.0
+Release:    1
+Group:      System Environment/Libraries
+License:    LGPLv2+
+URL:        http://www.bitbucket.org/jpnurmi/libircclient-qt
+Source0:    %{name}-src-%{version}.tar.gz
+Source100:  libircclient-qt.yaml
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+BuildRequires:  pkgconfig(QtCore)
+BuildRequires:  pkgconfig(QtGui)
+BuildRequires:  pkgconfig(icu-uc)
+BuildRequires:  pkgconfig(icu-i18n)
+
+
+%description
+LibIrcClient-Qt is a cross-platform IRC client library written with Qt 4.
+
+
+
+%package -n libircclient-qt-devel
+Summary:    Cross-platform IRC client library written with Qt 4 (development 
files)
+Group:      Development/Libraries
+Requires:   xdg-utils
+Provides:   %{name}-x11 = %{version}-%{release}
+Obsoletes:   %{name}-x11 < %{version}-%{release}
+
+%description -n libircclient-qt-devel
+LibIrcClient-Qt is a cross-platform IRC client library written with Qt 4.
+
+
+
+%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}/libircclient-qt.so.0
+%{_libdir}/libircclient-qt.so.0.5
+%{_libdir}/libircclient-qt.so.0.5.0
+# >> files
+# << files
+
+
+%files -n libircclient-qt-devel
+%defattr(-,root,root,-)
+%{_includedir}/qt4/ircclient-qt/Irc
+%{_includedir}/qt4/ircclient-qt/IrcBuffer
+%{_includedir}/qt4/ircclient-qt/IrcGlobal
+%{_includedir}/qt4/ircclient-qt/IrcSession
+%{_includedir}/qt4/ircclient-qt/IrcUtil
+%{_includedir}/qt4/ircclient-qt/irc.h
+%{_includedir}/qt4/ircclient-qt/ircbuffer.h
+%{_includedir}/qt4/ircclient-qt/ircglobal.h
+%{_includedir}/qt4/ircclient-qt/ircsession.h
+%{_includedir}/qt4/ircclient-qt/ircutil.h
+%{_libdir}/libircclient-qt.so
+%{_datadir}/qt4/mkspecs/features/libircclient-qt-config.prf
+%{_datadir}/qt4/mkspecs/features/libircclient-qt.prf
+# >> files libircclient-qt-devel
+# << files libircclient-qt-devel
+

other changes:
--------------

++++++ libircclient-qt-src-0.5.0.tar.gz (new)

++++++ libircclient-qt.yaml (new)
--- libircclient-qt.yaml
+++ libircclient-qt.yaml
@@ -0,0 +1,54 @@
+Name: libircclient-qt
+Summary: Cross-platform IRC client library written with Qt 4
+Version: 0.5.0
+Release: 1
+Group: System Environment/Libraries
+License: LGPLv2+
+URL: http://www.bitbucket.org/jpnurmi/libircclient-qt
+Sources:
+    - "%{name}-src-%{version}.tar.gz"
+Description: |
+    LibIrcClient-Qt is a cross-platform IRC client library written with Qt 4.
+
+PkgConfigBR:
+    - QtCore
+    - QtGui
+    - icu-uc
+    - icu-i18n
+
+Configure: none
+Builder: qmake
+Files:
+    - "%{_libdir}/libircclient-qt.so.0"
+    - "%{_libdir}/libircclient-qt.so.0.5"
+    - "%{_libdir}/libircclient-qt.so.0.5.0"
+SubPackages:
+    - Name: libircclient-qt-devel
+      AsWholeName: yes
+      Summary: Cross-platform IRC client library written with Qt 4 
(development files)
+      Group: Development/Libraries
+      Description: |
+          LibIrcClient-Qt is a cross-platform IRC client library written with 
Qt 4.
+      AutoDepend: no
+      Requires:
+          - xdg-utils
+      Provides:
+          - "%{name}-x11 = %{version}-%{release}"
+      Obsoletes:
+          - "%{name}-x11 < %{version}-%{release}"
+      Files:
+
+          - "%{_includedir}/qt4/ircclient-qt/Irc"
+          - "%{_includedir}/qt4/ircclient-qt/IrcBuffer"
+          - "%{_includedir}/qt4/ircclient-qt/IrcGlobal"
+          - "%{_includedir}/qt4/ircclient-qt/IrcSession"
+          - "%{_includedir}/qt4/ircclient-qt/IrcUtil"
+          - "%{_includedir}/qt4/ircclient-qt/irc.h"
+          - "%{_includedir}/qt4/ircclient-qt/ircbuffer.h"
+          - "%{_includedir}/qt4/ircclient-qt/ircglobal.h"
+          - "%{_includedir}/qt4/ircclient-qt/ircsession.h"
+          - "%{_includedir}/qt4/ircclient-qt/ircutil.h"
+          - "%{_libdir}/libircclient-qt.so"
+          - "%{_datadir}/qt4/mkspecs/features/libircclient-qt-config.prf"
+          - "%{_datadir}/qt4/mkspecs/features/libircclient-qt.prf"
+



Reply via email to