SUNWopensp.spec
author hem
Mon, 08 Feb 2010 06:46:00 +0000
branchopensolaris-2009-06
changeset 14354 c3d6244280dc
parent 12031 8ed3afd23a6f
child 15188 f00d2aae4481
permissions -rw-r--r--
2010-02-08 Hemantha Holla <[email protected]> * base-specs/pidgin.spec: Bump to 2.6.5 as fix for 6913836 * patches/pidgin-07-menu-entry.diff: Rework 6913836 - CVE-2010-0013 - libpurple arbitrary file upload vulnerability
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 SUNWopensp
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): OpenSP
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# Copyright (c) 2003 Sun Microsystems, Inc.
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
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
# Owner: laca
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
Name:                    SUNWopensp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Summary:                 The OpenJade group's SGML and XML parsing tools
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Version:                 1.5.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
SUNW_BaseDir:            %{_basedir}
11965
acd528faf5ad 2008-03-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    17
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Source:                  http://easynews.dl.sourceforge.net/sourceforge/openjade/OpenSP-%{version}.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Source1:                  l10n-configure.sh
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
# date:2004-01-09 type:feature owner:laca
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
# marking as a feature patch because upstream development stopped years ago
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Patch:			 opensp-01-forte.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Requires: SUNWlibC
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
SUNW_BaseDir:            /usr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%package root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Summary:                 %{summary} - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%setup -q -n OpenSP-%{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%patch -p1 -b .forte
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%define INSTALL install -m 755 -s
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%define INSTALL_DIR install -d -m 755
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%define INSTALL_DATA install -m 644
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
%define orig_name opensp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
%define sgml_dir %{_datadir}/sgml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%define sgml_dir_pkg %{sgml_dir}/%{orig_name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
%define sgml_var_dir /var/lib/sgml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
12012
36d40615f3e3 2008-04-03 Takao Fujiwara <[email protected]>
fujiwara
parents: 11965
diff changeset
    49
bash -x %SOURCE1 --enable-sun-linguas
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
    CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
%if %cc_is_gcc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
export CXX="${CXX} -norunpath"
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
export CXXFLAGS="%cxx_optflags"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
export LDFLAGS="-z ignore"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
export CFLAGS="%optflags"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
aclocal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
automake -f -c
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    65
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    66
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    67
bash -x %SOURCE1 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    68
%endif
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    69
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
libtoolize --copy --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
autoconf --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
./configure --prefix=%{_prefix} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
	    --datadir=%{_datadir}       \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
            --libdir=%{_libdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
            --mandir=%{_mandir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
            --localstatedir=%{_localstatedir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
            --with-gnu-ld \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
            --disable-http \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
	    --disable-nls \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
            --enable-default-catalog="CATALOG:/etc/sgml/catalog:%{sgml_dir}/CATALOG"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
make -j$CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
perl -pi -e 's/sx/sgml2xml/g; s/SX/SGML2XML/g;' doc/sx.htm
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
perl -pi -e 's/>sx/>sgml2xml/g; s/>SX/>SGML2XML/g;' doc/{new,index}.htm
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
[ "$RPM_BUILD_ROOT" != "" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%{INSTALL_DIR} $RPM_BUILD_ROOT%{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
# %{INSTALL_DIR} $RPM_BUILD_ROOT%{_includedir}/opensp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
make install-man DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
if [ -d $RPM_BUILD_ROOT%{_mandir}/man1 ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
  pushd $RPM_BUILD_ROOT%{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
  cp osx.1 s2x.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
  cp osx.1 osgml2xml.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
  for b in o*; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
    ln -sf ${b} ${b#o}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
  done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
  rm -f sx*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
  popd
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
pushd $RPM_BUILD_ROOT%{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
for b in os* onsgmls; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
  ln -sf ${b} ${b#o}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
# avoid conflict with rzsz package
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
rm -f sx
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
ln -sf osx s2x
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
ln -sf osx sgml2xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
ln -sf osx osgml2xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
popd
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%{INSTALL_DIR} $RPM_BUILD_ROOT%{sgml_dir_pkg}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
{
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
  for c in opensp-implied.dcl japan.dcl xml.dcl; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
    %{INSTALL_DATA} pubtext/$c $RPM_BUILD_ROOT%{sgml_dir_pkg}/$c
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
    echo "-- SGMLDECL \"%{sgml_dir_pkg}/$c\" --"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
  done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
} > CATALOG.opensp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
sed 's|decl|dcl|' pubtext/xml.soc > $RPM_BUILD_ROOT%{sgml_dir_pkg}/xml.soc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%{INSTALL_DIR} $RPM_BUILD_ROOT%{sgml_var_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%{INSTALL_DATA} CATALOG.opensp $RPM_BUILD_ROOT%{sgml_var_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
ln -sf ../../../../%{sgml_var_dir}/CATALOG.opensp \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
  $RPM_BUILD_ROOT%{sgml_dir}/CATALOG.opensp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
rm -fr html
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
mkdir html
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
cp doc/catalog doc/*htm html
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
%define DOCFILES COPYING README NEWS AUTHORS ABOUT-NLS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
{
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
  echo "<html><head><title>OpenSP documentation directory</title></head>"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
  echo "<body>"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
  for f in %{DOCFILES}; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
    [ -f $f ] || continue
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
    echo "<a href=\"$f\">$f</a>"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
  done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
  echo "<a href=\"html/index.htm\">OpenSP</a>, official documentation (html)"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
} >index.html
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
rm -rf $RPM_BUILD_ROOT%{_datadir}/OpenSP
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
rm -rf $RPM_BUILD_ROOT%{_prefix}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
%{_bindir}/*nsgmls
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
%{_bindir}/*sgmlnorm
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
%{_bindir}/*spcat
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
%{_bindir}/*spam
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
%{_bindir}/*spent
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
%{_bindir}/osx
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
%{_bindir}/*s2x
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
%{_bindir}/*sgml2xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
%{_libdir}/lib*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
%{_libdir}/lib*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
%dir %attr (0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
%dir %attr (0755, root, bin) %{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
%{sgml_dir_pkg}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
%{sgml_dir}/CATALOG.opensp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
%{_includedir}/OpenSP
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
%files root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
%defattr (-, root, sys)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
%dir %attr (0755, root, sys) /var
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
%dir %attr (0755, root, other) /var/lib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
%{sgml_var_dir}/CATALOG.opensp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
%changelog
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
* Wed May 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
- move to /usr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
* Fri Sep 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
- remove unpackaged files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
- moved to /usr/sfw
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
- move to /usr/sfw
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
* Mon Aug 30 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
- Bug 5091588 : include files should be in a separate devel package
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
* Tue Jun 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
- changed install location to /usr/lib and /usr/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
* Tue Jun 1 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
- fix broken symlinks
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
* Sun Apr 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
- Set correct permissions on %_includedir
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
* Sat Feb 28 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
- use cxx_optflags
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
* Mon Jan 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
- initial version added to CVS