|
From: <orr...@us...> - 2009-03-10 21:21:08
|
Revision: 10
http://xoonips.svn.sourceforge.net/xoonips/?rev=10&view=rev
Author: orrisroot
Date: 2009-03-10 21:21:03 +0000 (Tue, 10 Mar 2009)
Log Message:
-----------
updated version to 0.5.2 for ease of maintanance.
Modified Paths:
--------------
extras/xlhtml/trunk/Makefile.in
extras/xlhtml/trunk/cole/Makefile.in
extras/xlhtml/trunk/config.h.in
extras/xlhtml/trunk/configure
extras/xlhtml/trunk/configure.in
extras/xlhtml/trunk/ppthtml/Makefile.in
extras/xlhtml/trunk/xlhtml/Makefile.in
extras/xlhtml/trunk/xlhtml.spec
Modified: extras/xlhtml/trunk/Makefile.in
===================================================================
--- extras/xlhtml/trunk/Makefile.in 2009-03-10 20:44:32 UTC (rev 9)
+++ extras/xlhtml/trunk/Makefile.in 2009-03-10 21:21:03 UTC (rev 10)
@@ -185,15 +185,15 @@
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
- echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
- cd $(srcdir) && $(AUTOMAKE) --gnu \
+ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
+ cd $(srcdir) && $(AUTOMAKE) --foreign \
&& exit 0; \
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu Makefile
+ $(AUTOMAKE) --foreign Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
Modified: extras/xlhtml/trunk/cole/Makefile.in
===================================================================
--- extras/xlhtml/trunk/cole/Makefile.in 2009-03-10 20:44:32 UTC (rev 9)
+++ extras/xlhtml/trunk/cole/Makefile.in 2009-03-10 21:21:03 UTC (rev 10)
@@ -182,9 +182,9 @@
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cole/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cole/Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu cole/Makefile
+ $(AUTOMAKE) --foreign cole/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
Modified: extras/xlhtml/trunk/config.h.in
===================================================================
--- extras/xlhtml/trunk/config.h.in 2009-03-10 20:44:32 UTC (rev 9)
+++ extras/xlhtml/trunk/config.h.in 2009-03-10 21:21:03 UTC (rev 10)
@@ -1,48 +1,100 @@
-/* config.h.in. Generated automatically from configure.in by autoheader. */
+/* config.h.in. Generated from configure.in by autoheader. */
-/* Define to empty if the keyword does not work. */
-#undef const
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
-/* Define to `unsigned' if <sys/types.h> doesn't define. */
-#undef size_t
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
-/* Define if you have the ANSI C header files. */
-#undef STDC_HEADERS
+/* Define to 1 if you have the <malloc.h> header file. */
+#undef HAVE_MALLOC_H
-/* Define if your processor stores words with the most significant
- byte first (like Motorola and SPARC, unlike Intel and VAX). */
-#undef WORDS_BIGENDIAN
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
-/* The number of bytes in a double. */
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Name of package */
+#undef PACKAGE
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* The size of `double', as computed by sizeof. */
#undef SIZEOF_DOUBLE
-/* The number of bytes in a float. */
+/* The size of `float', as computed by sizeof. */
#undef SIZEOF_FLOAT
-/* The number of bytes in a long double. */
+/* The size of `long double', as computed by sizeof. */
#undef SIZEOF_LONG_DOUBLE
-/* The number of bytes in a unsigned char. */
+/* The size of `unsigned char', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_CHAR
-/* The number of bytes in a unsigned int. */
+/* The size of `unsigned int', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_INT
-/* The number of bytes in a unsigned long. */
+/* The size of `unsigned long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG
-/* The number of bytes in a unsigned long long. */
+/* The size of `unsigned long long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG_LONG
-/* The number of bytes in a unsigned short. */
+/* The size of `unsigned short', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_SHORT
-/* Define if you have the <malloc.h> header file. */
-#undef HAVE_MALLOC_H
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
-/* Name of package */
-#undef PACKAGE
-
/* Version number of package */
#undef VERSION
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+ significant byte first (like Motorola and SPARC, unlike Intel). */
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+# define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+# undef WORDS_BIGENDIAN
+# endif
+#endif
+
+/* Define to empty if `const' does not conform to ANSI C. */
+#undef const
+
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef size_t
Modified: extras/xlhtml/trunk/configure
===================================================================
--- extras/xlhtml/trunk/configure 2009-03-10 20:44:32 UTC (rev 9)
+++ extras/xlhtml/trunk/configure 2009-03-10 21:21:03 UTC (rev 10)
@@ -2269,7 +2269,7 @@
# Define the identity of the package.
PACKAGE=xlhtml/xlhtml
- VERSION=0.5.1
+ VERSION=0.5.2
cat >>confdefs.h <<_ACEOF
Modified: extras/xlhtml/trunk/configure.in
===================================================================
--- extras/xlhtml/trunk/configure.in 2009-03-10 20:44:32 UTC (rev 9)
+++ extras/xlhtml/trunk/configure.in 2009-03-10 21:21:03 UTC (rev 10)
@@ -13,7 +13,7 @@
AC_SUBST(HOST_VENDOR)
AC_SUBST(HOST_OS)
-AM_INIT_AUTOMAKE(xlhtml/xlhtml, 0.5.1)
+AM_INIT_AUTOMAKE(xlhtml/xlhtml, 0.5.2)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
Modified: extras/xlhtml/trunk/ppthtml/Makefile.in
===================================================================
--- extras/xlhtml/trunk/ppthtml/Makefile.in 2009-03-10 20:44:32 UTC (rev 9)
+++ extras/xlhtml/trunk/ppthtml/Makefile.in 2009-03-10 21:21:03 UTC (rev 10)
@@ -195,9 +195,9 @@
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ppthtml/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ppthtml/Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu ppthtml/Makefile
+ $(AUTOMAKE) --foreign ppthtml/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
Modified: extras/xlhtml/trunk/xlhtml/Makefile.in
===================================================================
--- extras/xlhtml/trunk/xlhtml/Makefile.in 2009-03-10 20:44:32 UTC (rev 9)
+++ extras/xlhtml/trunk/xlhtml/Makefile.in 2009-03-10 21:21:03 UTC (rev 10)
@@ -204,9 +204,9 @@
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu xlhtml/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xlhtml/Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu xlhtml/Makefile
+ $(AUTOMAKE) --foreign xlhtml/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
Modified: extras/xlhtml/trunk/xlhtml.spec
===================================================================
--- extras/xlhtml/trunk/xlhtml.spec 2009-03-10 20:44:32 UTC (rev 9)
+++ extras/xlhtml/trunk/xlhtml.spec 2009-03-10 21:21:03 UTC (rev 10)
@@ -1,49 +1,72 @@
-Name: xlhtml
-Summary: A program that converts MS Excel files to useful formats.
-Version: 0.5.1
-Release: 1
-Copyright: GPL
-Group: Applications/File
-Source: http://prdownloads.sourceforge.net/chicago/xlhtml-0.5.tgz
-BuildRoot: /var/tmp/%{name}-buildroot
+Name: xlhtml
+Summary: Excel 95/97 and PowerPoint to HTML converter
+Version: 0.5.2
+Release: 1%{?dist}
+License: GPLv2+
+Group: Applications/Text
+#Source0: http://dl.sf.net/chicago/xlhtml-%{version}.tgz
+Source0: http://dl.sf.net/xoonips/xlhtml-%{version}.tar.gz
+URL: http://chicago.sourceforge.net/xlhtml/
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
%description
-xlhtml generates HTML, XML, csv and tab-delimited versions of MS Excel
-spreadsheets. Known to work with XLS files of MS Excel 95, 97 and 2000.
+The xlhtml program will take an Excel 95, or 97 file as input and
+convert it to HTML. The output is via standard out so it can be
+re-directed to files or piped to filters or used as a gateway to the
+internet. pptHtml program converts PowerPoint files to HTML.
-Also included is ppthtml, a utility for converting MS PowerPoint 95/97
-presentations to HTML.
%prep
-%setup
+%setup -q
%build
-./configure
-make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
-mv ppthtml/README ppthtml/ppt-README
-mv ppthtml/THANKS ppthtml/ppt-THANKS
-mv ppthtml/ChangeLog ppthtml/ppt-ChangeLog
+%configure
+make %{?_smp_mflags}
+
%install
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-mkdir -p $RPM_BUILD_ROOT/usr/share/man/man1
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
-install -s -m 755 xlhtml/xlhtml $RPM_BUILD_ROOT/usr/bin
-install -s -m 755 ppthtml/ppthtml $RPM_BUILD_ROOT/usr/bin
-install -m 644 xlhtml/xlhtml.1 $RPM_BUILD_ROOT/usr/share/man/man1
-install -m 644 ppthtml/ppthtml.1 $RPM_BUILD_ROOT/usr/share/man/man1
%clean
-if ! [ "$RPM_BUILD_ROOT" = "/" ]; then rm -rf $RPM_BUILD_ROOT; fi
+rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
-%doc AUTHORS COPYING xlhtml/README xlhtml/THANKS xlhtml/TODO xlhtml/ChangeLog ppthtml/ppt-README ppthtml/ppt-THANKS ppthtml/ppt-ChangeLog
-/usr/bin/xlhtml
-/usr/bin/ppthtml
-/usr/share/man/man1/xlhtml.1*
-/usr/share/man/man1/ppthtml.1*
+%doc xlhtml/contrib xlhtml/{README,THANKS,TODO,ChangeLog}
+%{_bindir}/*
+%{_mandir}/man1/*
%changelog
-* Wed May 15 2002 Vaclav Dvorak <dv...@id...>
-- first version of RPM spec file
+* Wed Mar 11 2009 Yoshihiro OKUMURA <orr...@gm...> - 0.5.2-1
+- updated to upstream 0.5.1
+- applied debian's 0.5.1-6 patches
+- supported to build mingw32 msys environment
+- assigned new version 0.5.2 to these patched sources (for ease of maintainance)
+
+* Mon Feb 18 2008 Fedora Release Engineering <re...@fe...> - 0.5-8
+- Autorebuild for GCC 4.3
+
+* Sun Aug 26 2007 Aurelien Bompard <abo...@fe...> 0.5-7
+- fix license tag
+- rebuild for BuildID
+
+* Thu Aug 31 2006 Aurelien Bompard <abo...@fe...> 0.5-6
+- rebuild
+
+* Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 0.5-5
+- rebuild for FC5
+
+* Sun May 22 2005 Jeremy Katz <ka...@re...> - 0.5-4
+- rebuild on all arches
+
+* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
+* Fri Jun 25 2004 Aurelien Bompard <gauret[AT]free.fr> 0:0.5-0.fdr.2
+- cleanup spec file
+
+* Thu May 13 2004 Aurelien Bompard <gauret[AT]free.fr> 0:0.5-0.fdr.1
+- initial Fedora RPM (from PLD)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|