Re: [ANNOUNCE] New release of intltool, formerly known as xml-i18n-tools



>A new release of the GNOME internationalization tools have found it way
>to the web. Formerly known as xml-i18n-tools -- the tools have now taken
>their first move towards changing their name to "intltool", which
>reflects that the tools are not solely for use with XML.

I didn't see intltool in CVS and xml-i18n-tools looks to be out-of-date.  In
any case, the following patch fixes the spec file so that it can generate an
RPM again.  Please apply it to your tree(s).

--- intltool-0.9.5/xml-i18n-tools.spec.in.orig	Wed Sep 19 00:38:25 2001
+++ intltool-0.9.5/xml-i18n-tools.spec.in	Wed Sep 19 00:42:25 2001
@@ -11,9 +11,10 @@
 Copyright: 	GPL
 Group:		Development/Tools
 Source: 	%{name}-%{ver}.tar.gz
-URL: 		ftp.gnome.org
+URL: 		http://www.gnome.org/
 BuildRoot:	/var/tmp/%{name}-%{ver}-root
 BuildArch:      noarch
+Obsoletes:      xml-i18n-tools
 
 %description
 ** Automatically extracts translatable strings from oaf, glade, bonobo
@@ -23,19 +24,12 @@
   (encoding to be 7-bit clean). I can also extend this merging
   mechanism to support other types of XML files.
 
-%package devel
-Summary:	Libraries and include files for developing Ammonite clients
-Group:		Development/Libraries
-Requires:	%name = %{PACKAGE_VERSION}
-Obsoletes:	%{name}-devel
-
-%description devel
-This package provides the necessary development libraries and include
-files to allow you to develop components that make use of the Ammonite authentication
-services.  You will need to install this package if you intend to build Nautilus
-from source code.
-
 %changelog
+* Wed Sep 19 2001 John Gotts <jgotts linuxsavvy com>
+- Improved the URL.  Added the appropriate Obsoletes:.  Removed the incorrect
+  and preliminary development package stuff.  The datadir changed names and the
+  files shouldn't be executable.  Added the man pages to the build.
+
 * Sun Feb 18 2001 Gregory Leblanc <gleblanc cu-portland edu>
 - Changes to make the spec file more portable across RPM based
   systems.  Changes mainly consisted of using macros better, and
@@ -86,10 +80,10 @@
 %files
 
 %defattr(0555, bin, bin)
-%doc AUTHORS COPYING ChangeLog NEWS README
 %{_bindir}/*
-%{_datadir}/xml-i18n-tools/*
 
 %defattr (0444, bin, bin)
-# Should go in a devel package.
-%{_datadir}/aclocal/*.m4
+%doc AUTHORS COPYING ChangeLog NEWS README
+%{_mandir}/man8/*
+%{_datadir}/aclocal/*
+%{_datadir}/intltool/*

-- 
John GOTTS <jgotts linuxsavvy com>  http://linuxsavvy.com/staff/jgotts




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]