Hi, Peter:

The attica is also dependency of garage client and has been accepted in another 
request http://bugs.meego.com/show_bug.cgi?id=6357. So it should have no 
problem.

Thanks
Jackie

> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of
> [email protected]
> Sent: Monday, November 29, 2010 3:17 PM
> To: Zhu, Peter J; [email protected]
> Cc: [email protected]
> Subject: Re: [meego-packaging] [meego-commits] 10021: New package
> Trunk:Testing/attica
> 
> The Product Manager is Ville (in CC).
> 
> Let's wait for Ville reply :)
> 
> ________________________________________
> From: ext Zhu, Peter J [[email protected]]
> Sent: Monday, November 29, 2010 7:58 AM
> To: Boudra Fathi (Nokia-MS/Helsinki); [email protected]
> Cc: Spencer, Bob; Kaksonen Veli (Nokia-MS/Helsinki); Lavonius Ville
> (Nokia-MS/Helsinki)
> Subject: RE: [meego-commits] 10021: New package Trunk:Testing/attica
> 
> Hi
> 
> > -----Original Message-----
> > From: [email protected] [mailto:[email protected]]
> > Sent: Sunday, November 28, 2010 3:19 PM
> > To: Zhu, Peter J; [email protected]
> > Cc: Spencer, Bob; [email protected]; [email protected]
> > Subject: RE: [meego-commits] 10021: New package Trunk:Testing/attica
> >
> > Hi Peter,
> >
> > > This feature is NOT accepted yet.
> >
> > set status to ACCEPTED and assign to me.
> >
> It's not you accept by yourself. It should be PM(Bob, I guess for SDK) to 
> accept
> this.
> 
> Peter
> 
> > > And what's the function for this plugin?
> >
> > OBS client like osc. See also feature description:
> > The developer shall be able to access an OBS server from within the IDE.
> >
> > Cheers,
> >
> > Fathi
> >
> > > -----Original Message-----
> > > From: [email protected]
> > > [mailto:[email protected]] On Behalf Of Fathi Boudra
> > > Sent: Saturday, November 27, 2010 7:31 PM
> > > To: [email protected]
> > > Subject: [meego-commits] 10021: New package Trunk:Testing/attica
> > >
> > > Hi,
> > > Adding new package attica in project Trunk:Testing. Please review and
> accept
> > > ASAP.
> > >
> > > Justification for this new package:
> > >
> > > Attica is a BR for Qt Creator OBS plugin (FEA#9461)
> > >
> > > Thank You,
> > > Fathi Boudra
> > >
> > > [This message was auto-generated]
> > >
> > > ---
> > >
> > > Request #10021:
> > >
> > >   submit:   home:boudra:kde/attica(r2) -> Trunk:Testing/attica
> > >
> > >
> > > Message:
> > >     Attica is a BR for Qt Creator OBS plugin (FEA#9461)
> > >
> > > State:   new          2010-11-27T03:31:07 boudra
> > > Comment: None
> > >
> > >
> > > This is a NEW package in Trunk:Testing project.
> > > The files in the new package:
> > > attica/
> > >   |__  attica-0.2.0.tar.bz2
> > >   |__  attica.changes
> > >   |__  attica.spec
> > >
> > > The content of the spec file, attica.spec:
> > >
> >
> ================================================================
> > > ===
> > > # spec file for attica
> > >
> > > Name:           attica
> > > Version:        0.2.0
> > > Release:        1
> > > License:        LGPLv2.1+
> > > Summary:        Qt library that implements the Open Collaboration
> > Services
> > > API
> > > Url:            http://www.kde.org/
> > > Group:          System/Libraries
> > > Source0:
> > > ftp://ftp.kde.org/pub/kde/stable/%{name}/%{name}-%{version}.tar.bz2
> > > BuildRequires:  cmake
> > > BuildRequires:  pkgconfig(QtCore)
> > >
> > > %description
> > > Attica is a Qt library that implements the Open Collaboration Services API
> > > version 1.4. It grants easy access to the services such as querying
> > information
> > > about persons and contents.
> > >
> > > %package devel
> > > Summary:        Development files for the Attica library
> > > Group:          Development/Libraries
> > > Requires:       %{name} = %{version}
> > >
> > > %description devel
> > > Attica is a Qt library that implements the Open Collaboration Services API
> > > version 1.4. It grants easy access to the services such as querying
> > information
> > > about persons and contents.
> > >
> > > This package contains the development header files.
> > >
> > > %prep
> > > %setup -q
> > >
> > > %build
> > > mkdir %{_target_platform}
> > > cd %{_target_platform} && cmake .. \
> > >       -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
> > >       -DCMAKE_C_COMPILER:FILEPATH="cc" \
> > >       -DCMAKE_CXX_COMPILER:FILEPATH="g++" \
> > >       -DCMAKE_C_FLAGS="%{optflags}" \
> > >       -DCMAKE_CXX_FLAGS="%{optflags}" \
> > >       -DCMAKE_SKIP_RPATH=ON \
> > >       -DCMAKE_VERBOSE_MAKEFILE=ON \
> > >       -DCMAKE_SKIP_RPATH:BOOL=OFF \
> > >       -DCMAKE_USE_RELATIVE_PATHS=ON \
> > >       -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed
> > -Wl,--no-undefined"
> > > \
> > >       -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed
> > -Wl,--no-undefined"
> > > \
> > >       -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed
> -Wl,--no-undefined"
> > > make %{?_smp_mflags}
> > >
> > > %install
> > > make -C %{_target_platform} install DESTDIR=%{buildroot}
> > >
> > > %post -p /sbin/ldconfig
> > > %postun -p /sbin/ldconfig
> > >
> > > %files
> > > %defattr(-,root,root,-)
> > > %{_libdir}/libattica.so.*
> > >
> > > %files devel
> > > %defattr(-,root,root,-)
> > > %{_libdir}/lib%{name}.so
> > > %{_includedir}/%{name}/*.h
> > > %{_libdir}/pkgconfig/lib%{name}.pc
> > >
> > >
> >
> ================================================================
> > > ===
> > >
> > > _______________________________________________
> > > MeeGo-commits mailing list
> > > [email protected]
> > > http://lists.meego.com/listinfo/meego-commits
> _______________________________________________
> MeeGo-packaging mailing list
> [email protected]
> http://lists.meego.com/listinfo/meego-packaging
_______________________________________________
MeeGo-packaging mailing list
[email protected]
http://lists.meego.com/listinfo/meego-packaging

Reply via email to