base-specs/ospm.spec
author Jon Tibble <meths@btinternet.com>
Sat, 06 Oct 2012 16:11:50 +0100
branchs11express-2010-11
changeset 22109 db10202d5f6d
parent 20260 944d78effcae
child 21140 f36aa9861290
permissions -rw-r--r--
Added tag oi_151a_prestable7 for changeset 25dee50cecca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10092
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
     1
#
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
     2
# spec file for package ospm
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
     3
#
17789
79e576c49542 2010-04-01 Halton Huo <[email protected]>
halton
parents: 16434
diff changeset
     4
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
10092
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
     6
# package are under the same license as the package itself.
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16431
diff changeset
     8
%define owner halton
12912
0a71ddb3f876 2008-07-24 Halton Huo <[email protected]>
halton
parents: 12309
diff changeset
     9
# bugdb: defect.opensolaris.org/bz
10092
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    10
#
16431
d7743d81b302 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15865
diff changeset
    11
17893
36619080451b 2010-04-21 Christian Kelly <[email protected]>
chrisk
parents: 17789
diff changeset
    12
%define OSR developed in the open, no OSR needed:n/a
16431
d7743d81b302 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15865
diff changeset
    13
10092
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    14
Name:			ospm
14559
081ca1b9050c 2008-11-05 Halton Huo <[email protected]>
halton
parents: 14527
diff changeset
    15
License:		GPL v2
10092
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    16
Group:			System/GUI/GNOME
11390
5d4f02562c57 2008-01-04 Damien Carbery <[email protected]>
dcarbery
parents: 11294
diff changeset
    17
# NOTE: If the version is bumped the new tarball must be uploaded to the
5d4f02562c57 2008-01-04 Damien Carbery <[email protected]>
dcarbery
parents: 11294
diff changeset
    18
#       Sun Download Center. Contact GNOME RE for assistance.
20260
944d78effcae 2010-10-15 Li Yuan <[email protected]>
davelam
parents: 20150
diff changeset
    19
Version:		1.4.13
10092
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    20
Release:		1
10121
a296126e2c51 * base-specs/ospm.spec: Add two patches.
halton
parents: 10095
diff changeset
    21
Distribution:	Java Desktop System
10092
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    22
Vendor:			Sun Microsystems, Inc.
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    23
Summary:		GNOME Remote Desktop
13794
6265a8284579 2008-09-27 Halton Huo <[email protected]>
halton
parents: 13793
diff changeset
    24
Source:			http://dlc.sun.com/osol/jds/downloads/extras/%{name}/%{name}-%{version}.tar.bz2
14688
cdbba8976e32 2008-12-03 Takao Fujiwara <[email protected]>
fujiwara
parents: 14627
diff changeset
    25
Source1:                l10n-configure.sh
10092
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    26
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    27
Docdir:			%{_defaultdocdir}/doc
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    28
Autoreqprov:		on
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    29
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    30
%define			gtk2_version 2.2.0
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    31
%define			GConf_version 2.2.0
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    32
%define			libglade_version 2.0.0
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    33
%define                 intltool_version 0.25
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    34
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    35
Requires:		gtk2           >= %{gtk2_version}
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    36
Requires:		GConf          >= %{GConf_version}
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    37
Requires:		libglade       >= %{libglade_version}
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    38
BuildRequires:		gtk2-devel     >= %{gtk2_version}
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    39
BuildRequires:		GConf-devel    >= %{GConf_version}
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    40
BuildRequires:		libglade-devel >= %{libglade_version}
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    41
BuildRequires:		intltool       >= %{intltool_version}
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    42
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    43
%description
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    44
Ospm is an printer management tool. It can support local USB printer
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    45
queue plug/unplug configration automaticlly. A printer management tool
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    46
to let use mamnage own printers and jobs.
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    47
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    48
%prep
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    49
%setup -q
12224
32823eb68435 2008-04-29 Ghee Teo <[email protected]>
gheet
parents: 12031
diff changeset
    50
10092
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    51
%build
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    52
%ifos linux
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    53
if [ -x /usr/bin/getconf ]; then
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    54
  CPUS=`getconf _NPROCESSORS_ONLN`
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    55
fi
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    56
%else
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    57
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    58
%endif
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    59
if test "x$CPUS" = "x" -o $CPUS = 0; then
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    60
  CPUS=1
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    61
fi
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    62
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    63
aclocal $ACLOCAL_FLAGS
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    64
libtoolize --force
14527
090a92864692 2008-10-30 Halton Huo <[email protected]>
halton
parents: 14407
diff changeset
    65
gnome-doc-prepare --copy --force --automake
10092
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    66
intltoolize --force --automake
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11888
diff changeset
    67
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11888
diff changeset
    68
bash -x %SOURCE1 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11888
diff changeset
    69
10092
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    70
autoheader
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    71
automake -a -f -c --gnu
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    72
autoconf 
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    73
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    74
CFLAGS="$RPM_OPT_FLAGS"				\
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    75
./configure   --prefix=%{_prefix}		\
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    76
	      --sysconfdir=%{_sysconfdir}
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    77
15049
88025eb00071 2009-02-10 Halton Huo <[email protected]>
halton
parents: 14688
diff changeset
    78
make -j $CPUS
10092
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    79
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    80
%install
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    81
rm -rf $RPM_BUILD_ROOT
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    82
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    83
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    84
make -i install DESTDIR=$RPM_BUILD_ROOT
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    85
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    86
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    87
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    88
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    89
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    90
%clean
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    91
rm -rf $RPM_BUILD_ROOT
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    92
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    93
%post
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    94
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    95
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/ospm-server.schemas >/dev/null
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    96
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    97
%files
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    98
%defattr(-,root,root)
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
    99
%doc AUTHORS COPYING ChangeLog NEWS README
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
   100
%{_bindir}/*
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
   101
%{_libdir}/bonobo/servers/*
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
   102
%{_libexecdir}/*
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
   103
%{_datadir}/applications/
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
   104
%{_datadir}/gnome/ospm/*
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
   105
%{_datadir}/icons/
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
   106
%{_datadir}/locale/*/LC_MESSAGES/*.mo
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
   107
%config %{_sysconfdir}/gconf/schemas/*
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
   108
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
   109
%changelog
20260
944d78effcae 2010-10-15 Li Yuan <[email protected]>
davelam
parents: 20150
diff changeset
   110
* Thu Oct 14 2010 - [email protected]
944d78effcae 2010-10-15 Li Yuan <[email protected]>
davelam
parents: 20150
diff changeset
   111
- uprev tarball to 1.4.13 to fix the it locale online help bugster#6983065.
20150
7755080be945 2010-10-09 Ghee Teo <[email protected]>
gheet
parents: 20065
diff changeset
   112
* Fri Oct  8 2010 - [email protected]
7755080be945 2010-10-09 Ghee Teo <[email protected]>
gheet
parents: 20065
diff changeset
   113
- uprev tarball to 1.4.12 that contains fix to bugster#6983065.
20065
8cf85d0a1d82 Synced relicense/rebranding changes from internal repo.
davelam
parents: 17893
diff changeset
   114
* Thu Aug 19 2010 - [email protected]
8cf85d0a1d82 Synced relicense/rebranding changes from internal repo.
davelam
parents: 17893
diff changeset
   115
- Uprev tarball to 1.4.11 that contains fix to bugster#6975597.
15865
69b745ef0e8d 2009-06-05 Ghee Teo <[email protected]>
gheet
parents: 15315
diff changeset
   116
* Fri Jun 05 2009 - [email protected]
69b745ef0e8d 2009-06-05 Ghee Teo <[email protected]>
gheet
parents: 15315
diff changeset
   117
- Uprev tarball to 1.4.9 which remove use of libgnome[ui].
15315
3663cf37c0ff 2009-03-05 Ghee Teo <[email protected]>
gheet
parents: 15049
diff changeset
   118
* Thu Mar 05 2009 - [email protected]
3663cf37c0ff 2009-03-05 Ghee Teo <[email protected]>
gheet
parents: 15049
diff changeset
   119
- Up-rev tarball to 1.4.8 to fix 6811380.
15049
88025eb00071 2009-02-10 Halton Huo <[email protected]>
halton
parents: 14688
diff changeset
   120
* Tue Feb 10 2009 - [email protected]
88025eb00071 2009-02-10 Halton Huo <[email protected]>
halton
parents: 14688
diff changeset
   121
- Add ospm-02-conflict-func.diff to fix CR #6803372
14688
cdbba8976e32 2008-12-03 Takao Fujiwara <[email protected]>
fujiwara
parents: 14627
diff changeset
   122
* Tue Dec 02 2008 - [email protected]
cdbba8976e32 2008-12-03 Takao Fujiwara <[email protected]>
fujiwara
parents: 14627
diff changeset
   123
- Add ospm-01-no-net-during-build.diff to stop a build failure.
cdbba8976e32 2008-12-03 Takao Fujiwara <[email protected]>
fujiwara
parents: 14627
diff changeset
   124
  The http dtd should be defined in /usr/share/sgml/docbook/xmlcatalog
cdbba8976e32 2008-12-03 Takao Fujiwara <[email protected]>
fujiwara
parents: 14627
diff changeset
   125
  not to access network.
14527
090a92864692 2008-10-30 Halton Huo <[email protected]>
halton
parents: 14407
diff changeset
   126
* Thu Oct 30 2008 - [email protected]
090a92864692 2008-10-30 Halton Huo <[email protected]>
halton
parents: 14407
diff changeset
   127
- Bump to 1.4.7 to contain non-C gnome-help and omf
090a92864692 2008-10-30 Halton Huo <[email protected]>
halton
parents: 14407
diff changeset
   128
- Add add gnome-doc-prepare
14407
623017cc49e3 2008-10-01 Ghee Teo <[email protected]>
gheet
parents: 13794
diff changeset
   129
* Wed Oct 01 2008 - [email protected]
623017cc49e3 2008-10-01 Ghee Teo <[email protected]>
gheet
parents: 13794
diff changeset
   130
- Bump to 1.4.6 to contain fix for 6754585.
13793
c965ae68ad30 2008-09-27 Halton Huo <[email protected]>
halton
parents: 13750
diff changeset
   131
* Sat Sep 27 2008 - [email protected]
c965ae68ad30 2008-09-27 Halton Huo <[email protected]>
halton
parents: 13750
diff changeset
   132
- Bump to 1.4.5
13794
6265a8284579 2008-09-27 Halton Huo <[email protected]>
halton
parents: 13793
diff changeset
   133
- Fix Source URL error
13750
3972c9e59ed5 2008-09-24 Ghee Teo <[email protected]>
gheet
parents: 13667
diff changeset
   134
* Thu Sep 24 2008 - [email protected]
3972c9e59ed5 2008-09-24 Ghee Teo <[email protected]>
gheet
parents: 13667
diff changeset
   135
- Uprev tarball to 1.4.4
13667
7cac25be3a41 2008-09-18 Ghee Teo <[email protected]>
gheet
parents: 13476
diff changeset
   136
* Thu Sep 18 2008 - [email protected]
7cac25be3a41 2008-09-18 Ghee Teo <[email protected]>
gheet
parents: 13476
diff changeset
   137
- Uprev tarball to 1.4.3
13476
4d72fd428e8b 2008-09-10 Halton Huo <[email protected]>
halton
parents: 13383
diff changeset
   138
* Wed Sep 10 2008 - [email protected]
4d72fd428e8b 2008-09-10 Halton Huo <[email protected]>
halton
parents: 13383
diff changeset
   139
- Remove some files not exist
13293
d7a5628d840b 2008-08-27 Halton Huo <[email protected]>
halton
parents: 12912
diff changeset
   140
* Wed Aug 27 2008 - [email protected]
d7a5628d840b 2008-08-27 Halton Huo <[email protected]>
halton
parents: 12912
diff changeset
   141
- Bump to 1.4.1
12912
0a71ddb3f876 2008-07-24 Halton Huo <[email protected]>
halton
parents: 12309
diff changeset
   142
* Thu Jul 24 2008 - [email protected]
0a71ddb3f876 2008-07-24 Halton Huo <[email protected]>
halton
parents: 12309
diff changeset
   143
- Bump to 1.4.
0a71ddb3f876 2008-07-24 Halton Huo <[email protected]>
halton
parents: 12309
diff changeset
   144
- Remove upsteamed patches dbus-error-init.diff, po.diff and add-libsocket.diff 
12292
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12273
diff changeset
   145
* Wed May 14 2008 - [email protected]
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12273
diff changeset
   146
- Add patch ospm-03-add-libsocket.diff to fix build error
12273
b16d1d014bbd 2008-05-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 12224
diff changeset
   147
* Thu May 08 2008 - [email protected]
b16d1d014bbd 2008-05-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 12224
diff changeset
   148
- Add ospm-01-po.diff for cs.po
b16d1d014bbd 2008-05-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 12224
diff changeset
   149
  Contributed l10n from Hana Zalska <[email protected]>
11888
757e19a58922 2008-03-21 Halton Huo <[email protected]>
halton
parents: 11390
diff changeset
   150
* Fri Mar 21 2008 - [email protected]
757e19a58922 2008-03-21 Halton Huo <[email protected]>
halton
parents: 11390
diff changeset
   151
- Bump to 0.2.1
757e19a58922 2008-03-21 Halton Huo <[email protected]>
halton
parents: 11390
diff changeset
   152
- Remove upstreamed patches: hal-miss-data.diff
757e19a58922 2008-03-21 Halton Huo <[email protected]>
halton
parents: 11390
diff changeset
   153
  freed-file-pointer.diff, queue-exists-on-system.diff
757e19a58922 2008-03-21 Halton Huo <[email protected]>
halton
parents: 11390
diff changeset
   154
  disable-hal-crash.diff
11294
d06300cf0435 2007-12-06 Halton Huo <[email protected]>
halton
parents: 11292
diff changeset
   155
* Wed Dec 06 2007 - [email protected]
d06300cf0435 2007-12-06 Halton Huo <[email protected]>
halton
parents: 11292
diff changeset
   156
  Added patch ospm-04-disable-hal-crash.diff to fix bugster 6633471.
11292
ef64d4b8ee52 2007-12-05 Ghee Teo <[email protected]>
gheet
parents: 11274
diff changeset
   157
* Wed Dec 05 2007 - [email protected]
ef64d4b8ee52 2007-12-05 Ghee Teo <[email protected]>
gheet
parents: 11274
diff changeset
   158
  Added patch ospm-03-queue-exists-on-system.diff 
ef64d4b8ee52 2007-12-05 Ghee Teo <[email protected]>
gheet
parents: 11274
diff changeset
   159
* Tue Dec 04 2007 - [email protected]
ef64d4b8ee52 2007-12-05 Ghee Teo <[email protected]>
gheet
parents: 11274
diff changeset
   160
- Modified ospm-02-freed-file-pointer.diff to include
11274
9c6741a6499d 2007-12-03 Ghee Teo <[email protected]>
gheet
parents: 11094
diff changeset
   161
  also printer to have MAXPATHLEN committed by Norm.
10316
8195b3e2b244 2007-08-15 Evan Yan <[email protected]>
evan
parents: 10177
diff changeset
   162
* Tue Aug 14 2007 - [email protected]
8195b3e2b244 2007-08-15 Evan Yan <[email protected]>
evan
parents: 10177
diff changeset
   163
- Add patch hal-miss-data.diff
10177
87b7df417303 * base-specs/ospm.spec: Bump to 0.2
evan
parents: 10121
diff changeset
   164
* Thu Jul 10 2007 - [email protected]
87b7df417303 * base-specs/ospm.spec: Bump to 0.2
evan
parents: 10121
diff changeset
   165
- Bump to version 0.2 and remove upstream patches
10121
a296126e2c51 * base-specs/ospm.spec: Add two patches.
halton
parents: 10095
diff changeset
   166
* Tue Jun 26 2007 - [email protected]
a296126e2c51 * base-specs/ospm.spec: Add two patches.
halton
parents: 10095
diff changeset
   167
- Add patches critical-warning.diff and quit-crash.diff
10095
20ae98556466 * base-specs/ospm.spec: Fix source url error.
halton
parents: 10092
diff changeset
   168
* Thu Jun 21 2007 - [email protected]
20ae98556466 * base-specs/ospm.spec: Fix source url error.
halton
parents: 10092
diff changeset
   169
- Fix source url error.
10092
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
   170
* Fri Apr 27 2007 - [email protected]
0e4af03bd2d7 New spec files for ospm project.
halton
parents:
diff changeset
   171
- Initial spec file