12174N/A#
12174N/A# spec file for package SUNWfsexam
12174N/A#
12174N/A# includes module(s): fsexam
12174N/A#
18678N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
12174N/A# This file and all modifications and additions to the pristine
12174N/A# package are under the same license as the package itself.
12174N/A#
20363N/A%define owner yongsun
12174N/A#
10145N/A
18593N/A%define OSR n/a:n/a
18593N/A
10145N/A%include Solaris.inc
10145N/A
10145N/A%define name SUNWfsexam
10145N/A%define cmpt fsexam
10145N/A
10145N/ASummary: Filesystem Examiner
10145N/AName: SUNWfsexam
18688N/AIPS_package_name: storage/fsexam
18688N/AMeta(info.classification): %{classification_prefix}:Applications/System Utilities
20777N/AVersion: 0.8.3
10239N/ARelease: 1
20829N/ALicense: cr_Oracle
10145N/ASUNW_BaseDir: %{_basedir}
10145N/ASource: %{cmpt}-%{version}.tar.bz2
13850N/ASource1: fsexam-l10n-po-1.11.tar.bz2
10145N/ASource2: l10n-configure.sh
10697N/ASource3: %{name}-manpages-0.1.tar.gz
10145N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10145N/ASUNW_Category: G11NTOOLS,application,%{jds_version}
12710N/ASUNW_Copyright: %{name}.copyright
10145N/A
10145N/A%include default-depend.inc
20857N/A%include desktop-incorporation.inc
16401N/ARequires: SUNWlibglade
10145N/ARequires: SUNWgnome-libs
10145N/ARequires: SUNWgnome-config
10145N/ARequires: SUNWgnome-panel
10145N/ARequires: SUNWgnome-file-mgr
10145N/ARequires: SUNWfsexam-root
10145N/ARequires: SUNWgnome-vfs
10145N/ARequires: SUNWpostrun
10373N/ARequires: SUNWautoef
19142N/ARequires: SUNWgnome-component
16401N/ABuildRequires: SUNWlibglade-devel
10145N/ABuildRequires: SUNWgnome-file-mgr-devel
10145N/ABuildRequires: SUNWgnome-libs-devel
10145N/ABuildRequires: SUNWgnome-config-devel
10145N/ABuildRequires: SUNWgnome-panel-devel
10145N/ABuildRequires: SUNWgnome-vfs-devel
10373N/ABuildRequires: SUNWautoef
10145N/A
10145N/A%package l10n
10145N/ASummary: Fsexam - l10n files
20829N/ARequires: %{name}
10145N/A
10145N/A%package root
10145N/ASummary: %{summary} - / filesystem
10145N/ASUNW_BaseDir: /
10145N/ASUNW_Category: G11NTOOLS,application,%{jds_version}
10145N/A%include default-depend.inc
20857N/A%include desktop-incorporation.inc
10145N/ARequires: SUNWpostrun-root
10145N/ARequires: SUNWgnome-config
10145N/A
10145N/A%description
10145N/AFile System Examiner is to help user migrate file name and file content from
10145N/Alegacy encoding to UTF8 encoding.
10145N/A
10145N/A%prep
10145N/A%setup -q -n %{cmpt}-%{version}
10697N/Abzcat %SOURCE1 | tar xf -
10697N/Agzcat %SOURCE3 | tar xf -
10145N/A
12754N/Abash -x %SOURCE2 --enable-sun-linguas
10145N/A
10145N/A%build
10145N/Aexport LDFLAGS="%_ldflags -L%{_libdir} -R%{_libdir}"
10145N/Aexport CFLAGS="-I%{_includedir} %optflags"
10145N/Aexport RPM_OPT_FLAGS="$CFLAGS"
10145N/Aexport PKG_CONFIG_PATH=%{_pkg_config_path}
10145N/A
10145N/Aintltoolize --copy --force --automake
12773N/A
12773N/Abash -x %SOURCE2 --enable-copyright
12773N/A
10145N/Alibtoolize --copy --force
10145N/Aaclocal $ACLOCAL_FLAGS
20363N/Aautoheader
10145N/Aautomake -a -c -f
10145N/Aautoconf
10145N/A./configure --prefix=%{_prefix} \
10145N/A --sysconfdir=%{_sysconfdir}
10145N/A
10145N/Amake
10145N/A
10145N/A%install
10145N/Arm -rf $RPM_BUILD_ROOT
10145N/Aexport GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
10145N/A%makeinstall
10145N/A
10145N/Arm -rf $RPM_BUILD_ROOT/var
10145N/A
10145N/A%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
10145N/A
10614N/Acd $RPM_BUILD_ROOT/%{_bindir}
10614N/Aln -s fsexam fsexamc
10614N/A
10697N/A# /usr/share/man
10697N/Acd %{_builddir}/%cmpt-%version/sun-manpages
10697N/Amake install DESTDIR=$RPM_BUILD_ROOT
10697N/A
10145N/A%clean
10145N/Arm -rf ${RPM_BUILD_ROOT}
10145N/A
10145N/A%post
16679N/A%restart_fmri gconf-cache
10145N/A
10145N/A%files
10145N/A%defattr(-, root, bin)
10145N/A%dir %attr (0755, root, bin) %{_bindir}
10145N/A%{_bindir}/*
10362N/A%dir %attr (0755, root, bin) %{_libdir}
10362N/A%{_libdir}/bonobo/servers/*.server
10145N/A%dir %attr (0755, root, sys) %{_datadir}
10145N/A%dir %attr (0755, root, other) %{_datadir}/applications
10145N/A%{_datadir}/applications/fsexam.desktop
10145N/A%dir %attr (0755, root, other) %{_datadir}/pixmaps
10145N/A%{_datadir}/pixmaps/*.png
10145N/A%dir %attr (0755, root, other) %{_datadir}/gnome
10145N/A%{_datadir}/gnome/help/fsexam/C
10145N/A%{_datadir}/omf/fsexam/*-C.omf
10362N/A%dir %attr (0755, root, other) %{_datadir}/fsexam
10362N/A%{_datadir}/fsexam/glade/*.glade2
11936N/A%dir %attr (0755, root, bin) %{_datadir}/idl
10362N/A%{_datadir}/idl/*.idl
10697N/A%dir %attr (0755, root, bin) %{_mandir}
10697N/A%dir %attr (0755, root, bin) %{_mandir}/*
10697N/A%{_mandir}/*/*
14416N/A%doc AUTHORS ChangeLog COPYING NEWS README
14423N/A%dir %attr (0755, root, other) %{_datadir}/doc
10145N/A
10145N/A%files l10n
10145N/A%defattr (-, root, bin)
10145N/A%dir %attr (0755, root, sys) %{_datadir}
10145N/A%attr (-, root, other) %{_datadir}/locale
10145N/A%dir %attr (0755, root, other) %{_datadir}/gnome
10145N/A%{_datadir}/gnome/help/fsexam/[a-z]*
10145N/A%{_datadir}/omf/fsexam/*-[a-z]*.omf
10145N/A
10145N/A%files root
10145N/A%defattr (0755, root, sys)
10145N/A%attr (-, root, sys) %dir %{_sysconfdir}
10145N/A%{_sysconfdir}/gconf/schemas/fsexam.schemas
10145N/A
10145N/A%changelog
20777N/A* Fri Jul 01 2011 - y.yong.sun@oracle.com
20777N/A- bumped to 0.8.3
20363N/A* Tue Jun 14 2011 - y.yong.sun@oracle.com
20363N/A- bumped to 0.8.2
20363N/A- fixed bug 7020599
18678N/A* Fri Apr 23 2010 - ghee.teo@oracle.com
18678N/A- Added patch to remove reference to libeel.so.2
16679N/A* Wed Jun 17 2009 - yong.sun@sun.com
16679N/A- replace the postrun script with a restart_fmri
14423N/A* Fri Sep 19 2008 - dave.lin@sun.com
14423N/A- Set attribute of the dir /usr/share/doc in base pkg.
13850N/A* Wed Aug 13 2008 - takao.fujiwara@sun.com
13850N/A- commit messages translation as fsexam-l10n-po-1.11.tar.bz2 for cs.po
13596N/A* Mon Jul 21 2008 - jedy.wang@sun.com
13596N/A- Set the owner to yongsun.
12710N/A* Mon Mar 31 2008 - yandong.yao@sun.com
12710N/A- use SUNWfsexam.copyright instead of default copyright.
12627N/A* Fri Mar 21 2008 - yandong.yao@sun.com
12627N/A- bump to 0.8.1
12627N/A- commit messages translation as fsexam-l10n-po-1.10.tar.bz2
12627N/A- merge patch fsexam-01-obsolete-eel-func to trunk
12116N/A* Thu Jan 03 2008 - damien.carbery@sun.com
12116N/A- Add patch fsexam-01-obsolete-eel-func to eliminate the use of an obsoleted
12116N/A eel function (eel_str_get_after_prefix).
11936N/A* Thu Nov 15 2007 - damien.carbery@sun.com
11936N/A- Correct dir ownership for %{_datadir}/idl.
11936N/A* Tue Nov 13 2007 - Yandong.Yao@Sun.COM
11914N/A- Bump to version 0.8.0 as 0.6.* is reserved for jds3.1
11219N/A* Mon Sep 10 2007 - Yandong.Yao@Sun.COM
11219N/A- Bump to version 0.6.0
11086N/A* Fri Aug 17 2007 - yandong.yao@sun.com
11086N/A- Bump to version 0.4.6
10970N/A* Mon Jul 30 2007 - yandong.yao@sun.com
10970N/A- Bump to version 0.4.4
10878N/A* Thu Jun 28 2007 - yandong.yao@sun.com
10878N/A- Bump to version 0.4.3
10702N/A* Wed May 30 2007 - yandong.yao@sun.com
10702N/A- Fix bug 6561612 fsexam crash when config a log file at the first time
10702N/A- Fix bug 6561617 fsexam search with incorrect result
10697N/A* Tue May 29 2007 - yandong.yao@sun.com
10697N/A- Add man page fsexam.1 and fsexam.4
10614N/A* Thu May 10 2007 - yandong.yao@sun.com
10614N/A- Bump to version 0.4.2
10614N/A- Symlink fsexamc to fsexam
10386N/A* Mon Apr 02 2007 - damien.carbery@sun.com
10386N/A- Remove upstream patch, 01-check-auto_ef.
10373N/A* Tue March 27 2007 - damien.carbery@sun.com
10373N/A- Add Build/Requires SUNWautoef for auto_ef.h header file.
10386N/A* Sat Mar 24 2007 - yandong.yao@sun.com
10362N/A- Bump to version 0.4.0
10362N/A- Add fsexam.glade2, idl into SUNWfsexam pkg
10386N/A* Mon Mar 7 2007 - yandong.yao@sun.com
10239N/A- Fix bug 6444322: provide custermized sorting function for GtkTreeModel
10145N/A* Sat Aug 12 2006 - laca@sun.com
10145N/A- delete some unnecessary env variables
10145N/A* Fri Jul 14 2006 - laca@sun.com
10145N/A- update %post/%postun/etc scripts to support diskless client setup,
10145N/A part of 6448317
10145N/A* Thu Jun 29 2006 - laca@sun.com
10145N/A- update postrun scripts
10145N/A* Fri Jun 23 2006 - yandong.yao@sun.com
10145N/A- Fix bug 6441381
10145N/A* Thu Jun 15 2006 - yandong.yao@sun.com
10145N/A- add libtool,automake before autoconf
10145N/A Fix bug 6432608
10145N/A* Sun Jun 11 2006 - laca@sun.com
10145N/A- change group from other to bin/sys
10145N/A* Fri Jun 2 2006 - laca@sun.com
10145N/A- use post/preun scripts to install schemas into the merged gconf files
10145N/A* Fri Feb 17 2006 - damien.carbery@sun.com
10145N/A- Update Build/Requires after running check-deps.pl script.
10145N/A* Tue Nov 29 2005 - laca@sun.com
10145N/A- remove javahelp stuff
10145N/A* Mon Sep 12 2005 - laca@sun.com
10145N/A- remove unpackaged files
10145N/A* Wed Nov 24 2004 - kieran.colfer@sun.com
10145N/A- updating l10n tarballs to fix 5094817, 6197170, 6197173, 6197203
10145N/A(tarball revisions have to be kept consistent)
10145N/A* Fri Oct 29 2004 - kieran.colfer@sun.com
10145N/A- Uprevved l10n po tarball version from 1.6 to 1.7
10145N/A* Thu Oct 28 2004
10145N/A- Merged fsexam-g11n-desktopfix.diff to source tree, so remove it from spec file
10145N/A- Update l10n po tarball from 1.5 to 1.6
10145N/A* Thu Oct 14 2004
10145N/A- Adding fsexam-g11n-desktopfix.diff to fix bug#6179139
10145N/A* Fri Oct 08 2004 - kieran.colfer@sun.com
10145N/A- Adding latest l10n po tarball to the build
10145N/A* Sun Oct 3 2004 Yong.Sun@Sun.COM
10145N/A- Move OLH files of C locale from SUNWfsexam-l10n to SUNWfsexam
10145N/A* Sun Sep 19 2004 laca@sun.com
10145N/A- fix defattr tags
10145N/A- add chmod to %install to fix gconf permissions
10145N/A* Thu Sep 16 2004 laca@sun.com
10145N/A- set category to g11ntools
10145N/A- remove dependency on SUNWfsexam-l10n pkg, since it's nodist
10145N/A- minor clean-ups, polishing...
10145N/A* Thu Sep 16 2004 Yong Sun <Yong.Sun@Sun.COM>
10145N/A- Add dependency of SUNWgnome-panel, SUNWgnome-file-mgr
10145N/A* Wed Aug 11 2004 Federic Zhang <federic.zhang@sun.com>
10145N/A- Bump to 0.3
10145N/A* Tue Aug 10 2004 Federic Zhang <federic.zhang@sun.com>
10145N/A- For Cinnabar build 16, implement Undo and UI polish
10145N/A* Fri Jul 23 2004 Federic Zhang <federic.zhang@sun.com>
10145N/A- For Cinnbar Beta build 15
10145N/A* Mon May 31 2004 Gain Tu <gavin.tu@sun.com>
10145N/A- For Cinnabar build 11, add l10en menu, context-sensitive menu, help, reverse
10145N/A* Mon May 24 2004 Gavin Tu <gavin.tu@sun.com>
10145N/A- menu can be l10ned, alloc memory for name dynamiclly
10145N/A* Thu May 13 2004 Federic Zhang <federic.zhang@sun.com>
10145N/A- For Cinnabar build 10, added fsexam.desktop and fsexam-icon.png
10145N/A* Tue Apr 20 2004 Federic Zhang <federic.zhang@sun.com>
10145N/A- For Cinnabar build8, added CFLAGS env and prefix option
10145N/A* Mon Apr 11 2004 Federic Zhang <federic.zhang@sun.com>
10145N/A- version 0.1
16401N/A
19198N/A
19515N/A