base-specs/shared-mime-info.spec
author Jon Tibble <meths@btinternet.com>
Sat, 06 Oct 2012 16:11:50 +0100
branchs11express-2010-11
changeset 22109 db10202d5f6d
parent 17885 89c68f7e6b08
child 20216 87c403e99dad
permissions -rw-r--r--
Added tag oi_151a_prestable7 for changeset 25dee50cecca
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 shared-mime-info
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
     4
# Copyright (c) 2010 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# 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
     6
# 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
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16429
diff changeset
     8
%define owner padraig
10062
1303df78e461 * base-specs/shared-mime-info.spec : Update patch 01 comments adding
mattman
parents: 10033
diff changeset
     9
# bugdb: bugzilla.freedesktop.org
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
#
16429
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16156
diff changeset
    11
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16156
diff changeset
    12
%define OSR 4097:0.16
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16156
diff changeset
    13
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Name:         shared-mime-info
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
    15
License:      GPLv2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Group:        Hardware/Other
17885
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
    17
Version:      0.71
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Distribution: Java Desktop System
17865
b7ff02e93f66 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17467
diff changeset
    20
Vendor:       freedesktop.org
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:      Core Common Mime Type Database
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
#Source:       http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.bz2
9570
955f61f25b7f 2007-03-15 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
    23
Source:       http://freedesktop.org/~hadess/%{name}-%{version}.tar.bz2
9400
f3c0f4f1c2ee update to delete references to linux manpages
laca
parents: 9397
diff changeset
    24
Source1:      defaults.list
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10395
diff changeset
    25
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10395
diff changeset
    26
Source2:                 l10n-configure.sh
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10395
diff changeset
    27
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
URL:          http://www.freedesktop.org/Software/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
DocDir:       %{_defaultdocdir}/%{name}
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
BuildRequires: glib2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
shared-mime-info contains the core database of common types and the
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
update-mime-database command used to extend it.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%setup -q
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
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
  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
    48
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
fi
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
libtoolize --force
10395
e23802858272 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10361
diff changeset
    54
intltoolize --force --copy --automake
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10395
diff changeset
    55
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10395
diff changeset
    56
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10395
diff changeset
    57
bash -x %SOURCE2 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10395
diff changeset
    58
%endif
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10395
diff changeset
    59
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --mandir=%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
make -j $CPUS
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
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
mkdir -p $RPM_BUILD_ROOT%{_prefix}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
make DESTDIR=$RPM_BUILD_ROOT install-strip
9400
f3c0f4f1c2ee update to delete references to linux manpages
laca
parents: 9397
diff changeset
    70
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_datadir}/applications/defaults.list
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
install -d $RPM_BUILD_ROOT%{_datadir}/application-registry
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
[ "$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
    75
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
update-mime-database %{_datadir}/mime
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
%defattr(-,root,root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
%{_bindir}/update-mime-database
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
%{_datadir}/locale/*/LC_MESSAGES/shared-mime-info.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
# No point in making a seperate devel pkg just for one silly pkgconfig file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%{_libdir}/pkgconfig/*.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
%{_datadir}/mime/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
%{_datadir}/applications/defaults.list
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%{_datadir}/application-registry
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%changelog
17885
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
    91
* Tue Apr 20 2010 - [email protected]
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
    92
- Bump to 0.71.
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
    93
* Thu Jan 28 2010 - [email protected]
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
    94
- Bump to 0.70.
16156
3d23701cfe13 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 13227
diff changeset
    95
* Tue Jul 28 2009 - [email protected]
3d23701cfe13 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 13227
diff changeset
    96
- Bump to 0.60.
13205
002be3242047 * base-specs/shared-mime-info.spec: Bump to 0.51.
jyu_mit
parents: 12658
diff changeset
    97
* Thu Aug 21 2008 - [email protected]
002be3242047 * base-specs/shared-mime-info.spec: Bump to 0.51.
jyu_mit
parents: 12658
diff changeset
    98
- Bump to 0.51.
12658
c6eb92b012eb 2008-06-13 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
    99
* Fri Jun 13 2008 - [email protected]
c6eb92b012eb 2008-06-13 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   100
- Bump to 0.40.
10395
e23802858272 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10361
diff changeset
   101
* Wed Aug 29 2007 - [email protected]
e23802858272 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10361
diff changeset
   102
- Add intltoolize calls to update intltool scripts.
10361
4334b56fdd50 2007-08-22 Damien Carbery <[email protected]>
dcarbery
parents: 10123
diff changeset
   103
* Wed Aug 22 2007 - [email protected]
4334b56fdd50 2007-08-22 Damien Carbery <[email protected]>
dcarbery
parents: 10123
diff changeset
   104
- Bump to 0.22. Remove both patches as they are upstream.
10123
0535aad9b6bb * base-specs/shared-mime-info.spec : Updated to split patch add-mime-types
mattman
parents: 10062
diff changeset
   105
* Tue Jun 26 2007 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   106
- Split add-mime-types patch into two patches to facilitate pushing upstream.
9570
955f61f25b7f 2007-03-15 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   107
* Thu Mar 15 2007 - [email protected]
955f61f25b7f 2007-03-15 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   108
- Bump to 0.20.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
* Fri Dec 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
- Bump to 0.19. Remove upstream patch 02-java-types.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
* Mon Jul 03 2006 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   112
- Bump to 0.18.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
* Thu May 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
- Add Java types from Joe.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
* Tue Apr 11 2006 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   116
- Bump to 0.17.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
* Tue Apr 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
- Add shared-mime-info-02-fix-m3u.diff to keep Bart happy.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
* Thu Dec 09 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
- Modified patch shared-mime-info-01-add-mime-types.diff to include mime type 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
  for speex file.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
* Thu Dec 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
- Remove l10n tarball. Not maintained in OpenSolaris releases.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
* Fri Dec 02 2005 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   125
- Added javaws in defaults.list as the default application for the .jnlp files. Fixes bug #6351401.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
* Thu Jul 21 2005 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   127
- Added defaults.list file in the package. It provides the defaults application
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
  handler for all mime types. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
* Tue Jun 21 2005 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   130
- 6285970: create /usr/share/application-registry for RealPlayer.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
* Thu Jun 16 2005 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   132
- Bump to 0.16, re-align patches.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
* Fri Apr 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
- Added shared-mime-info-05-add-magic.diff to provide mime magic for
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
  staroffice and opendocuments file types. Fixes #6234855.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
* Thu Mar 31 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
- Add some more media types to get things working.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
* Thu Jan 27 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
- Added shared-mime-info-04-mime-type-mrproject.diff patch to 
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   140
  associate the application planner for .mrproject files.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
  Fixes bug #6217022.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
* Fri Nov 05 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
- Added shared-mime-info-03-mime-type-staroffice-capital.diff to associate  
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
  correct mime type for staroffice applications extension in capitals.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
  Fixes bug #5097261.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
* Thu Oct 28 2004 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   147
- Add update-mime-database.1 man page.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
* Wed Sep 15 2004 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   149
- Added shared-mime-info-02-g11n-alllinguas.diff, to update support for all linguas.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
* Thu Jul 08 2004 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   151
- Updated l10n content to shared-mime-info-l10n-po-1.2.tar.bz2.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
* Thu Jul 08 2004 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   153
- ported to rpm4.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
* Wed Jul 07 2004 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   155
- added "-j $CPUS" to make to speed up builds.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
* Wed May 12 2004 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   157
- Updated l10n content to shared-mime-info-l10n-po-1.1.tar.bz2.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
* Mon Apr 5 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
- Bump to 0.14.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
* Wed Mar 31 2004 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   161
- replace tar jxf with the more solaris friendly.
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   162
  bzcat piped through tar.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
- Adding shared-mime-info-l10n-po-1.0.tar.bz2 l10n content
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
* Thu Mar 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
- added shared-mime-info-01-g11n-potfiles.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
* Tue Mar 02 2004 - [email protected]
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   168
- remove "-n gtkam" from changelog tag.
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   169
- add ACLOCAL_FLAGS to aclocal args.
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   170
* Mon Feb 23 2004 - [email protected]
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   171
- Update Distro.
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   172
* Mon Feb 02 2004 - [email protected]
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   173
- Initial version.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174