From 33a508f4e120498bbf26da41a267db7ecba87395 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Mon, 25 Feb 2008 12:45:53 -0500 Subject: [PATCH] contrib/recode.spec2 (bis) --- Makefile.am | 2 +- Makefile.in | 2 +- contrib/ChangeLog | 6 ++++++ contrib/Makefile.am | 3 ++- contrib/Makefile.in | 4 +++- recode.spec | 46 --------------------------------------------- 6 files changed, 13 insertions(+), 50 deletions(-) delete mode 100644 recode.spec diff --git a/Makefile.am b/Makefile.am index 6a7607f..df9230d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ AUTOMAKE_OPTIONS = gnits ACLOCAL = ./aclocal.sh @ACLOCAL@ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = COPYING-LIB recode.spec aclocal.sh m4/ChangeLog +EXTRA_DIST = COPYING-LIB aclocal.sh m4/ChangeLog SUBDIRS = doc lib libiconv po src tests contrib python # The following goals for the maintainer of the Recode Web site. diff --git a/Makefile.in b/Makefile.in index c0563ac..fa37b75 100644 --- a/Makefile.in +++ b/Makefile.in @@ -226,7 +226,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = gnits ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = COPYING-LIB recode.spec aclocal.sh m4/ChangeLog +EXTRA_DIST = COPYING-LIB aclocal.sh m4/ChangeLog SUBDIRS = doc lib libiconv po src tests contrib python all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff --git a/contrib/ChangeLog b/contrib/ChangeLog index b810875..7c772cc 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,9 @@ +2008-02-22 François Pinard + + * recode.spec2: New file. + * recode.spec1: New name for recode.spec. + Reported by Bennett Todd. + 2008-02-21 François Pinard * README: Converted to reST. diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 7f2d3a7..7a1b8f4 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -22,4 +22,5 @@ AMIGA_PORT = lib-Makefile.Amiga src-Makefile.Amiga DJGPP_PORT = djgpp-README djgpp-diffs ELISP_FILES = recode.el utf8.el -EXTRA_DIST = $(AMIGA_PORT) $(DJGPP_PORT) $(ELISP_FILES) recode.spec +EXTRA_DIST = $(AMIGA_PORT) $(DJGPP_PORT) $(ELISP_FILES) \ +recode.spec1 recode.spec2 diff --git a/contrib/Makefile.in b/contrib/Makefile.in index 3a8aeb5..ff6c073 100644 --- a/contrib/Makefile.in +++ b/contrib/Makefile.in @@ -200,7 +200,9 @@ AUTOMAKE_OPTIONS = gnits AMIGA_PORT = lib-Makefile.Amiga src-Makefile.Amiga DJGPP_PORT = djgpp-README djgpp-diffs ELISP_FILES = recode.el utf8.el -EXTRA_DIST = $(AMIGA_PORT) $(DJGPP_PORT) $(ELISP_FILES) recode.spec +EXTRA_DIST = $(AMIGA_PORT) $(DJGPP_PORT) $(ELISP_FILES) \ +recode.spec1 recode.spec2 + all: all-am .SUFFIXES: diff --git a/recode.spec b/recode.spec deleted file mode 100644 index 9948da2..0000000 --- a/recode.spec +++ /dev/null @@ -1,46 +0,0 @@ -# RPM spec file for Free recode. -# Copyright (C) 2000 Progiciels Bourbeau-Pinard inc. -# Franc,ois Pinard , 2000. - -Name: recode -Version: 3.5d -Release: 1 -Summary: Converter between charsets and surfaces -Group: Utilities/Text - -Vendor: Progiciels Bourbeau-Pinard inc. -Copyright: GPL, LGPL -Packager: Franc,ois Pinard - -Source: http://www.iro.umontreal.ca/contrib/recode/recode-3.5d.tar.gz -URL: http://www.iro.umontreal.ca/contrib/recode/HTML - -Buildroot: /bpi/titan/home/pinard/.rpm - -%description -The recode library converts files between character sets and usages. -It recognises or produces more than 300 different character sets -and transliterates files between almost any pair. When exact -transliteration are not possible, it gets rid of offending characters -or fall back on approximations. The recode program is a handy -front-end to the library. - -%prep -%setup -%patch - -%build - -%install - -%files -%doc /usr/doc/packages/recode/README -%doc /usr/doc -/usr/bin/recode -/usr/include/recode.h -/usr/include/recodext.h -/usr/info/recode.info*.gz -/usr/lib/librecode.a -/usr/lib/librecode.la -/usr/man/man1/recode.1.gz -/usr/share/locale/*/LC_MESSAGES/recode.mo -- 2.40.0