SUNWgnome-camera.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 15650 dbcf7e3715dd
child 16652 9b989f246492
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package SUNWgnome-camera
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# includes module(s): libgphoto2, gphoto2, gtkam
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13518
diff changeset
     6
# Copyright 2009 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15650
diff changeset
    10
%define owner mattman
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
%include Solaris.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
%use libgphoto2 = libgphoto2.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
%use gphoto2 = gphoto2.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
%use gtkam = gtkam.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Name:                    SUNWgnome-camera
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Summary:                 GNOME digital camera tool
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Version:                 %{default_pkg_version}
12996
017eacf54e5a * manpages/Makefile : Add new man pages for SUNWgnome-camera.
mattman
parents: 12728
diff changeset
    20
Source:                  %{name}-manpages-0.1.tar.gz
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
SUNW_BaseDir:            %{_basedir}
11958
9a5520e3cc7a * SUNWgnome-pdf-viewer.spec : Add Copyright to preamble
mattman
parents: 11780
diff changeset
    22
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
%include default-depend.inc
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
    26
Requires: SUNWgtk2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
Requires: SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
Requires: SUNWlibusb
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Requires: SUNWgnome-component
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Requires: SUNWgnome-img-editor
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Requires: SUNWjpg
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Requires: SUNWlibexif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
Requires: SUNWlibpopt
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Requires: SUNWmlib
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13518
diff changeset
    36
Requires: SUNWdesktop-cache
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Requires: SUNWdbus
10633
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10613
diff changeset
    38
Requires: SUNWdsdu
11324
    39
Requires: SUNWltdl
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
    40
BuildRequires: SUNWgtk2-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
BuildRequires: SUNWgnome-component-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
BuildRequires: SUNWlibexif-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
BuildRequires: SUNWlibpopt-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
# gtkam builds a gimp plug-in, so SUNWgnome-img-editor is a dependancy
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
BuildRequires: SUNWgnome-img-editor-devel
13323
d108d55efd72 2008-08-29 Takao Fujiwara <[email protected]>
fujiwara
parents: 12996
diff changeset
    46
BuildRequires: SUNWgnu-gettext
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
BuildRequires: SUNWlibusb
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
BuildRequires: SUNWdbus-devel
10633
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10613
diff changeset
    49
BuildRequires: SUNWdsdu
11266
27ec4043fc9a 2007-12-01 Damien Carbery <[email protected]>
dcarbery
parents: 11262
diff changeset
    50
BuildRequires: SUNWlibtool
11324
    51
BuildRequires: SUNWltdl
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
%package l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
Summary:                 %{summary} - l10n files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
Requires:                %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
mkdir %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%libgphoto2.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%gphoto2.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
%gtkam.prep -d %name-%version
12996
017eacf54e5a * manpages/Makefile : Add new man pages for SUNWgnome-camera.
mattman
parents: 12728
diff changeset
    72
cd %{_builddir}/%name-%version
017eacf54e5a * manpages/Makefile : Add new man pages for SUNWgnome-camera.
mattman
parents: 12728
diff changeset
    73
gzcat %SOURCE0 | tar xf -
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%build
10612
56db0e6584df 2007-10-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    76
# note: This ACLOCAL_FLAGS setting seems unnecessary, but it's
56db0e6584df 2007-10-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    77
# needed so that gettext.m4 is used from /usr/share/aclocal and
56db0e6584df 2007-10-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    78
# not from ./m4m
10613
laca
parents: 10612
diff changeset
    79
export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10304
diff changeset
    80
export CFLAGS="%optflags"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
export RPM_OPT_FLAGS="$CFLAGS"
12728
118427d41d8c 2008-06-24 Damien Carbery <[email protected]>
dcarbery
parents: 12620
diff changeset
    82
export LDFLAGS="%_ldflags -R/usr/sfw/lib"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%libgphoto2.build -d %name-%version
10248
35a83f63b2d9 2007-08-01 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
    85
11262
d5323ec2120e 2007-11-28 Brian Cameron <[email protected]>
yippi
parents: 10633
diff changeset
    86
export PKG_CONFIG_PATH=%{_builddir}/%name-%version/libgphoto2-%{libgphoto2.version}:%{_builddir}/%name-%version/libgphoto2-%{libgphoto2.version}/libgphoto2_port:%{_pkg_config_path}
10304
65b5e8e98ad4 2007-08-13 Brian Cameron <[email protected]>
yippi
parents: 10248
diff changeset
    87
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%gphoto2.build -d %name-%version
10248
35a83f63b2d9 2007-08-01 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
    89
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%gtkam.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
%libgphoto2.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
%gphoto2.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%gtkam.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
12996
017eacf54e5a * manpages/Makefile : Add new man pages for SUNWgnome-camera.
mattman
parents: 12728
diff changeset
    98
cd %{_builddir}/%name-%version/sun-manpages
017eacf54e5a * manpages/Makefile : Add new man pages for SUNWgnome-camera.
mattman
parents: 12728
diff changeset
    99
make install DESTDIR=$RPM_BUILD_ROOT
017eacf54e5a * manpages/Makefile : Add new man pages for SUNWgnome-camera.
mattman
parents: 12728
diff changeset
   100
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
rm -rf $RPM_BUILD_ROOT%{_prefix}/var
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
# Remove source code files (AUTHORS, README, CHANGELOG etc)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
rm -rf $RPM_BUILD_ROOT%{_prefix}/doc
13518
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   104
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gtkam
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
# Remove Linux specific hotplug stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
# REMOVE l10n FILES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/help/*/[a-z]*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
rm -rf $RPM_BUILD_ROOT%{_datadir}/omf/*/*-[a-z][a-z].omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):unsupported" $RPM_BUILD_ROOT}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%post
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13518
diff changeset
   122
%restart_fmri desktop-mime-cache
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%postun
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13518
diff changeset
   125
%restart_fmri desktop-mime-cache
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%{_bindir}/gphoto2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%{_bindir}/gtkam
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%{_bindir}/gexif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
%{_libdir}/lib*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%{_libdir}/libgphoto2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%{_libdir}/libgphoto2_port
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%{_libdir}/gimp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%dir %attr (0755, root, other) %{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%{_datadir}/applications/*
13518
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   141
%doc libgphoto2-%{libgphoto2.version}/AUTHORS
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   142
%doc(bzip2) libgphoto2-%{libgphoto2.version}/COPYING
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   143
%doc(bzip2) libgphoto2-%{libgphoto2.version}/ChangeLog
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   144
%doc(bzip2) libgphoto2-%{libgphoto2.version}/NEWS
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   145
%doc(bzip2) libgphoto2-%{libgphoto2.version}/README.in
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   146
%doc libgphoto2-%{libgphoto2.version}/libgphoto2_port/AUTHORS
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   147
%doc libgphoto2-%{libgphoto2.version}/libgphoto2_port/NEWS
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   148
%doc libgphoto2-%{libgphoto2.version}/libgphoto2_port/README
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   149
%doc(bzip2) libgphoto2-%{libgphoto2.version}/libgphoto2_port/COPYING.LIB
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   150
%doc(bzip2) libgphoto2-%{libgphoto2.version}/libgphoto2_port/ChangeLog
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   151
%doc gphoto2-%{gphoto2.version}/NEWS
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   152
%doc(bzip2) gphoto2-%{gphoto2.version}/COPYING
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   153
%doc(bzip2) gphoto2-%{gphoto2.version}/ChangeLog
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   154
%doc(bzip2) gphoto2-%{gphoto2.version}/README
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   155
%doc gtkam-%{gtkam.version}/AUTHORS
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   156
%doc gtkam-%{gtkam.version}/CHANGES
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   157
%doc gtkam-%{gtkam.version}/NEWS
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   158
%doc gtkam-%{gtkam.version}/README
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   159
%doc(bzip2) gtkam-%{gtkam.version}/COPYING
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   160
%doc(bzip2) gtkam-%{gtkam.version}/ChangeLog
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   161
%doc gtkam-%{gtkam.version}/gexif-%{gtkam.gexif_version}/AUTHORS
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   162
%doc gtkam-%{gtkam.version}/gexif-%{gtkam.gexif_version}/ChangeLog
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   163
%doc(bzip2) gtkam-%{gtkam.version}/gexif-%{gtkam.gexif_version}/COPYING
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
%dir %attr (0755, root, other) %{_datadir}/doc
13518
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   165
%{_datadir}/doc/gphoto2/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
%{_datadir}/gnome/help/gtkam/C
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
%{_datadir}/gtkam
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
%{_datadir}/images
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
%{_datadir}/libgphoto2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
%{_datadir}/omf/*/*-C.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
%dir %attr (0755, root, other) %{_datadir}/pixmaps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
%{_datadir}/pixmaps/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
%dir %attr(0755, root, bin) %{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
%dir %attr(0755, root, bin) %{_mandir}/man3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
%{_mandir}/man3/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
%files l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
%attr (-, root, other) %{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
%{_datadir}/gnome/help/*/[a-z]*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
%{_datadir}/omf/*/*-[a-z]*.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
%{_bindir}/gphoto2-port-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
%{_bindir}/gphoto2-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
%changelog
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13518
diff changeset
   202
* Fri Apr  3 2009 - [email protected]
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13518
diff changeset
   203
- use desktop-cache instead of postrun
13518
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   204
* Wed Sep 10 2008 - [email protected]
91f56827c793 * SUNWgnome-camera.spec: Add %doc to %files
mattman
parents: 13323
diff changeset
   205
- Update copyright
13323
d108d55efd72 2008-08-29 Takao Fujiwara <[email protected]>
fujiwara
parents: 12996
diff changeset
   206
* Fri Aug 29 2008 - [email protected]
d108d55efd72 2008-08-29 Takao Fujiwara <[email protected]>
fujiwara
parents: 12996
diff changeset
   207
- Add SUNWgnu-gettext build require for gtkam .mo.
12728
118427d41d8c 2008-06-24 Damien Carbery <[email protected]>
dcarbery
parents: 12620
diff changeset
   208
* Tue Jun 24 2008 - [email protected]
118427d41d8c 2008-06-24 Damien Carbery <[email protected]>
dcarbery
parents: 12620
diff changeset
   209
- Remove "-lgailutil" from LDFLAGS. Root cause found in gtk+: bugzilla 536430.
12620
31cf55af5c8c 2008-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 11958
diff changeset
   210
* Fri Jun 06 2008 - [email protected]
31cf55af5c8c 2008-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 11958
diff changeset
   211
- Add "-lgailutil" to LDFLAGS so that libgailutil is linked in when
31cf55af5c8c 2008-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 11958
diff changeset
   212
  libgnomecanvas is linked.  libgnomecanvas.so includes some gail functions.
11780
b9e43abdfc7d * SUNWgnome-camera.spec : Remove installation of udev files
mattman
parents: 11327
diff changeset
   213
* Mon Mar 03 2007 - [email protected]
b9e43abdfc7d * SUNWgnome-camera.spec : Remove installation of udev files
mattman
parents: 11327
diff changeset
   214
- Remove udev files as udev not supported on solaris
11324
   215
* Mon Dec 17 2007 - [email protected]
   216
- Add Build/Requires SUNWltdl
11327
dcc5bb7d6525 Fix typo in %changelog
dcarbery
parents: 11324
diff changeset
   217
- Remove Requires: SUNWlibtool
11266
27ec4043fc9a 2007-12-01 Damien Carbery <[email protected]>
dcarbery
parents: 11262
diff changeset
   218
* Fri Dec  1 2007 - [email protected]
27ec4043fc9a 2007-12-01 Damien Carbery <[email protected]>
dcarbery
parents: 11262
diff changeset
   219
- Add Build/Requires SUNWlibtool.
27ec4043fc9a 2007-12-01 Damien Carbery <[email protected]>
dcarbery
parents: 11262
diff changeset
   220
* Wed Oct 10 2007 - [email protected]
10633
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10613
diff changeset
   221
- Update Build/Requires after running check-deps.pl script.
10612
56db0e6584df 2007-10-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   222
* Thu Oct  4 2007 - [email protected]
56db0e6584df 2007-10-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   223
- define ACLOCAL_FLAGS
10304
65b5e8e98ad4 2007-08-13 Brian Cameron <[email protected]>
yippi
parents: 10248
diff changeset
   224
* Mon Aug 13 2007 - [email protected]
65b5e8e98ad4 2007-08-13 Brian Cameron <[email protected]>
yippi
parents: 10248
diff changeset
   225
- Clean up.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
- Add lib/udev to packaging - new directory in 2.3.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
* Fri Feb 09 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
- Add SUNWdbus dependency since libgphoto2 requires D-Bus.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
* Tue Dec 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
- Rework spec file after updating gtkam, libgphoto2, gphoto2 spec files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
* Sat Aug 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
- delete some unnecessary env variables
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
* Tue Jul 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
- Fix 'rm .omf' line to not delete the C locale file.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
* Fri Jul 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
- update %post/%postun/etc scripts to support diskless client setup,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
  part of 6448317
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
* Thu Jun 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
- update postrun scripts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
* Mon May 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
- Correct l10n package perms.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
* Tue May 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
* Tue Apr 4 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
- Remove the hotplug stuff which is Linux specific. This
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
  cuts out the -root package currently.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
* Tue Apr 4 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
- Move gphoto2-config into the -devel package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
* Wed Mar 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
- Add to Build/Requires after running check-deps.pl.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
* Mon Jan 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
- Add SUNWlibusb dependency to get libusb-config.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
* Sat Dec  3 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
- add %post script that runs update-desktop-database
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
- remove javahelp stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
* Fri Sep 30 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
- Add root package for _sysconfdir files. Remove javahelp references.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
  Delete .la files and others before packaging.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
* Mon Dec 13 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
- Move to /usr/sfw to implement ARC decision.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
* Sun Nov 14 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
- add /usr/demo/jds/lib to RPATH
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
* Fri Nov 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
- move to /usr/demo/jds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
* Mon Oct 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
- Corrected packaging of gimp plugin.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
* Wed Oct 06 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
- added l10n help files section
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   274
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
* Mon Sep 13 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
- Added code to install javahelp documents. Fixes #5096653.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
* Thu Sep 09 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
- Moved %{_datadir}/pixmaps to '%files share' from '%files l10n'.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
  Put %{_datadir}/omf/*/*-C.omf under '%files share'.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
* Sun Sep 05 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
- removed root subpkg as it only contained 2 linux specific files (#5097102)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
* Tue Aug 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
- Remove %{_datadir}/doc from install since these docs are not useful
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
  to install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
* Mon Aug 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
- s/SUNWpl5u/SUNWperl584usr/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
* Sun Jun 27 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
- Changed install location to /usr/...
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
* Mon Jun 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
- Moved libexif to SUNWlibexif and libexif-gtk to SUNWgnome-libs since
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
  nautilus also uses these libraries if available.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
* Wed Jun 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
- Added gtkam to package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
* Wed Jun 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
- Added %{_datadir}/locale to install l10n messages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
* Mon May 03 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
- renamed to SUNWgnome-camera
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
* Fri Mar 31 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
- Created,
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
   300