10139N/A#
10139N/A# spec file for package SUNWgnome-archive-mgr
10139N/A#
10139N/A# includes module(s): file-roller
10139N/A#
16307N/A# Copyright 2009 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
17820N/A%define owner jefftsai
10139N/A#
10139N/A%include Solaris.inc
10139N/A
10139N/A%use froller = file-roller.spec
10139N/A
10139N/AName: SUNWgnome-archive-mgr
19095N/ALicense: GPL v2
18688N/AIPS_package_name: desktop/archive-manager/file-roller
18688N/AMeta(info.classification): %{classification_prefix}:Applications/Accessories
10139N/ASummary: GNOME archive manager
19013N/AVersion: %{froller.version}
10139N/ASource: %{name}-manpages-0.1.tar.gz
10139N/ASUNW_BaseDir: %{_basedir}
12700N/ASUNW_Copyright: %{name}.copyright
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
20857N/A%include desktop-incorporation.inc
10139N/A%include default-depend.inc
16401N/ARequires: SUNWgtk2
10139N/ARequires: SUNWgnome-archive-mgr-root
10139N/ARequires: SUNWgnome-file-mgr
10139N/ARequires: SUNWgnome-libs
10139N/ARequires: SUNWgnome-vfs
10139N/ARequires: SUNWgnome-config
10139N/ARequires: SUNWbzip
10139N/ARequires: SUNWzlib
10139N/ARequires: SUNWlibms
10139N/ARequires: SUNWlibpopt
16307N/ARequires: SUNWdesktop-cache
16401N/ABuildRequires: SUNWgtk2-devel
10139N/ABuildRequires: SUNWlibpopt-devel
18850N/ABuildRequires: SUNWgnome-doc-utils
10139N/A
10139N/A%package l10n
10139N/ASummary: %{summary} - l10n files
10139N/ARequires: %{name}
10139N/A
10139N/A%package root
10139N/ASummary: %{summary} - / filesystem
10139N/ASUNW_BaseDir: /
10139N/A%include default-depend.inc
10139N/A
10139N/A%prep
10139N/Arm -rf %name-%version
10139N/Amkdir %name-%version
10139N/A%froller.prep -d %name-%version
10139N/Acd %{_builddir}/%name-%version
10139N/Agzcat %SOURCE0 | tar xf -
10139N/A
10139N/A%build
12175N/Aexport CFLAGS="%optflags -I%{_includedir}/gnome-vfs-2.0 -I%{_libdir}/gnome-vfs-2.0/include"
10139N/Aexport RPM_OPT_FLAGS="$CFLAGS"
10139N/Aexport PKG_CONFIG_PATH=%{_pkg_config_path}
12175N/Aexport LDFLAGS="%_ldflags -L%{_libdir} -lgnomevfs-2"
10139N/A
10139N/A%froller.build -d %name-%version
10139N/A
10139N/A%install
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A%froller.install -d %name-%version
10139N/A
10139N/Arm -rf $RPM_BUILD_ROOT%{_mandir}
10139N/Acd %{_builddir}/%name-%version/sun-manpages
10139N/Amake install DESTDIR=$RPM_BUILD_ROOT
10139N/A
10139N/A%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%post
16307N/A%restart_fmri desktop-mime-cache gconf-cache
10139N/A
10139N/A%postun
16307N/A%restart_fmri desktop-mime-cache
10139N/A
10139N/A%files
10139N/A%defattr (-, root, bin)
10139N/A%dir %attr (0755, root, bin) %{_bindir}
10139N/A%{_bindir}/*
10139N/A%dir %attr (0755, root, bin) %{_libdir}
10139N/A%{_libdir}/file-roller
10139N/A%{_libdir}/nautilus
10139N/A%dir %attr (0755, root, sys) %{_datadir}
10139N/A%dir %attr (0755, root, other) %{_datadir}/applications
10139N/A%{_datadir}/applications/*
10139N/A%{_datadir}/file-roller
10139N/A%dir %attr (0755, root, other) %{_datadir}/gnome
10139N/A%{_datadir}/gnome/help/file-roller/C
10139N/A%{_datadir}/omf/file-roller/*-C.omf
10139N/A%attr (-, root, other) %{_datadir}/icons
10139N/A%dir %attr(0755, root, bin) %{_mandir}
10139N/A%dir %attr(0755, root, bin) %{_mandir}/*
10139N/A%{_mandir}/*/*
14247N/A%doc -d file-roller-%{froller.version} README AUTHORS
14247N/A%doc(bzip2) -d file-roller-%{froller.version} COPYING ChangeLog NEWS help/ChangeLog po/ChangeLog
14247N/A%dir %attr (0755, root, other) %{_datadir}/doc
10139N/A
10139N/A%files l10n
10139N/A%defattr (-, root, bin)
10139N/A%dir %attr (0755, root, sys) %{_datadir}
10139N/A%attr (-, root, other) %{_datadir}/locale
10139N/A%dir %attr (0755, root, other) %{_datadir}/gnome
10139N/A%{_datadir}/gnome/help/*/[a-z]*
10139N/A%{_datadir}/omf/*/*-[a-z][a-z].omf
16162N/A%{_datadir}/omf/*/*-[a-z][a-z]_[A-Z][A-Z].omf
10139N/A
10139N/A%files root
10522N/A%defattr (-, root, sys)
10139N/A%attr (0755, root, sys) %dir %{_sysconfdir}
10139N/A%{_sysconfdir}/gconf/schemas/file-roller.schemas
10139N/A
10139N/A%changelog
18850N/A* Tue Jun 08 2010 - Michal.Pryc@Oracle.Com
18850N/A- Updated BuildRequires to fit SourceJuicer.
16307N/A* Fri Apr 3 2009 - laca@sun.com
16307N/A- use desktop-cache instead of postrun
16162N/A* Tue Mar 17 2009 - dave.lin@sun.com
16162N/A- Add %{_datadir}/omf/*/*-[a-z][a-z]_[A-Z][A-Z].omf in %files l10n.
14247N/A* Wed Sep 10 2008 - matt.keenn@sun.com
14247N/A- Update copyright
12175N/A* Thu Jan 10 2008 - damien.carbery@sun.com
12175N/A- Add gnome-vfs info to CFLAGS and LDFLAGS as configure no longer retrieves
12175N/A them with pkg-config (libnautilus-extension depends on gio instead of
12175N/A gnome-vfs).
12112N/A* Thu Jan 3 2008 - laca@sun.com
12112N/A- use gconf-install.script instead of an inline script
10522N/A* Tue Apr 24 2007 - laca@sun.com
10522N/A- s/0755/-/ in defattr so that files are not made all executable
10336N/A* Mon Mar 20 2007 - damien.carbery@sun.com
10336N/A- Remove omf deletion line from %install, as suggested by reborg on
10336N/A desktop-discuss.
10139N/A* Wed Jan 10 2007 - damien.carbery@sun.com
10139N/A- Update l10n code for omf files as some locales have been removed.
10139N/A* Fri Nov 24 2006 - damien.carbery@sun.com
10139N/A- Update %files for 2.17.2 tarball.
10139N/A* Fri Sep 01 2006 - Matt.Keenan@sun.com
10139N/A- New Manpage tarball
10139N/A* Mon Aug 21 2006 - damien.carbery@sun.com
10139N/A- Fix l10n package - C locale omf file was in base and l10n package.
10139N/A* Sat Aug 12 2006 - laca@sun.com
10139N/A- delete some unnecessary env variables
10139N/A* Sat Aug 12 2006 - laca@sun.com
10139N/A- change datadir/icons permissions back to root:other since it's a stable
10139N/A interface and wasn't supposed to be changed
10139N/A* Fri Jul 14 2006 - laca@sun.com
10139N/A- update %post/%postun/etc scripts to support diskless client setup,
10139N/A part of 6448317
10139N/A* Thu Jun 29 2006 - laca@sun.com
10139N/A- update postrun scripts
10139N/A* Sun Jun 11 2006 - laca@sun.com
10139N/A- change group from other to bin/sys
10139N/A* Thu Jun 1 2006 - laca@sun.com
10139N/A- use post/preun scripts to install schemas into the merged gconf files
10139N/A* Tue May 09 2006 - laca@sun.com
10139N/A- merge -share pkg(s) into the base pkg(s)
10139N/A* Tue Apr 18 2006 - damien.carbery@sun.com
10139N/A- Icons have moved to %{_datadir}/icons, from pixmaps.
10139N/A* Mon Feb 20 2006 - damien.carbery@sun.com
10139N/A- Update Build/Requires after running check-deps.pl script.
10139N/A* Tue Jan 31 2006 - damien.carbery@sun.com
10139N/A- Remove mime-info from %files. No files installed now.
10139N/A* Sun Jan 22 2006 - damien.carbery@sun.com
10139N/A- Remove application-registry from share package as no longer installed.
10139N/A* Mon Jan 09 2006 - damien.carbery@sun.com
10139N/A- Remove bonobo files from base package as they are no longer installed.
10139N/A* Sat Dec 3 2005 - laca@sun.com
10139N/A- add %post script that runs update-desktop-database
10139N/A* Tue Nov 29 2005 - laca@sun.com
10139N/A- remove javahelp stuff
10139N/A* Fri Nov 12 2004 - kazuhiko.maekawa@sun.com
10139N/A- Revised files section
10139N/A* Sat Oct 02 2004 - laca@sun.com
10139N/A- added %pkgbuild_postprocess
10139N/A* Sat Jun 26 2004 shirley.woo@sun.com
10139N/A- Changed install location to /usr/...
10139N/A* Wed Jun 2 2004 - takao.fujiwara@sun.com
10139N/A- Added %{_datadir}/locale to install l10n messages
10139N/A* Wed Mar 24 2004 - brian.cameron@sun.com
10139N/A- Added SGML man page integration
10139N/A* Mon Mar 01 2004 - <laca@sun.com>
10139N/A- define PERL5LIB
10139N/A- fix share subpkg contents/permissions
10139N/A* Wed Feb 25 2004 - <niall.power@sun.com>
10139N/A- inital Solaris spec file created
16401N/A
19214N/A
19531N/A