packages: ice/ice.spec - rename to ice (as upstream rpm) - add todo, will c...

glen glen at pld-linux.org
Sat Apr 3 19:49:34 CEST 2010


Author: glen                         Date: Sat Apr  3 17:49:34 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rename to ice (as upstream rpm)
- add todo, will commit more stuff when i manage to build

---- Files affected:
packages/ice:
   ice.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/ice/ice.spec
diff -u packages/ice/ice.spec:1.2 packages/ice/ice.spec:1.3
--- packages/ice/ice.spec:1.2	Thu Apr  1 23:22:41 2010
+++ packages/ice/ice.spec	Sat Apr  3 19:49:29 2010
@@ -1,40 +1,48 @@
 # $Revision$, $Date$
-
-Summary:	Ice
-Summary(pl.UTF-8):	Ice
-Name:		Ice
+# TODO
+# - get stuff from fc spec
+# - cc/cflags
+# - language bindings
+Summary:	The Ice base runtime and services
+Name:		ice
 Version:	3.4.0
-Release:	1
-License:	GPL and Custom (see ICE_LICENSE)
+Release:	0.1
+License:	GPL v2 with exceptions (see ICE_LICENSE)
 Group:		Applications
-Source0:	http://www.zeroc.com/download/Ice/3.4/%{name}-%{version}.tar.gz
+Source0:	http://www.zeroc.com/download/Ice/3.4/Ice-%{version}.tar.gz
 # Source0-md5:	998b10627ade020cb00f5beb73efc0e0
-URL:		http://www.zeroc.com
+URL:		http://www.zeroc.com/
 Patch0:		%{name}-build.patch
-BuildRequires:	db4.5-cxx-devel
+BuildRequires:	db-cxx-devel
 BuildRequires:	mcpp-devel
+# drop these O/P if not needed
+Provides:	Ice
+Obsoletes:	Ice
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Ice.
-
-%description -l pl.UTF-8
-Ice.
+Ice is a modern alternative to object middleware such as CORBA or
+COM/DCOM/COM+. It is easy to learn, yet provides a powerful network
+infrastructure for demanding technical applications. It features an
+object-oriented specification language, easy to use C++, C#, Java,
+Python, Ruby, PHP, and Visual Basic mappings, a highly efficient
+protocol, asynchronous method invocation and dispatch, dynamic
+transport plug-ins, TCP/IP and UDP/IP support, SSL-based security, a
+firewall solution, and much more.
 
 %package devel
-Summary:	Header files for Ice library
-Summary(pl.UTF-8):	Pliki nagłówkowe bibliotekiIce
+Summary:	Tools for developing Ice applications in C++
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+# drop these O/P if not needed
+Provides:	Ice-devel
+Obsoletes:	Ice-devel
 
 %description devel
-Header files for Ice library.
-
-%description devel -l pl.UTF-8
-Pliki nagłówkowe bibliotekiIce.
+Tools for developing Ice applications in C++.
 
 %prep
-%setup -q
+%setup -q -n Ice-%{version}
 %patch0 -p0
 
 %build
@@ -43,15 +51,15 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT{/usr,%{_datadir},%{_datadir}/%{name}}
+install -d $RPM_BUILD_ROOT{%{_prefix},%{_datadir},%{_datadir}/Ice}
 
 %{__make} install \
 	prefix=$RPM_BUILD_ROOT
 
-mv $RPM_BUILD_ROOT/bin $RPM_BUILD_ROOT/usr
-mv $RPM_BUILD_ROOT/include $RPM_BUILD_ROOT/usr
-mv $RPM_BUILD_ROOT/lib64 $RPM_BUILD_ROOT/usr
-mv $RPM_BUILD_ROOT/slice $RPM_BUILD_ROOT%{_datadir}/%{name}
+mv $RPM_BUILD_ROOT/bin $RPM_BUILD_ROOT%{_prefix}
+mv $RPM_BUILD_ROOT/include $RPM_BUILD_ROOT%{_prefix}
+mv $RPM_BUILD_ROOT/lib64 $RPM_BUILD_ROOT%{_prefix}
+mv $RPM_BUILD_ROOT/slice $RPM_BUILD_ROOT%{_datadir}/Ice
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -115,7 +123,7 @@
 %attr(755,root,root) %ghost %{_libdir}/libIceXML.so.34
 %attr(755,root,root) %{_libdir}/libSlice.so.3.4.0
 %attr(755,root,root) %ghost %{_libdir}/libSlice.so.34
-%{_datadir}/%{name}
+%{_datadir}/Ice
 
 %files devel
 %defattr(644,root,root,755)
@@ -152,6 +160,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2010/04/03 17:49:29  glen
+- rename to ice (as upstream rpm)
+- add todo, will commit more stuff when i manage to build
+
 Revision 1.2  2010/04/01 21:22:41  shadzik
 - better license
 - add datadir/Ice
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ice/ice.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list