rpms/hyphen/F-9 hyphen-2.3.1-noencoding.patch, 1.1, 1.2 hyphen.spec, 1.5, 1.6

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Wed May 28 12:31:45 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/hyphen/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12121

Modified Files:
	hyphen-2.3.1-noencoding.patch hyphen.spec 
Log Message:
rats

hyphen-2.3.1-noencoding.patch:

Index: hyphen-2.3.1-noencoding.patch
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen/F-9/hyphen-2.3.1-noencoding.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hyphen-2.3.1-noencoding.patch	28 May 2008 12:15:55 -0000	1.1
+++ hyphen-2.3.1-noencoding.patch	28 May 2008 12:31:03 -0000	1.2
@@ -1,21 +1,35 @@
-diff -ru hyphen-2.3.1.orig/Makefile.am hyphen-2.3.1/Makefile.am
---- hyphen-2.3.1.orig/Makefile.am	2008-05-28 12:50:33.000000000 +0100
-+++ hyphen-2.3.1/Makefile.am	2008-05-28 12:54:09.000000000 +0100
-@@ -1,14 +1,14 @@
- SUBDIRS= doc tests
- 
+--- hyphen-2.3.1.orig/Makefile.in	2008-05-28 12:50:33.000000000 +0100
++++ hyphen-2.3.1/Makefile.in	2008-05-28 13:29:59.000000000 +0100
+@@ -66,13 +66,13 @@
+ libLTLIBRARIES_INSTALL = $(INSTALL)
+ LTLIBRARIES = $(lib_LTLIBRARIES)
+ libhyphen_la_LIBADD =
+-am_libhyphen_la_OBJECTS = csutil.lo hnjalloc.lo hyphen.lo
++am_libhyphen_la_OBJECTS = hnjalloc.lo hyphen.lo
+ libhyphen_la_OBJECTS = $(am_libhyphen_la_OBJECTS)
+ PROGRAMS = $(noinst_PROGRAMS)
+-am_example_OBJECTS = example.$(OBJEXT)
++am_example_OBJECTS = example.$(OBJEXT) csutil.$(OBJEXT)
+ example_OBJECTS = $(am_example_OBJECTS)
+ example_DEPENDENCIES = libhyphen.la
+-am_substrings_OBJECTS = substrings.$(OBJEXT)
++am_substrings_OBJECTS = substrings.$(OBJEXT) csutil.$(OBJEXT)
+ substrings_OBJECTS = $(am_substrings_OBJECTS)
+ substrings_LDADD = $(LDADD)
+ binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
+@@ -215,12 +215,12 @@
+ target_alias = @target_alias@
+ SUBDIRS = doc tests
  lib_LTLIBRARIES = libhyphen.la
 -libhyphen_la_SOURCES = csutil.c hnjalloc.c hyphen.c
 +libhyphen_la_SOURCES = hnjalloc.c hyphen.c
  libhyphen_la_LDFLAGS = -version-info 1:0:1
  include_HEADERS = hyphen.h
  noinst_HEADERS = csutil.h hnjalloc.h
- 
- noinst_PROGRAMS = substrings example
 -substrings_SOURCES = substrings.c
 -example_SOURCES = example.c
 +substrings_SOURCES = substrings.c csutil.c
 +example_SOURCES = example.c csutil.c
  example_LDADD = libhyphen.la
- 
  bin_SCRIPTS = substrings.pl
+ hyphdir = $(datadir)/hyphen


Index: hyphen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen/F-9/hyphen.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hyphen.spec	28 May 2008 12:15:55 -0000	1.5
+++ hyphen.spec	28 May 2008 12:31:03 -0000	1.6
@@ -7,7 +7,7 @@
 URL:       http://hunspell.sf.net
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License:   LGPLv2+ or MPLv1.1
-BuildRequires: perl, patch, autoconf
+BuildRequires: perl, patch
 Patch0: hyphen-2.3.1-noencoding.patch
 
 %description
@@ -34,7 +34,6 @@
 %patch0 -p1 -b .noencoding.patch
 
 %build
-autoreconf
 %configure --disable-static
 make %{?_smp_mflags}
 




More information about the fedora-extras-commits mailing list