Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041247
en ru br
ALT Linux repos
S:5.18.12-alt2
5.0: 5.9.6-alt1
4.1: 5.8.9-alt1
4.0: 5.8.4-alt1
3.0: 5.6.6-alt1

Group :: Development/Other
RPM: autogen

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: autogen
Version: 5.8.4
Release: alt1

Summary: AutoGen - The Automated Program Generator
License: GPL
Group: Development/Other
Url: http://autogen.sourceforge.net/
Source: http://citkit.dl.sourceforge.net/sourceforge/%name/%name-%version.tar.bz2
Patch: autogen-5.8-fix-linking.patch

# Automatically added by buildreq on Fri Feb 18 2005 (-bi)

BuildRequires: guile16-devel gzip-utils libxml2-devel tetex-core zlib-devel

%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.

Some parts are released under different licensing:

libopts LGPL  This is a tear-off, redistributable option processing library
autofsm BSD   This is a template for producing finite state machine programs

The Copyright itself is privately held by Bruce Korb.

%package devel
Summary: autogen development files and libraries
Group: Development/Other
Requires: %name = %version-%release

%description devel
%summary

This package is needed to write programs that use Autogen API.

%prep
%setup -q
%patch

%build
%configure
%make

%install
%make_install DESTDIR=%buildroot install

%post -p %post_ldconfig

%postun -p %postun_ldconfig

%files
%doc AUTHORS TODO COPYING NEWS NOTES THANKS README VERSION
%_bindir/*
%_libdir/*.so.*
%_datadir/%name
%_datadir/aclocal/*
%_infodir/%{name}*
%_man1dir/*
%_man3dir/*

%files devel
%dir %_includedir/autoopts
%_includedir/autoopts/*
%_libdir/pkgconfig/*.pc
%_libdir/*.so

%exclude %_libdir/*.a

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin