add "dont bump" keyword
authorjerrytan
Wed, 30 Sep 2009 09:43:42 +0000
changeset 16681 6eced83cc29d
parent 16680 20111f2bc5d5
child 16682 5c3d74388f71
add "dont bump" keyword
ChangeLog
SUNWdesktop-search.spec
base-specs/tracker.spec
--- a/ChangeLog	Wed Sep 30 07:52:10 2009 +0000
+++ b/ChangeLog	Wed Sep 30 09:43:42 2009 +0000
@@ -1,3 +1,9 @@
+2009-09-30  Jerry Tan <[email protected]>
+
+	* SUNWdesktop-search.spec:
+	* base-specs/tracker.sepc:
+	add "dont bump" keyword to avoid bump
+
 2009-09-30  Harry Fu  <[email protected]>
 
 	* closed/SUNWzz-gnome-l10n.spec: Add symbol links for the newly added locales. bugster:6859805
--- a/SUNWdesktop-search.spec	Wed Sep 30 07:52:10 2009 +0000
+++ b/SUNWdesktop-search.spec	Wed Sep 30 09:43:42 2009 +0000
@@ -22,6 +22,7 @@
 SUNW_BaseDir:   %{_basedir}
 SUNW_Copyright: %{name}.copyright
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source0:        %{name}-manpages-0.1.tar.gz
 Source1:        tracker-firefox-history-xesam.xpi
 Source2:        tracker-thunderbird.xpi
 
@@ -108,6 +109,8 @@
 rm -rf %name-%version
 mkdir -p %name-%version
 %tracker.prep -d %name-%version
+cd %{_builddir}/%name-%version
+gzcat %SOURCE0 | tar xf -
 
 %build
 export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
@@ -122,6 +125,10 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %tracker.install -d %name-%version
+#rm -r $RPM_BUILD_ROOT%{_mandir}
+cd %{_builddir}/%name-%version/sun-manpages
+make install DESTDIR=$RPM_BUILD_ROOT
+
 cd %{_builddir}/%name-%version
 
 # Install firefox extension
--- a/base-specs/tracker.spec	Wed Sep 30 07:52:10 2009 +0000
+++ b/base-specs/tracker.spec	Wed Sep 30 09:43:42 2009 +0000
@@ -15,6 +15,7 @@
 License:        GPL v2
 Group:          Applications/System
 Version:        0.6.95
+#### DO NOT BUMP MODULE TO 0.7.0 AS IT'S DEPENDENCY ARE NOT READY
 Release:        1
 Distribution:   Java Desktop System
 Vendor:         Sun Microsystems, Inc.