summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:02:12 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:02:12 +0000
commit8631eca31d0cdb2d68cdb6fd02003ef802e57920 (patch)
tree9d04fbde5207882c01f331cb1db040c0ffd1f80e
parent036492c4f03887746fc26a0edeea213c9321e881 (diff)
downloadguile-8631eca31d0cdb2d68cdb6fd02003ef802e57920.tar.gz
guile-8631eca31d0cdb2d68cdb6fd02003ef802e57920.tar.xz
guile-8631eca31d0cdb2d68cdb6fd02003ef802e57920.zip
auto-import changelog data from guile-1.3.4-9.src.rpmguile-1_3_4-9RHL-7_0-split
Fri Jul 14 2000 Nalin Dahyabhai <nalin@redhat.com> - Add version number to prereq for umb-scheme to get the post-install to work properly. Thu Jul 13 2000 Nalin Dahyabhai <nalin@redhat.com> - Add an Epoch = 1 in case anyone happened to have 1.4 installed. Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Tue Jul 11 2000 Nalin Dahyabhai <nalin@redhat.com> - Back down to 1.3.4. - Fix to actually link against the version of libguile in the package. Sun Jun 04 2000 Nalin Dahyabhai <nalin@redhat.com> - FHS fixups using the %{makeinstall} macro. Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com> - fix preun-devel - call ldconfig directly in postun Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with new readline - update to 1.3.4 Mon Feb 28 2000 Nalin Dahyabhai <nalin@redhat.com> - using the same catalog as umb-scheme makes umb-scheme a prereq Thu Feb 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - readline is needed for %post Tue Feb 08 2000 Nalin Dahyabhai <nalin@redhat.com> - use the same catalog as umb-scheme Thu Sep 02 1999 Jeff Johnson <jbj@redhat.com> - fix broken %postun Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 6) Wed Mar 17 1999 Michael Johnson <johnsonm@redhat.com> - added .ansi patch to fix #endif Wed Feb 10 1999 Cristian Gafton <gafton@redhat.com> - add patch for the scm stuff Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com> - integrate changes from rhcn version (#640) Tue Jan 12 1999 Cristian Gafton <gafton@redhat.com> - call libtoolize first to get it to compile on the arm Sat Jan 09 1999 Todd Larason <jtl@molehill.org> - Added "Requires: guile" at suggestion of Manu Rouat <emmanuel.rouat@wanadoo.fr> Fri Jan 01 1999 Todd Larason <jtl@molehill.org> - guile-devel does depend on guile - remove devel dependancy on m4 - move guile-snarf from guile to guile-devel - Converted to rhcn Wed Oct 21 1998 Jeff Johnson <jbj@redhat.com> - update to 1.3. - don't strip libguile.so.*.0.0. (but set the execute bits). Thu Sep 10 1998 Cristian Gafton <gafton@redhat.com> - spec file fixups Wed Sep 02 1998 Michael Fulbright <msf@redhat.com> - Updated for RH 5.2 Mon Jan 26 1998 Marc Ewing <marc@redhat.com> - Started with spec from Tomasz Koczko <kloczek@idk.com.pl> - added slib link Thu Sep 18 1997 Tomasz Koczko <kloczek@idk.com.pl> (1.2-3) - added %attr(-, root, root) for %doc, - in %post, %postun ldconfig runed as parameter "-p", - removed /bin/sh from requires, - added %description, - changes in %files. Fri Jul 11 1997 Tomasz Koczko <kloczek@rudy.mif.pg.gda.pl> (1.2-2) - all rewrited for using Buildroot, - added %postun, - removed making buid logs, - removed "--inclededir", added "--enable-dynamic-linking" to configure parameters, - added striping shared libs and /usr/bin/guile, - added "Requires: /bin/sh" (for guile-snarf) in guile package and "Requires: m4" for guile-devel, - added macro 1.3.4 in "Source:" and %files, - added %attr macros in %files.
-rw-r--r--.cvsignore1
-rw-r--r--guile.spec192
-rw-r--r--sources1
3 files changed, 194 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore
index e69de29..cc9b879 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+guile-1.3.4.tar.gz
diff --git a/guile.spec b/guile.spec
new file mode 100644
index 0000000..b8362b2
--- /dev/null
+++ b/guile.spec
@@ -0,0 +1,192 @@
+Summary: A GNU implementation of Scheme for application extensibility.
+Name: guile
+Version: 1.3.4
+Release: 9
+Source: ftp://ftp.gnu.org/gnu/guile-%{version}.tar.gz
+Patch: guile-1.3.4-inet_aton.patch
+Copyright: GPL
+Group: Development/Languages
+Buildroot: %{_tmppath}/%{name}-root
+Prereq: /sbin/install-info, readline, umb-scheme >= 3.2-15
+Epoch: 1
+
+%description
+GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library
+implementation of the Scheme programming language, written in C. GUILE
+provides a machine-independent execution platform that can be linked in
+as a library during the building of extensible programs.
+
+Install the guile package if you'd like to add extensibility to programs
+that you are developing.
+
+%package devel
+Summary: Libraries and header files for the GUILE extensibility library.
+Group: Development/Libraries
+Requires: guile
+
+%description devel
+The guile-devel package includes the libraries, header files, etc.,
+that you'll need to develop applications that are linked with the
+GUILE extensibility library.
+
+You need to install the guile-devel package if you want to develop
+applications that will be linked to GUILE. You'll also need to
+install the guile package.
+
+%prep
+%setup -q
+%patch -p1 -b .inet_aton
+
+%build
+LDFLAGS="-L`pwd`/libguile -L`pwd`/libguile/.libs"; export LDFLAGS
+%configure --enable-dynamic-linking
+make
+
+%install
+[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
+
+%{makeinstall}
+
+strip ${RPM_BUILD_ROOT}%{_bindir}/guile
+chmod +x ${RPM_BUILD_ROOT}%{_libdir}/libguile.so.*.0.0
+gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/data-rep*
+mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/guile/site
+ln -s ../../share/umb-scheme/slib ${RPM_BUILD_ROOT}%{_datadir}/guile/slib
+ln -s ../../share/umb-scheme/slibcat ${RPM_BUILD_ROOT}%{_datadir}/guile/slibcat
+
+%clean
+[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
+
+%post
+/sbin/ldconfig
+%{_bindir}/guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
+
+%postun -p /sbin/ldconfig
+
+%post devel
+/sbin/install-info %{_infodir}/data-rep.info.gz %{_infodir}/dir
+
+%preun devel
+if [ "$1" = 0 ]; then
+ /sbin/install-info --delete %{_infodir}/data-rep.info.gz %{_infodir}/dir
+fi
+
+%files
+%defattr(-,root,root)
+%doc AUTHORS COPYING ChangeLog GUILE-VERSION HACKING NEWS README TODO
+%doc SNAPSHOTS ANON-CVS THANKS
+%{_bindir}/guile
+%{_libdir}/lib*.so.*.*
+%dir %{_datadir}/guile
+%dir %{_datadir}/guile/site
+%dir %{_datadir}/guile/%{PACKAGE_VERSION}
+%{_datadir}/guile/%{PACKAGE_VERSION}/ice-9
+%{_datadir}/aclocal/*
+%{_datadir}/guile/slib
+%{_datadir}/guile/slibcat
+
+%files devel
+%defattr(-,root,root)
+%{_bindir}/guile-config
+%{_bindir}/guile-snarf
+%{_libdir}/lib*so
+%{_libdir}/lib*a
+%{_includedir}/guile
+%{_includedir}/libguile
+%{_includedir}/libguile.h
+%{_infodir}/data-rep*
+
+%changelog
+* Fri Jul 14 2000 Nalin Dahyabhai <nalin@redhat.com>
+- Add version number to prereq for umb-scheme to get the post-install to
+ work properly.
+
+* Thu Jul 13 2000 Nalin Dahyabhai <nalin@redhat.com>
+- Add an Epoch = 1 in case anyone happened to have 1.4 installed.
+
+* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
+- automatic rebuild
+
+* Tue Jul 11 2000 Nalin Dahyabhai <nalin@redhat.com>
+- Back down to 1.3.4.
+- Fix to actually link against the version of libguile in the package.
+
+* Sun Jun 4 2000 Nalin Dahyabhai <nalin@redhat.com>
+- FHS fixups using the %%{makeinstall} macro.
+
+* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
+- fix preun-devel
+- call ldconfig directly in postun
+
+* Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
+- rebuild with new readline
+- update to 1.3.4
+
+* Mon Feb 28 2000 Nalin Dahyabhai <nalin@redhat.com>
+- using the same catalog as umb-scheme makes umb-scheme a prereq
+
+* Thu Feb 17 2000 Florian La Roche <Florian.LaRoche@redhat.com>
+- readline is needed for %post
+
+* Tue Feb 8 2000 Nalin Dahyabhai <nalin@redhat.com>
+- use the same catalog as umb-scheme
+
+* Thu Sep 2 1999 Jeff Johnson <jbj@redhat.com>
+- fix broken %postun
+
+* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
+- auto rebuild in the new build environment (release 6)
+
+* Wed Mar 17 1999 Michael Johnson <johnsonm@redhat.com>
+- added .ansi patch to fix #endif
+
+* Wed Feb 10 1999 Cristian Gafton <gafton@redhat.com>
+- add patch for the scm stuff
+
+* Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
+- integrate changes from rhcn version (#640)
+
+* Tue Jan 12 1999 Cristian Gafton <gafton@redhat.com>
+- call libtoolize first to get it to compile on the arm
+
+* Sat Jan 9 1999 Todd Larason <jtl@molehill.org>
+- Added "Requires: guile" at suggestion of Manu Rouat <emmanuel.rouat@wanadoo.fr>
+
+* Fri Jan 1 1999 Todd Larason <jtl@molehill.org>
+- guile-devel does depend on guile
+- remove devel dependancy on m4
+- move guile-snarf from guile to guile-devel
+- Converted to rhcn
+
+* Wed Oct 21 1998 Jeff Johnson <jbj@redhat.com>
+- update to 1.3.
+- don't strip libguile.so.*.0.0. (but set the execute bits).
+
+* Thu Sep 10 1998 Cristian Gafton <gafton@redhat.com>
+- spec file fixups
+
+* Wed Sep 2 1998 Michael Fulbright <msf@redhat.com>
+- Updated for RH 5.2
+
+* Mon Jan 26 1998 Marc Ewing <marc@redhat.com>
+- Started with spec from Tomasz Koczko <kloczek@idk.com.pl>
+- added slib link
+
+* Thu Sep 18 1997 Tomasz Koczko <kloczek@idk.com.pl> (1.2-3)
+- added %attr(-, root, root) for %doc,
+- in %post, %postun ldconfig runed as parameter "-p",
+- removed /bin/sh from requires,
+- added %description,
+- changes in %files.
+
+* Fri Jul 11 1997 Tomasz Koczko <kloczek@rudy.mif.pg.gda.pl> (1.2-2)
+- all rewrited for using Buildroot,
+- added %postun,
+- removed making buid logs,
+- removed "--inclededir", added "--enable-dynamic-linking" to configure
+ parameters,
+- added striping shared libs and /usr/bin/guile,
+- added "Requires: /bin/sh" (for guile-snarf) in guile package and
+ "Requires: m4" for guile-devel,
+- added macro %{PACKAGE_VERSION} in "Source:" and %files,
+- added %attr macros in %files.
diff --git a/sources b/sources
index e69de29..9604444 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+12e3f749d6333474931da7732adb55ef guile-1.3.4.tar.gz