base-specs/intltool.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16426 6e0af232ec80
child 17852 edfc096bfd70
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 intltool 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
12870
461283940772 2008-07-21 Damien Carbery <[email protected]>
dcarbery
parents: 12580
diff changeset
     4
# Copyright 2008 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: 16426
diff changeset
     8
%define owner laca
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16426
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15408
diff changeset
    10
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15408
diff changeset
    11
%define OSR gnome.org:0
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15408
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:			intltool 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
License:		GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:			Development/Tools/Other 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
BuildArchitectures:	noarch
15408
50707f165343 * base-specs/intltool.spec: Bump to 0.40.6.
davelam
parents: 14769
diff changeset
    17
Version:		0.40.6
11325
748184603e99 2007-12-17 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11278
diff changeset
    18
Release:		1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Distribution:		Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Vendor:			Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:		Translation Tools for GNOME Internationalization
12580
37e3b32d134d 2008-06-04 Damien Carbery <[email protected]>
dcarbery
parents: 11709
diff changeset
    22
Source:			http://ftp.gnome.org/pub/GNOME/sources/intltool/0.40/intltool-%{version}.tar.bz2
11328
bb8b6123da58 2007-12-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11325
diff changeset
    23
# owner:laca date:2007-12-18 bugzilla:490845 type:bug
bb8b6123da58 2007-12-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11325
diff changeset
    24
Patch1:                 intltool-01-msgfmt.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
URL:			http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
Docdir: 		%{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
Autoreqprov:		on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
intltool is a collection of tools for the GNOME Internationalization Developer
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Framework. Data available in XML files (.oaf, .desktop, .sheet, etc.) can be 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
extracted into PO files and, after translating, the new info will be written back
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
into the XML files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%define INSTALL install -m755 -s
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%define INSTALL_SCRIPT install -m755
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%define INSTALL_DIR install -d -m755
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%define INSTALL_DATA install -m644
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
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%setup -q
11328
bb8b6123da58 2007-12-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11325
diff changeset
    43
%patch1 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
  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
    52
%endif
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
./configure --prefix=%{_prefix} 	\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
	    --mandir=%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
make -j $CPUS
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
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%defattr(0555, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%{_prefix}/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
%defattr (0444, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
%{_mandir}/man8/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%defattr(0755,root,root) 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%{_datadir}/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%{_datadir}/aclocal/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
%changelog
15408
50707f165343 * base-specs/intltool.spec: Bump to 0.40.6.
davelam
parents: 14769
diff changeset
    79
* Tue Mar 17 2009 - [email protected]
50707f165343 * base-specs/intltool.spec: Bump to 0.40.6.
davelam
parents: 14769
diff changeset
    80
- Bump to 0.40.6
14769
187515ca3360 Bump to 0.40.5.
davelam
parents: 13799
diff changeset
    81
* Mon Dec 15 2008 - [email protected]
187515ca3360 Bump to 0.40.5.
davelam
parents: 13799
diff changeset
    82
- Bump to 0.40.5.
13799
ac0cff4685a3 2008-09-27 Christian Kelly <[email protected]>
chrisk
parents: 12999
diff changeset
    83
* Sat Sep 27 2008 - [email protected]
ac0cff4685a3 2008-09-27 Christian Kelly <[email protected]>
chrisk
parents: 12999
diff changeset
    84
- Bump to 0.40.4.
12997
3576dae76b5b 2008-08-01 Christian Kelly <[email protected]>
chrisk
parents: 12870
diff changeset
    85
* Fri Aug 01 2008 - [email protected]
12999
a7211fd0994e 2008-08-01 Brian Cameron - <[email protected]>
yippi
parents: 12997
diff changeset
    86
- Bump to 0.40.3.
12870
461283940772 2008-07-21 Damien Carbery <[email protected]>
dcarbery
parents: 12580
diff changeset
    87
* Mon Jul 21 2008 - [email protected]
461283940772 2008-07-21 Damien Carbery <[email protected]>
dcarbery
parents: 12580
diff changeset
    88
- Bump to 0.40.1.
12580
37e3b32d134d 2008-06-04 Damien Carbery <[email protected]>
dcarbery
parents: 11709
diff changeset
    89
* Wed Jun 04 2008 - [email protected]
37e3b32d134d 2008-06-04 Damien Carbery <[email protected]>
dcarbery
parents: 11709
diff changeset
    90
- Bump to 0.40.0.
11709
fdf69cf35651 2008-02-25 Damien Carbery <[email protected]>
dcarbery
parents: 11329
diff changeset
    91
* Mon Feb 25 2008 - [email protected]
fdf69cf35651 2008-02-25 Damien Carbery <[email protected]>
dcarbery
parents: 11329
diff changeset
    92
- Bump to 0.37.1.
11329
69cec32c8d0c 2007-12-06 Damien Carbery <[email protected]>
dcarbery
parents: 11328
diff changeset
    93
* Tue Dec 18 2007 - [email protected]
69cec32c8d0c 2007-12-06 Damien Carbery <[email protected]>
dcarbery
parents: 11328
diff changeset
    94
- Bump to 0.37.0.
11328
bb8b6123da58 2007-12-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11325
diff changeset
    95
* Tue Dec 18 2007 - [email protected]
bb8b6123da58 2007-12-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11325
diff changeset
    96
- add patch msgfmt.diff: do not verify if msgfmt is GNU
11325
748184603e99 2007-12-17 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11278
diff changeset
    97
* Mon Dec 17 2007 - [email protected]
748184603e99 2007-12-17 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11278
diff changeset
    98
- bump to 0.36.3 and remove upstream patch
11278
4e1179edb328 2007-12-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10520
diff changeset
    99
* Mon Dec 03 2007 - [email protected]
4e1179edb328 2007-12-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10520
diff changeset
   100
- Add intltool-01-g11n-merge-linugas.diff to read LINGUAS file correctly.
10520
2b259f9a9297 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10397
diff changeset
   101
* Wed Sep 19 2007 - [email protected]
2b259f9a9297 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10397
diff changeset
   102
- Bump to 0.36.2. Remove upstream patch, 01-path-check.
10397
d5fd217982e5 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10390
diff changeset
   103
* Wed Aug 29 2007 - [email protected]
d5fd217982e5 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10390
diff changeset
   104
- Remove upstream patch, 01-g11n-path-failure; add patch 01-path-check to fix
d5fd217982e5 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10390
diff changeset
   105
  464846.
10390
26550268e286 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10272
diff changeset
   106
* Tue Aug 28 2007 - [email protected]
26550268e286 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10272
diff changeset
   107
- Bump to 0.36.1.
10271
0a31913c7401 2007-08-04 Damien Carbery <[email protected]>
dcarbery
parents: 10268
diff changeset
   108
* Sat Aug 04 2007 - [email protected]
0a31913c7401 2007-08-04 Damien Carbery <[email protected]>
dcarbery
parents: 10268
diff changeset
   109
- Unbump back to 0.35.5 and add 01-g11n-path-failure patch as 0.36.0 is
0a31913c7401 2007-08-04 Damien Carbery <[email protected]>
dcarbery
parents: 10268
diff changeset
   110
  breaking other modules.
10268
e21d31b155c9 2007-08-03 Damien Carbery <[email protected]>
dcarbery
parents: 9725
diff changeset
   111
* Fri Aug 03 2007 - [email protected]
e21d31b155c9 2007-08-03 Damien Carbery <[email protected]>
dcarbery
parents: 9725
diff changeset
   112
- Bump to 0.36.0. Remove upstream patch, 01-g11n-path-failure.
9725
3db327273609 2007-04-12 Takao Fujiwara <[email protected]>
fujiwara
parents: 9400
diff changeset
   113
* Thu Apr 12 2007 - [email protected]
10268
e21d31b155c9 2007-08-03 Damien Carbery <[email protected]>
dcarbery
parents: 9725
diff changeset
   114
- Add intltool-01-g11n-path-failure.diff to work intltool-update. bugzilla
e21d31b155c9 2007-08-03 Damien Carbery <[email protected]>
dcarbery
parents: 9725
diff changeset
   115
  #413461.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
* Tue Feb 27 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
- Bump to 0.35.5.  Remove upstream patch.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
* Fri Jan 12 2007 - [email protected]
10397
d5fd217982e5 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10390
diff changeset
   119
- Added intltool-01-g11n-desktop-comment.diff to extract comment. bugzilla
d5fd217982e5 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10390
diff changeset
   120
  390271.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
* Tue Jan 09 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
- Bump to 0.35.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
* Mon Jan 08 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
- Bump to 0.35.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
* Thu Dec 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
- Bump to 0.35.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
* Thu Dec  7 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
- Bump to 0.35.1. Remove upstream patches, 01-intltoolize-exit-1 and 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
  02-ALL_LINGUAS.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
* Thu Jul 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
- add patch ALL_LINGUAS.diff that removes the \n's from ALL_LINGUAS in
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
  IT_PROG_INTLTOOL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
* Wed Jul 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
- bump to 0.35.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
* Wed Feb  8 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
- Bump to 0.34.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
- Bump to 0.34.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
* Fri May 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
- Bump to 0.33
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
* Fri Nov 05 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
- Added intltool-01-g11n-icon.diff to support .icon files. Fix CR 6191220
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
- Added intltool-02-g11n-space.diff to fix space attributes. bugzilla 151017.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
* Thu Oct 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
- Updated "Source" to current version.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
* Thu Oct 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
- Bump to 0.31, remove patch-01 , #6179699
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
- Ported to rpm4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
* Tue Mar 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
- Added intltool-01-g11n-handle-blacket.diff to fix 4996253
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
* Thu Feb 05 2004 - Matt Keenan <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
- Bump to 0.30
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
* Mon Dec 15 2003 - Glynn Foster <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
- Bump to 0.28
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
* Mon Oct 13 2003 - Matt Keenan  <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
- Man pages update
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
* Thu Oct 09 2003 - Matt Keenan  <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
- Man pages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
* Fri Jul 04 2003 - Ghee Teo  <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
- Fixes a directory permission for %{_datadir}/aclocal because of
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
  an incorrect macros being used under files section
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
* Tue May 13 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
- Initial release