SPECS: i3d.spec - pl desc, more cleaning

qboosh qboosh at pld-linux.org
Fri Apr 14 17:47:15 CEST 2006


Author: qboosh                       Date: Fri Apr 14 15:47:15 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl desc, more cleaning

---- Files affected:
SPECS:
   i3d.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/i3d.spec
diff -u SPECS/i3d.spec:1.4 SPECS/i3d.spec:1.5
--- SPECS/i3d.spec:1.4	Tue Apr 11 12:38:35 2006
+++ SPECS/i3d.spec	Fri Apr 14 17:47:10 2006
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+# TODO: mv SPECS/i3d.spec,v SPECS/innovation3d.spec,v
 #
 # Conditional build:
 %bcond_with	tiff		# build with tiff support
@@ -14,72 +15,30 @@
 # Source0-md5:	815996383f11b2bf79c82252fba04654
 Patch0:		http://dl.sourceforge.net/innovation3d/%{name}_0.66.1-2.diff.gz
 URL:		http://innovation3d.sourceforge.net/
-%if %{with initscript}
-BuildRequires:	rpmbuild(macros) >= 1.228
-Requires(post,preun):	/sbin/chkconfig
-%endif
 BuildRequires:	glut-devel
 BuildRequires:	libtiff-devel
 BuildRequires:	nurbs++-devel
 BuildRequires:	qt-devel
 BuildRequires:	xorg-lib-libXmu-devel
-
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Innovation3D is an Open Source, 3-dimensional modeling program
 developed for Linux.
 
-The goal of Innovation3D ( I3D ) is to provide a modeling tool that
+The goal of Innovation3D (I3D) is to provide a modeling tool that
 allows an artist to utilize a variety of techniques. Polygonal
 modeling is currently the focus, but there is some preliminary support
 for NURBS curves and surfaces, as well as basic animation.
 
 %description -l pl
+Innovation3D to program do modelowania trójwymiarowego tworzony dla
+Linuksa, udostępniany z otwartymi źródłami.
 
-%package subpackage
-######		Unknown group!
-Summary:	-
-Summary(pl):	-
-Group:		-
-
-%description subpackage
-
-%description subpackage -l pl
-
-%package libs
-Summary:	-
-Summary(pl):	-
-Group:		Libraries
-
-%description libs
-
-%description libs -l pl
-
-
-%package devel
-Summary:	Header files for ... library
-Summary(pl):	Pliki nagłówkowe biblioteki ...
-Group:		Development/Libraries
-#Requires:	%{name} = %{version}-%{release}
-
-%description devel
-This is the package containing the header files for ... library.
-
-%description devel -l pl
-Ten pakiet zawiera pliki nagłówkowe biblioteki ....
-
-%package static
-Summary:	Static ... library
-Summary(pl):	Statyczna biblioteka ...
-Group:		Development/Libraries
-Requires:	%{name}-devel = %{version}-%{release}
-
-%description static
-Static ... library.
-
-%description static -l pl
-Statyczna biblioteka ....
+Celem Innovation3D (I3D) jest dostarczenie narzędzia do modelowania
+pozwalającego artyście wykorzystywać różnorodne techniki. Głównym
+elementem jest teraz modelowanie wielokątami, ale jest początkowa
+obsługa krzywych i powierzchni NURBS, a także podstawowej animacji.
 
 %prep
 %setup -q
@@ -87,9 +46,8 @@
 
 %build
 %configure \
---x-libraries=%{_prefix}/X11R6/lib \
-    %{?with_tiff: --with-tiff-prexix=/usr/ } \
-    --with-python-version=2.4
+	%{?with_tiff: --with-tiff-prexix=/usr/ } \
+	--with-python-version=2.4
 
 #    --with-gl-prefix=PFX     Prefix where OpenGL or Mesa is installed
 #    --with-gl-includes=DIR   where the OpenGL or Mesa includes are installed
@@ -106,19 +64,10 @@
 #   --with-python-libraries=DIR where the Python libraries are installed.
 #     --with-dmalloc-cflags=CFLAGS
 
-
-
 %{__make}
 
-#%{__make} \
-#	CFLAGS="%{rpmcflags}" \
-#	LDFLAGS="%{rpmldflags}"
-
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
-#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -131,18 +80,6 @@
 %postun	-p /sbin/ldconfig
 %endif
 
-%if %{with initscript}
-%post init
-/sbin/chkconfig --add %{name}
-%service %{name} restart
-
-%preun init
-if [ "$1" = "0" ]; then
-	%service -q %{name} stop
-	/sbin/chkconfig --del %{name}
-fi
-%endif
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
@@ -155,27 +92,15 @@
 %{_datadir}/%{name}
 %endif
 
-# initscript and its config
-%if %{with initscript}
-%attr(754,root,root) /etc/rc.d/init.d/%{name}
-%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
-%endif
-
-#%{_examplesdir}/%{name}-%{version}
-
-%if %{with subpackage}
-%files subpackage
-%defattr(644,root,root,755)
-#%doc extras/*.gz
-#%{_datadir}/%{name}-ext
-%endif
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/04/14 15:47:10  qboosh
+- pl desc, more cleaning
+
 Revision 1.4  2006/04/11 10:38:35  spider
 - little cleaning
 
@@ -189,4 +114,3 @@
 Revision 1.1  2006/04/09 08:18:44  cieciwa
 - initial
 - NFY
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/i3d.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list