Bump to 0.4
authormattk
Tue, 24 Feb 2004 13:06:43 +0000
changeset 1935 411c5bbcbd4a
parent 1934 efe7bc9affaf
child 1936 6d86dadeb425
Bump to 0.4
ChangeLog
hicolor-icon-theme.spec
--- a/ChangeLog	Tue Feb 24 11:56:54 2004 +0000
+++ b/ChangeLog	Tue Feb 24 13:06:43 2004 +0000
@@ -1,3 +1,7 @@
+2004-02-24  Matt Keenan  <[email protected]>
+	
+	* hicolor-icon-theme.spec : Bump to 0.4
+
 2004-02-24  Matt Keenan  <[email protected]>
 	
 	* gphoto2.spec : Add all linguas patch
--- a/hicolor-icon-theme.spec	Tue Feb 24 11:56:54 2004 +0000
+++ b/hicolor-icon-theme.spec	Tue Feb 24 13:06:43 2004 +0000
@@ -2,8 +2,8 @@
 License:      		GPL
 Group:        		System/GUI/GNOME
 BuildArchitectures:	noarch
-Version:      		0.3
-Release:      		4
+Version:      		0.4
+Release:      		5
 Distribution: 		Cinnabar
 Vendor:       		Sun Microsystems, Inc.
 Summary:      		GNOME Hi Color Icon Theme
@@ -20,11 +20,13 @@
 %setup -q
 
 %build
-echo "Hicolor icon theme build done during install"
+CFLAGS="$RPM_OPT_FLAGS" \
+  ./configure \
+    --prefix=%{_prefix} \
+    --sysconfdir=%{_sysconfdir}
 
 %install
-make PREFIX=$RPM_BUILD_ROOT/%{_prefix}
-cd ..
+make -i install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -34,8 +36,12 @@
 %{_datadir}/icons/hicolor
 
 %changelog
+* Tue Feb 24 2004 - <[email protected]>
+- Bump to 0.4, configure and install rules
+
 * Mon Feb 16 2004 - <[email protected]>
 - replace tar jxf with the setup macro
 - replace /usr with %{_prefix}
+
 * Tue Feb 10 2004 - <[email protected]>
 - Initial verison for cinnabar