This commit is contained in:
parent
2fdf711e9b
commit
49cfee3453
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02b32cad0270734e2d726a58bda40f4875d9727d3ad483eb3e8b80711442ea7d
|
||||
size 983019
|
3
autogen-5.9.3.tar.bz2
Normal file
3
autogen-5.9.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d51767d6e727af1cc79d7fd3ad2c86528d1adbb463c022f7c5457022678a85d
|
||||
size 974406
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 8 11:55:33 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to autogen 5.9.3.
|
||||
* libopts requires strsignal, so the config test has been moved.
|
||||
* fixed ``--save'' option bug
|
||||
* programs may now choose to have config files kept in cannonical form
|
||||
("C" locale), even if long option names are translated. The option
|
||||
definition file must contain ``no-xlate = opt-cfg;'' or
|
||||
``no-xlate = opt;'' See the documentation for details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 14:19:31 CEST 2007 - schwab@suse.de
|
||||
|
||||
|
21
autogen.spec
21
autogen.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package autogen (Version 5.9.2)
|
||||
# spec file for package autogen (Version 5.9.3)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -13,11 +13,11 @@
|
||||
Name: autogen
|
||||
BuildRequires: guile-devel libxml2-devel
|
||||
Summary: Automated Text File Generator
|
||||
Version: 5.9.2
|
||||
Version: 5.9.3
|
||||
Release: 1
|
||||
Group: Development/Tools/Building
|
||||
License: GPL v2 or later
|
||||
URL: http://autogen.sourceforge.net/
|
||||
License: GPL v3 or later
|
||||
Url: http://autogen.sourceforge.net/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
#Patch: %{name}-%{version}.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -49,11 +49,11 @@ make
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
%run_ldconfig
|
||||
/sbin/ldconfig
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/autogen.info.gz
|
||||
|
||||
%postun
|
||||
%run_ldconfig
|
||||
/sbin/ldconfig
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autogen.info.gz
|
||||
|
||||
%clean
|
||||
@ -69,8 +69,15 @@ rm -fr $RPM_BUILD_ROOT
|
||||
/usr/share/aclocal/*
|
||||
/usr/share/autogen
|
||||
%{_infodir}/*.gz
|
||||
|
||||
%changelog
|
||||
* Mon Oct 08 2007 - schwab@suse.de
|
||||
- Update to autogen 5.9.3.
|
||||
* libopts requires strsignal, so the config test has been moved.
|
||||
* fixed ``--save'' option bug
|
||||
* programs may now choose to have config files kept in cannonical form
|
||||
("C" locale), even if long option names are translated. The option
|
||||
definition file must contain ``no-xlate = opt-cfg;'' or
|
||||
``no-xlate = opt;'' See the documentation for details.
|
||||
* Mon Jul 30 2007 - schwab@suse.de
|
||||
- Update to autogen 5.9.2.
|
||||
* GNU GPL v3 is now emitted with the "gpl" and "lgpl" functions.
|
||||
|
Loading…
Reference in New Issue
Block a user