2006-09-01 Damien Carbery <[email protected]> gnome-2-14
authordc144907
Fri, 01 Sep 2006 13:39:44 +0000
branchgnome-2-14
changeset 19166 39bf73f32085
parent 19165 90520d4eda60
child 19167 6e109098ec60
2006-09-01 Damien Carbery <[email protected]> * extra-specs/libart_lgpl.spec: Removed. It is an unmaintained duplicate of the file elsewhere.
Solaris/ChangeLog
Solaris/extra-specs/libart_lgpl.spec
--- a/Solaris/ChangeLog	Fri Sep 01 09:36:15 2006 +0000
+++ b/Solaris/ChangeLog	Fri Sep 01 13:39:44 2006 +0000
@@ -1,3 +1,8 @@
+2006-09-01  Damien Carbery <[email protected]>
+
+	* extra-specs/libart_lgpl.spec: Removed. It is an unmaintained
+	duplicate of the file elsewhere.
+
 2006-08-31  Damien Carbery <[email protected]>
 
 	* SUNWlibgtop.spec: Delete %{_datadir}/info dir, being consistent with
--- a/Solaris/extra-specs/libart_lgpl.spec	Fri Sep 01 09:36:15 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,108 +0,0 @@
-#
-# Copyright (c) Sun Microsystems, Inc.
-#
-
-Name:			libart_lgpl
-License:		LGPL
-Group:			System/Libraries/GNOME
-Version:		2.3.16
-Release:		16
-Distribution:		Cinnabar
-Vendor:			Sun Microsystems, Inc.
-Summary:		Libart is a library for high-performace 2D graphics
-Source:			http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-%{version}.tar.bz2
-Source1:                libart_lgpl_2.3.gz
-Source2:                l10n-configure.sh
-Patch1:                 libart_lgpl-01-uninstalled-pc.diff
-URL:			http://www.levien.com/libart
-BuildRoot:		%{_tmppath}/%{name}-%{version}-build
-Docdir:			%{_defaultdocdir}/doc
-Autoreqprov:		on
-Prereq:			/sbin/ldconfig
-
-%description
-Libart is a library for high-performace 2d graphics. It
-is currently being used as the anti-aliased rendering
-engine for the GNOME Canvas.
-
-
-%package devel
-Summary:		Libart is a library for high-performace 2D graphics
-Group:			System/Libraries/GNOME
-Requires:		%{name} = %{version}
-
-%description devel
-Libart is a library for high-performace 2d graphics. It
-is currently being used as the anti-aliased rendering
-engine for the GNOME Canvas.
-
-%prep
-%setup -q
-%patch1 -p1
-
-bash -x %SOURCE2
-
-%build
-%ifos linux
-if [ -x /usr/bin/getconf ]; then
-  CPUS=`getconf _NPROCESSORS_ONLN`
-fi
-%else
-  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l`
-%endif
-if test "x$CPUS" = "x" -o $CPUS = 0; then
-  CPUS=1
-fi
-
-libtoolize --force
-aclocal $ACLOCAL_FLAGS -I .
-autoheader
-automake -a -c -f
-autoconf
-
-CFLAGS="$RPM_OPT_FLAGS"	\
-./configure --prefix=%{_prefix}
-make -j $CPUS
-
-%install
-make install DESTDIR=$RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/share/man/man3
-install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT/usr/share/man/man3
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%{_libdir}/*.so.*
-#%{_bindir}/libart2-config - not being delivered, should it
-
-%files devel
-%defattr(-,root,root)
-%{_libdir}/*.so
-%{_libdir}/pkgconfig/*.pc
-%{_includedir}/libart-2.0
-%{_mandir}/man3/*
-
-%changelog
-* Wed Jul 07 2004 - [email protected]
-- added "-j $CPUS" to make to speed up builds
-
-* Fri Feb 20 2004 - <[email protected]>
-- Update Distro
-
-* Fri Feb 06 2004 - <[email protected]>
-- small patch typo: missing "-"p1
-
-* Fri Feb 06 2004 - <[email protected]>
-- add patch for -uninstalled pkgconfig file
-- autotoolize
-
-* Fri Oct 06 2003 - <[email protected]>
-- Created Quicksilver build.
-
-* Thu Aug 14 2003 - <[email protected]>
-- move lib*.so to -devel, remove *.a, *.la
-
-* Sun Jul 26 2003 - <[email protected]> 2.3.13
-- Initial spec file