blueprint.spec
changeset 5518 235b0b4aa324
parent 5517 c3ddcedacbf0
child 6095 9b5695a63003
--- a/blueprint.spec	Thu Aug 11 18:30:17 2005 +0000
+++ b/blueprint.spec	Thu Aug 11 18:34:53 2005 +0000
@@ -1,11 +1,10 @@
 #
 # spec file for package blueprint
 #
-# Copyright (c) 2003 Sun Microsystems, Inc.
+# Copyright (c) 2005 Sun Microsystems, Inc.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
-
 Name:         blueprint
 Summary:      Engine for GTK2 Blue Print Theme
 %ifos solaris
@@ -13,16 +12,15 @@
 %else
 Version:      0.9.16
 %endif
-Release:      35 
+Release:      41 
 License:      LGPL
-Distribution: Java Desktop System, Release 3
+Distribution: Java Desktop System
 Vendor:	      Sun Microsystems, Inc.
 Group:        System/GUI/GNOME
 Source:       %{name}-%{version}.tar.bz2
-Source1:      blueprint-l10n-po-1.14.tar.bz2
-Source2:      l10n-configure.sh
+Patch1:       blueprint-01-fix-configure.diff
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
-URL:          http://www.gnome.org
+URL:          http://www.sun.com/software/javadesktopsystem/
 
 %define gtk2_version 2.4.0
 %define intltool_version 0.30
@@ -30,14 +28,12 @@
 BuildRequires: intltool >= %{intltool_version}
 
 %description
-Engine for GTK2 Blue Print Theme
-Property of Sun Microsystems Inc., 2003
+This package contains the Blueprint theme engine for GTK2
 
 %prep
 %setup -q
-/usr/bin/bzcat -dc %SOURCE1|tar xf -
 
-bash -x %SOURCE2
+%patch1 -p1
 
 %build
 %ifos linux
@@ -51,7 +47,8 @@
   CPUS=1
 fi
 
-aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros -I .
+libtoolize --force
+aclocal $ACLOCAL_FLAGS -I .
 automake -a -c -f
 autoconf
 CFLAGS="$RPM_OPT_FLAGS"