2004-09-09 07:40:29 +00:00
|
|
|
|
%define __libtoolize :
|
|
|
|
|
|
|
|
|
|
%define libxml2_version 2.4.12
|
2004-09-09 07:43:46 +00:00
|
|
|
|
%define gtk2_version 2.4.1-2
|
2004-09-09 07:40:29 +00:00
|
|
|
|
%define freetype_version 2.0.1
|
|
|
|
|
%define popt_version 1.5
|
2004-09-09 07:40:55 +00:00
|
|
|
|
%define libart_version 2.3.10
|
2005-01-26 17:44:38 +00:00
|
|
|
|
%define libcroco_version 0.6
|
2004-09-09 07:41:53 +00:00
|
|
|
|
%define libgnomeui_version 2.5.0
|
2005-12-02 14:19:51 +00:00
|
|
|
|
%define libgsf_version 1.6.0
|
2004-09-09 07:40:29 +00:00
|
|
|
|
|
2005-01-26 18:08:48 +00:00
|
|
|
|
Name: librsvg2
|
2004-09-09 07:40:29 +00:00
|
|
|
|
Summary: An SVG library based on libart.
|
2005-11-30 19:16:28 +00:00
|
|
|
|
Version: 2.13.3
|
2005-12-02 14:21:56 +00:00
|
|
|
|
Release: 2
|
2004-09-09 07:41:46 +00:00
|
|
|
|
|
2004-09-09 07:40:29 +00:00
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Libraries
|
2004-09-09 07:40:55 +00:00
|
|
|
|
Source: librsvg-%{version}.tar.bz2
|
2004-09-09 07:40:29 +00:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2004-09-09 07:43:38 +00:00
|
|
|
|
PreReq: gtk2 >= %{gtk2_version}
|
2004-09-09 07:40:29 +00:00
|
|
|
|
Requires: libxml2 >= %{libxml2_version}
|
|
|
|
|
Requires: popt >= %{popt_version}
|
|
|
|
|
Requires: freetype >= %{freetype_version}
|
|
|
|
|
Requires: libart_lgpl >= %{libart_version}
|
|
|
|
|
Requires: libpng
|
2004-09-09 07:44:06 +00:00
|
|
|
|
Requires: libcroco >= 0.6.0
|
2005-12-02 14:19:51 +00:00
|
|
|
|
Requires: libgsf >= %{libgsf_version}
|
2004-09-09 07:43:46 +00:00
|
|
|
|
Requires(post,postun): %{_bindir}/update-gdk-pixbuf-loaders
|
2004-09-09 07:40:29 +00:00
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
|
|
|
|
BuildRequires: libxml2-devel >= %{libxml2_version}
|
|
|
|
|
BuildRequires: popt >= %{popt_version}
|
|
|
|
|
BuildRequires: freetype-devel >= %{freetype_version}
|
|
|
|
|
BuildRequires: libart_lgpl-devel >= %{libart_version}
|
2004-09-09 07:41:46 +00:00
|
|
|
|
BuildRequires: libgsf-devel, libcroco-devel
|
|
|
|
|
BuildRequires: automake14
|
2004-09-09 07:41:53 +00:00
|
|
|
|
BuildRequires: libcroco >= %{libcroco_version}
|
|
|
|
|
BuildRequires: libgnomeui >= %{libgnomeui_version}
|
2004-09-09 07:43:11 +00:00
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: libgnomeui-devel
|
2005-12-02 14:19:51 +00:00
|
|
|
|
BuildRequires: libgsf-devel >= %{libgsf_version}
|
2004-09-09 07:40:29 +00:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
An SVG library based on libart.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Libraries and include files for developing with librsvg.
|
|
|
|
|
Group: Development/Libraries
|
2004-09-09 07:41:46 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2004-09-09 07:40:29 +00:00
|
|
|
|
Requires: gtk2-devel >= %{gtk2_version}
|
|
|
|
|
Requires: libxml2-devel >= %{libxml2_version}
|
|
|
|
|
Requires: freetype-devel >= %{freetype_version}
|
|
|
|
|
Requires: libart_lgpl-devel >= %{libart_version}
|
2005-12-02 14:19:51 +00:00
|
|
|
|
Requires: libgsf-devel >= %{libgsf_version}
|
2004-09-09 07:44:06 +00:00
|
|
|
|
Requires: libcroco-devel >= 0.6.0
|
2004-09-09 07:40:29 +00:00
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
This package provides the necessary development libraries and include
|
|
|
|
|
files to allow you to develop with librsvg.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n librsvg-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
2005-12-02 14:19:51 +00:00
|
|
|
|
%configure --with-svgz
|
2004-09-09 07:44:06 +00:00
|
|
|
|
make
|
2004-09-09 07:40:29 +00:00
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2004-09-09 07:44:06 +00:00
|
|
|
|
%makeinstall
|
2004-09-09 07:40:58 +00:00
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/libsvg.a
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/libsvg.la
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/svg_loader.a
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/svg_loader.la
|
2004-09-09 07:44:06 +00:00
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/libmozsvgdec.a
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/libmozsvgdec.la
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/libmozsvgdec.so
|
2004-09-09 07:40:58 +00:00
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
|
2004-09-09 07:44:06 +00:00
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/pixmaps/svg-viewer.svg
|
2004-09-09 07:40:58 +00:00
|
|
|
|
|
2004-09-09 07:40:29 +00:00
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
2004-09-09 07:40:58 +00:00
|
|
|
|
%post
|
|
|
|
|
/sbin/ldconfig
|
2004-11-03 15:47:58 +00:00
|
|
|
|
%{_bindir}/update-gdk-pixbuf-loaders %{_host}
|
2004-09-09 07:40:29 +00:00
|
|
|
|
|
2004-09-09 07:40:58 +00:00
|
|
|
|
%postun
|
|
|
|
|
/sbin/ldconfig
|
2004-11-03 15:47:58 +00:00
|
|
|
|
%{_bindir}/update-gdk-pixbuf-loaders %{_host}
|
2004-09-09 07:40:29 +00:00
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README
|
|
|
|
|
%{_libdir}/*.so.*
|
2004-09-09 07:40:58 +00:00
|
|
|
|
%{_libdir}/gtk-2.0/*/engines/libsvg.so
|
|
|
|
|
%{_libdir}/gtk-2.0/*/loaders/svg_loader.so
|
|
|
|
|
%{_bindir}/rsvg
|
2004-09-09 07:44:06 +00:00
|
|
|
|
%{_bindir}/rsvg-view
|
2004-09-09 07:40:58 +00:00
|
|
|
|
%{_mandir}/man1/*
|
2004-09-09 07:40:29 +00:00
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/*.a
|
2004-09-09 07:40:58 +00:00
|
|
|
|
%{_includedir}/librsvg-2
|
2004-09-09 07:40:29 +00:00
|
|
|
|
%{_libdir}/pkgconfig/librsvg-2.0.pc
|
2005-11-30 19:29:05 +00:00
|
|
|
|
## librsvg 2.13.3 shipped without docs
|
|
|
|
|
##%doc %{_datadir}/gtk-doc/html/rsvg
|
2004-09-09 07:40:29 +00:00
|
|
|
|
|
|
|
|
|
%changelog
|
2005-12-02 14:21:56 +00:00
|
|
|
|
* Fri Dec 2 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.3-2
|
|
|
|
|
- Compile with svgz support
|
|
|
|
|
|
2005-11-30 19:16:28 +00:00
|
|
|
|
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.3-1
|
|
|
|
|
- Update to 2.13.3
|
|
|
|
|
|
2005-10-12 04:43:04 +00:00
|
|
|
|
* Wed Oct 12 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.7-1
|
|
|
|
|
- Newer upstream version
|
|
|
|
|
|
2005-10-06 22:19:49 +00:00
|
|
|
|
* Thu Oct 6 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.5-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
2005-10-06 04:18:03 +00:00
|
|
|
|
* Thu Oct 6 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.4-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
2005-09-30 03:34:02 +00:00
|
|
|
|
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.3-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
2005-08-31 16:46:16 +00:00
|
|
|
|
* Wed Aug 31 2005 Matthias Clasen <mclasen@redhat.com> - 2.11.1-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
2005-03-02 17:18:55 +00:00
|
|
|
|
* Wed Mar 2 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.5-2
|
|
|
|
|
- Rebuild with gcc4
|
|
|
|
|
|
2005-01-26 17:44:38 +00:00
|
|
|
|
* Wed Jan 26 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.5-1
|
|
|
|
|
- update to 2.9.5
|
|
|
|
|
|
2004-11-03 15:47:58 +00:00
|
|
|
|
* Thu Sep 23 2004 Matthias Clasen <mclasen@redhat.com> - 2.8.1-2
|
|
|
|
|
- Must use the same rpm macro for the host triplet as the
|
|
|
|
|
gtk2 package, otherwise things can fall apart. (#137676)
|
|
|
|
|
|
2004-09-23 12:09:57 +00:00
|
|
|
|
* Thu Sep 23 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-1
|
|
|
|
|
- update to 2.8.1
|
|
|
|
|
|
2004-09-09 07:44:06 +00:00
|
|
|
|
* Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> - 2.7.2-1
|
|
|
|
|
- Update to 2.7.2
|
|
|
|
|
- Fix up changelog section
|
|
|
|
|
|
2004-09-09 07:43:48 +00:00
|
|
|
|
* Mon Jun 28 2004 Dan Williams <dcbw@redhat.com> - 2.6.4-7
|
2004-09-09 07:44:06 +00:00
|
|
|
|
- Fix usage of "%%{_bindir}/update-gdk-pixbuf-loaders %%{_host}"
|
|
|
|
|
to point to right place and architecture
|
2004-09-09 07:43:48 +00:00
|
|
|
|
|
2004-09-09 07:43:46 +00:00
|
|
|
|
* Thu Jun 24 2004 Matthias Clasen <mclasen@redhat.com> 2.6.4-6
|
|
|
|
|
- Properly handle updating of arch-dependent config
|
|
|
|
|
files. (#124483)
|
|
|
|
|
|
|
|
|
|
* Wed Jun 23 2004 Matthias Clasen <mclasen@redhat.com> 2.6.4-5
|
2004-09-09 07:43:38 +00:00
|
|
|
|
- PreReq gtk2 instead of just requiring it (#90697)
|
|
|
|
|
|
2004-09-09 07:43:31 +00:00
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 07:43:23 +00:00
|
|
|
|
* Fri May 21 2004 Matthias Clasen <mclasen@redhat.com> 2.6.4-3
|
|
|
|
|
- rebuild
|
|
|
|
|
|
2004-09-09 07:43:11 +00:00
|
|
|
|
* Mon Apr 5 2004 Warren Togami <wtogami@redhat.com> 2.6.4-2
|
|
|
|
|
- BuildRequires libtool, libgnomeui-devel, there may be more
|
|
|
|
|
- -devel req libcroco-devel
|
|
|
|
|
|
|
|
|
|
* Thu Apr 1 2004 Alex Larsson <alexl@redhat.com> 2.6.4-1
|
|
|
|
|
- update to 2.6.4
|
|
|
|
|
|
2004-09-09 07:42:26 +00:00
|
|
|
|
* Wed Mar 17 2004 Alex Larsson <alexl@redhat.com> 2.6.1-2
|
|
|
|
|
- rebuild to get new gtk bin age
|
|
|
|
|
|
|
|
|
|
* Mon Mar 15 2004 Alex Larsson <alexl@redhat.com> 2.6.1-1
|
|
|
|
|
- update to 2.6.1
|
|
|
|
|
|
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 07:41:53 +00:00
|
|
|
|
* Tue Jan 27 2004 Jonathan Blandford <jrb@redhat.com> 2.4.0-3
|
|
|
|
|
- update version
|
|
|
|
|
- Buildrequire libcroco
|
|
|
|
|
|
2004-09-09 07:41:46 +00:00
|
|
|
|
* Fri Oct 24 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-3
|
|
|
|
|
- Fix libcroco in link line. Fixes #107875.
|
|
|
|
|
- Properly require libgsf and libcroco
|
|
|
|
|
|
|
|
|
|
* Tue Oct 21 2003 Florian La Roche <Florian.LaRoche@redhat.de> 2.4.0-2
|
|
|
|
|
- BuildReq libcroco-devel, seems this _can_ get picked up
|
|
|
|
|
|
|
|
|
|
* Mon Sep 8 2003 Jonathan Blandford <jrb@redhat.com> 2.4.0-1
|
|
|
|
|
- bump to 2.4.0
|
|
|
|
|
|
|
|
|
|
* Thu Sep 4 2003 Alexander Larsson <alexl@redhat.com> 2.3.1-3
|
|
|
|
|
- Don't use the epoch, thats implicitly zero and not defined
|
|
|
|
|
|
|
|
|
|
* Thu Sep 4 2003 Alexander Larsson <alexl@redhat.com> 2.3.1-2
|
|
|
|
|
- full version in -devel requires (#102063)
|
|
|
|
|
|
|
|
|
|
* Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com> 2.3.1-1
|
|
|
|
|
- new version for GNOME 2.4
|
|
|
|
|
|
|
|
|
|
* Fri Aug 8 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-5
|
|
|
|
|
- BuildRequire libgsf-devel
|
|
|
|
|
|
|
|
|
|
* Wed Aug 6 2003 Elliot Lee <sopwith@redhat.com> 2.2.3-4
|
|
|
|
|
- Fix libtool
|
|
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 07:41:26 +00:00
|
|
|
|
* Tue Apr 8 2003 Matt Wilson <msw@redhat.com> 2.2.3-2
|
|
|
|
|
- use system libtool (#88339)
|
|
|
|
|
|
2004-09-09 07:40:58 +00:00
|
|
|
|
* Wed Feb 5 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1
|
|
|
|
|
- 2.2.3
|
|
|
|
|
- Moved engine and loaders from devel package
|
|
|
|
|
|
|
|
|
|
* Mon Feb 3 2003 Alexander Larsson <alexl@redhat.com> 2.2.2.1-2
|
|
|
|
|
- Move docs to rpm docdir
|
|
|
|
|
|
|
|
|
|
* Mon Feb 3 2003 Alexander Larsson <alexl@redhat.com> 2.2.2.1-1
|
|
|
|
|
- Update to 2.2.2.1, crash fixes
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-1
|
|
|
|
|
- Update to 2.2.1, fixes crash
|
|
|
|
|
- Removed temporary manpage hack
|
|
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-3
|
|
|
|
|
- Manpage were installed in the wrong place
|
|
|
|
|
|
|
|
|
|
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-2
|
|
|
|
|
- Add manpage
|
|
|
|
|
|
|
|
|
|
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
|
|
|
|
|
- Update to 2.2.0
|
|
|
|
|
|
|
|
|
|
* Fri Jan 17 2003 Alexander Larsson <alexl@redhat.com> 2.1.3-3
|
|
|
|
|
- Require gtk2 2.2.0 for the pixbuf loader (#80857)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 16 2003 Alexander Larsson <alexl@redhat.com> 2.1.3-2
|
|
|
|
|
- own includedir/librsvg-2
|
|
|
|
|
|
|
|
|
|
* Thu Jan 9 2003 Alexander Larsson <alexl@redhat.com> 2.1.3-1
|
|
|
|
|
- update to 2.1.3
|
|
|
|
|
|
|
|
|
|
* Tue Dec 17 2002 Owen Taylor <otaylor@redhat.com>
|
2004-09-09 07:44:06 +00:00
|
|
|
|
- Don't package gdk-pixbuf.loaders, it gets generated
|
|
|
|
|
in the %%post
|
2004-09-09 07:40:58 +00:00
|
|
|
|
|
|
|
|
|
* Mon Dec 9 2002 Alexander Larsson <alexl@redhat.com> 2.1.2-1
|
|
|
|
|
- Update to 2.1.2
|
|
|
|
|
|
2004-09-09 07:40:55 +00:00
|
|
|
|
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 2.0.1
|
|
|
|
|
|
2004-09-09 07:40:44 +00:00
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
|
|
* Thu May 02 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
2004-09-09 07:40:36 +00:00
|
|
|
|
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.1.6
|
|
|
|
|
|
|
|
|
|
* Mon Feb 11 2002 Alex Larsson <alexl@redhat.com> 1.1.3-1
|
|
|
|
|
- Update to 1.1.3
|
|
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
2004-09-09 07:40:29 +00:00
|
|
|
|
* Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- new CVS snap 1.1.0.91
|
|
|
|
|
- remove automake/autoconf calls
|
|
|
|
|
|
|
|
|
|
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- convert to librsvg2 RPM
|
|
|
|
|
|
|
|
|
|
* Tue Oct 23 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.0.2
|
|
|
|
|
|
|
|
|
|
* Fri Jul 27 2001 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
- Add a patch that moves the includes to librsvg-1/librsvg
|
|
|
|
|
- in preparation for a later librsvg 2 library.
|
|
|
|
|
|
|
|
|
|
* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- build requires gnome-libs-devel, #49509
|
|
|
|
|
|
|
|
|
|
* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- own /usr/include/librsvg
|
|
|
|
|
|
|
|
|
|
* Wed Jul 18 2001 Akira TAGOH <tagoh@redhat.com> 1.0.0-4
|
|
|
|
|
- fixed the linefeed problem in multibyte environment. (Bug#49310)
|
|
|
|
|
|
|
|
|
|
* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- put .la file back in package
|
|
|
|
|
|
|
|
|
|
* Fri Jul 6 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- Put changelog at the end
|
|
|
|
|
- Move .so files to devel subpackage
|
|
|
|
|
- Don't mess with ld.so.conf
|
|
|
|
|
- Don't use %%{prefix}, this isn't a relocatable package
|
|
|
|
|
- Don't define a bad docdir
|
|
|
|
|
- Add BuildRequires
|
|
|
|
|
- Use %%{_tmppath}
|
2004-09-09 07:44:06 +00:00
|
|
|
|
- Don't define name, version etc. on top of the file (why
|
|
|
|
|
do so many do that?)
|
2004-09-09 07:40:29 +00:00
|
|
|
|
- s/Copyright/License/
|
|
|
|
|
|
|
|
|
|
* Wed May 9 2001 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
|
- Put into Red Hat Build system
|
|
|
|
|
|
|
|
|
|
* Tue Oct 10 2000 Robin Slomkowski <rslomkow@eazel.com>
|
2004-09-09 07:44:06 +00:00
|
|
|
|
- removed obsoletes from sub packages and added mozilla and
|
|
|
|
|
trilobite subpackages
|
2004-09-09 07:40:29 +00:00
|
|
|
|
|
|
|
|
|
* Wed Apr 26 2000 Ramiro Estrugo <ramiro@eazel.com>
|
|
|
|
|
- created this thing
|
|
|
|
|
|