Re: [orbitcpp-list] orbitcpp SPEC file
Status: Beta
Brought to you by:
philipd
From: Richard A. <ric...@ix...> - 2001-04-30 03:13:57
|
Thanks for doing that, That'll come in handy some time soon, I bet. On Mon, 30 Apr 2001 11:04:25 Dag Wieers wrote: > Hey, > > Here's a SPEC file for orbitcpp, if you put this into your source-dir > everyone can easily create a source and binary-package for their system > using: > > rpm -ta target=i686 orbitcpp-0.30.tar.gz > > The reason I use orbitcpp is because drip is using it and since I'm very > keen on using packages, I made one for you ;) > > Thanks alot for all your work. > > -- dag wieers, <da...@wi...>, http://dag.wieers.com/ -- > «Onder voorbehoud van hetgeen niet uitdrukkelijk wordt erkend.» > > > Name: orbitcpp > Version: 0.30 > Release: 1_dag_1 > Summary: C++ bindings for the ORBit Corba ORB. > URL: http://orbitcpp.sourceforge.net/ > Group: Development/Libraries > #Icon: orbitcpp.png > Source: http://prdownloads.sourceforge.net/orbitcpp/%{name}-%{version}.tar.gz > Copyright: GPL > Packager: Dag Wieers <da...@wi...> > BuildRoot: %{_tmppath}/%{name}-%{version} > Prefix: %{_prefix} > > %description > ORBit-C++ is a project to develop C++ bindings for the ORBit Corba > ORB. ORBit-C++ is Free Software (OpenSource), copyrighted under the > GPL and LGPL. > > Primary Objectives > * Provide a spec-compliant C++ corba mapping for ORBit > * To allow programmers to use and write ORBit objects and gnome > components in C++ with little or no runtime overhead (compared to > writing C ones) > * Allow C programmers to use C++ objects without having to deal with > any of that 'horrible C++ syntax' > > In short, to C++ programmers, all ORBit objects look like C++ > objects, and to C programmers, all ORBit objects should look like C > objects. > > Secondary Objectives > * Allow C and C++ objects in the same address space to short-circuit > calls (i.e. no on-the-wire marshalling) for maximum speed. > > %package devel > Summary: C++ bindings for the ORBit Corba ORB. > Group: Development/Libraries > Requires: orbitcpp > > %description devel > This packages contains the header files, libraries and utilities > necessary to write programs that use orbitcpp. If you want to write > such programs, you'll also need to install the orbitcpp package. > > %prep > %setup > > %build > %configure > make > > %install > %makeinstall > > %clean > rm -rf %{buildroot} > > %files > %defattr(-,root,root) > %doc AUTHORS ChangeLog COPYING FAQ INSTALL NEWS README README-0.30 > %{_libdir}/*.so* > > %files devel > %doc HACKING > %{_bindir}/* > %{_libdir}/*.a > %{_libdir}/*.la > %{_includedir}/orb/* > %{_datadir}/aclocal/* > > %changelog > * Mon Apr 30 2001 Dag Wieers <da...@wi...> > - Initial SPEC-file > |