From 02fda58d50148d0f87ef5559d77bc368c9b456556a02613ee7c5ce139f517bc3 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 18 Dec 2006 23:15:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autogen?expand=0&rev=1 --- .gitattributes | 23 +++++++ .gitignore | 1 + autogen-5.8.7.tar.bz2 | 3 + autogen.changes | 123 +++++++++++++++++++++++++++++++++++++ autogen.spec | 140 ++++++++++++++++++++++++++++++++++++++++++ ready | 0 6 files changed, 290 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 autogen-5.8.7.tar.bz2 create mode 100644 autogen.changes create mode 100644 autogen.spec create mode 100644 ready diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/autogen-5.8.7.tar.bz2 b/autogen-5.8.7.tar.bz2 new file mode 100644 index 0000000..93f178f --- /dev/null +++ b/autogen-5.8.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d327e36383002a4b3ab20501b437342109402eadc4a30a7f961d58e0839763f7 +size 942785 diff --git a/autogen.changes b/autogen.changes new file mode 100644 index 0000000..511a7a1 --- /dev/null +++ b/autogen.changes @@ -0,0 +1,123 @@ +------------------------------------------------------------------- +Sun Oct 15 10:21:32 CEST 2006 - schwab@suse.de + +- Update to autogen 5.8.7. + * Tweaks for Windows' compat/windows-config.h + * new string-table convenience functions: string-table-add-ref and + string-table-size + * fixed a value referencing bug in enumeration arg handling + (seen on platforms where sizeof(int) != sizeof(void*)). + +------------------------------------------------------------------- +Fri Oct 13 14:12:12 CEST 2006 - aj@suse.de + +- add guile-devel buildrequires. + +------------------------------------------------------------------- +Thu Oct 12 20:29:46 CEST 2006 - ro@suse.de + +- added gmp-devel to buildrequires (guile) + +------------------------------------------------------------------- +Mon Oct 9 14:10:30 CEST 2006 - schwab@suse.de + +- Update to autogen 5.8.6. + * AutoOpts code presumed that there were no #defines for the option + names. You can now force aside such conflicts. + * AutoOpts generated code unconditionally #includes limits.h and stdint.h. + * aliased pointer cleanups should allow higher optimization of code. + * The installation of the tear-off libopt library is now optional + to the installers of client projects. + +------------------------------------------------------------------- +Mon May 15 15:31:27 CEST 2006 - schwab@suse.de + +- Update to autogen 5.8.5. + * ag-fprintf will now allow you to emit text into a suspended output stream. + * string tables have been implemented as a scheme function. This makes it + very easy to produce an array of characters containing NUL termintaed + strings and have these string offsets (indexes) available for indexing into + the string arrays. + * The libopts code will omit Windows-unfriendly code if the compile defines + _WIN32 and does not define __CYGWIN__. + * suffix specifications in the pseudo macro may now construct an output + file name format string using scheme code, a la: + + [= autogen5 template + h=(string-append (getenv "TMPDIR") "/%s-hdr.h") =] + + The "%s" will still be replaced by the base name. + * the scheme function "version-compare" will allow you to compare + two dotted version numbers. These can be your own versions or + that of autogen. The scheme variable ``autogen-version'' has been + around for a long time and may be used as one of the arguments. + * #assert is now active in definition files. If the text begins + with a back quote, it is handed off to the shell for processing. + If an open parenthesis, it is handed off to Guile. If it is + anything else, it is ignored. + +------------------------------------------------------------------- +Wed Jan 25 21:29:57 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Sun Jan 15 15:04:28 CET 2006 - schwab@suse.de + +- Run %install_info. + +------------------------------------------------------------------- +Sat Jan 14 00:43:11 CET 2006 - schwab@suse.de + +- Update to autogen 5.8.1. + +------------------------------------------------------------------- +Wed Jan 11 00:47:59 CET 2006 - schwab@suse.de + +- Run ldconfig in %post. + +------------------------------------------------------------------- +Mon Jan 9 17:48:06 CET 2006 - schwab@suse.de + +- Update to autogen 5.8. + +------------------------------------------------------------------- +Fri Oct 14 15:08:08 CEST 2005 - schwab@suse.de + +- Fix strict-aliasing bugs. + +------------------------------------------------------------------- +Tue Oct 11 11:58:53 CEST 2005 - schwab@suse.de + +- Update to autogen 5.7.3. + +------------------------------------------------------------------- +Tue Aug 2 17:40:09 CEST 2005 - schwab@suse.de + +- Update to autogen 5.7.2. + +------------------------------------------------------------------- +Fri Apr 29 16:59:11 CEST 2005 - schwab@suse.de + +- Update to autogen 5.7. + +------------------------------------------------------------------- +Tue Mar 29 21:51:56 CEST 2005 - schwab@suse.de + +- Update to autogen 5.6.6. + +------------------------------------------------------------------- +Mon Jan 10 15:41:28 CET 2005 - schwab@suse.de + +- Update to autogen 5.6.5. + +------------------------------------------------------------------- +Thu Nov 11 12:45:47 CET 2004 - ro@suse.de + +- fixed file list + +------------------------------------------------------------------- +Sat Nov 6 19:35:15 CET 2004 - schwab@suse.de + +- Initial version 5.6.4. + diff --git a/autogen.spec b/autogen.spec new file mode 100644 index 0000000..8dfcfea --- /dev/null +++ b/autogen.spec @@ -0,0 +1,140 @@ +# +# spec file for package autogen (Version 5.8.7) +# +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: autogen +BuildRequires: guile-devel libxml2-devel +Summary: Automated Text File Generator +Version: 5.8.7 +Release: 1 +Group: Development/Tools/Building +License: GPL +URL: http://autogen.sourceforge.net/ +Source: %{name}-%{version}.tar.bz2 +#Patch: %{name}-%{version}.diff +BuildRoot: %{_tmppath}/%{name}-%{version}-build +PreReq: %{install_info_prereq} + +%description +AutoGen is a tool designed for generating program files that contain +repetitive text with varied substitutions. Its goal is to simplify the +maintenance of programs that contain large amounts of repetitious text. +This is especially valuable if there are several blocks of such text +that must be kept synchronized in parallel tables. + + + +Authors: +-------- + Bruce Korb + +%prep +%setup -q +#%patch + +%build +./configure CFLAGS="$RPM_OPT_FLAGS" --prefix=/usr --libdir=%{_libdir} \ + --infodir=%{_infodir} --mandir=%{_mandir} +make + +%install +make install DESTDIR=$RPM_BUILD_ROOT + +%post +%run_ldconfig +%install_info --info-dir=%{_infodir} %{_infodir}/autogen.info.gz + +%postun +%run_ldconfig +%install_info_delete --info-dir=%{_infodir} %{_infodir}/autogen.info.gz + +%clean +rm -fr $RPM_BUILD_ROOT + +%files +%defattr(-, root, root) +/usr/bin/* +/usr/include/* +%{_libdir}/lib* +%{_libdir}/pkgconfig/autoopts.pc +%{_mandir}/man?/*.gz +/usr/share/aclocal/* +/usr/share/autogen +%{_infodir}/*.gz + +%changelog -n autogen +* Sun Oct 15 2006 - schwab@suse.de +- Update to autogen 5.8.7. + * Tweaks for Windows' compat/windows-config.h + * new string-table convenience functions: string-table-add-ref and + string-table-size + * fixed a value referencing bug in enumeration arg handling + (seen on platforms where sizeof(int) != sizeof(void*)). +* Fri Oct 13 2006 - aj@suse.de +- add guile-devel buildrequires. +* Thu Oct 12 2006 - ro@suse.de +- added gmp-devel to buildrequires (guile) +* Mon Oct 09 2006 - schwab@suse.de +- Update to autogen 5.8.6. + * AutoOpts code presumed that there were no #defines for the option + names. You can now force aside such conflicts. + * AutoOpts generated code unconditionally #includes limits.h and stdint.h. + * aliased pointer cleanups should allow higher optimization of code. + * The installation of the tear-off libopt library is now optional + to the installers of client projects. +* Mon May 15 2006 - schwab@suse.de +- Update to autogen 5.8.5. + * ag-fprintf will now allow you to emit text into a suspended output stream. + * string tables have been implemented as a scheme function. This makes it + very easy to produce an array of characters containing NUL termintaed + strings and have these string offsets (indexes) available for indexing into + the string arrays. + * The libopts code will omit Windows-unfriendly code if the compile defines + _WIN32 and does not define __CYGWIN__. + * suffix specifications in the pseudo macro may now construct an output + file name format string using scheme code, a la: + [= autogen5 template + h=(string-append (getenv "TMPDIR") "/%%s-hdr.h") =] + The "%%s" will still be replaced by the base name. + * the scheme function "version-compare" will allow you to compare + two dotted version numbers. These can be your own versions or + that of autogen. The scheme variable ``autogen-version'' has been + around for a long time and may be used as one of the arguments. + * #assert is now active in definition files. If the text begins + with a back quote, it is handed off to the shell for processing. + If an open parenthesis, it is handed off to Guile. If it is + anything else, it is ignored. +* Wed Jan 25 2006 - mls@suse.de +- converted neededforbuild to BuildRequires +* Sun Jan 15 2006 - schwab@suse.de +- Run %%install_info. +* Sat Jan 14 2006 - schwab@suse.de +- Update to autogen 5.8.1. +* Wed Jan 11 2006 - schwab@suse.de +- Run ldconfig in %%post. +* Mon Jan 09 2006 - schwab@suse.de +- Update to autogen 5.8. +* Fri Oct 14 2005 - schwab@suse.de +- Fix strict-aliasing bugs. +* Tue Oct 11 2005 - schwab@suse.de +- Update to autogen 5.7.3. +* Tue Aug 02 2005 - schwab@suse.de +- Update to autogen 5.7.2. +* Fri Apr 29 2005 - schwab@suse.de +- Update to autogen 5.7. +* Tue Mar 29 2005 - schwab@suse.de +- Update to autogen 5.6.6. +* Mon Jan 10 2005 - schwab@suse.de +- Update to autogen 5.6.5. +* Thu Nov 11 2004 - ro@suse.de +- fixed file list +* Sat Nov 06 2004 - schwab@suse.de +- Initial version 5.6.4. diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4