Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

dotconf-devel-1.3-slfo.1.1.3 RPM for aarch64

From OpenSuSE Leap 16.0 for aarch64

Name: dotconf-devel Distribution: SUSE Linux Framework One
Version: 1.3 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.3 Build date: Mon Aug 26 10:58:15 2024
Group: Development/Languages/C and C++ Build host: h04-armsrv2
Size: 67758 Source RPM: dotconf-1.3-slfo.1.1.3.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/williamh/dotconf/
Summary: Configuration file parser library
dotconf is a configuration-file parser
library written in C. The configuration files created for dotconf look
similar to those used by the Apache web server. Even
container directives known from httpd.conf can be used in the
same manner as for Apache modules. It supports various types of
arguments, dynamically loadable modules that create their own
configuration options on-the-fly, a here-documents feature to pass
long ARG_STR data to programs, and on-the-fly inclusion of additional
config files.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Wed Aug 11 2021 jengelh@inai.de
  - Drop --with-pic, as it has no effect with --disable-static.
  - Trim filler wording from descriptions.
* Sun Oct 18 2015 mpluskal@suse.com
  - Use url for source
  - Move documentation to devel package
  - Cleanup spec file with spec-cleaner
* Sun Feb 05 2012 jengelh@medozas.de
  - Remove redundant tags/sections
  - Remove dependencies on main package, which only has docs
* Fri Sep 30 2011 coolo@suse.com
  - add libtool as buildrequire to make the spec file more reliable
* Wed Sep 21 2011 mgorse@suse.com
  - Fix docs
  - Fix package name to correspond with shared lib conventions, and obsolete
    old package
* Tue Sep 20 2011 mgorse@suse.com
  - Remove files that are no longer installed
* Tue Sep 20 2011 mgorse@suse.com
  - Switch URL to github.com/williamh and upgrade to v1.3 from there
* Sun Sep 18 2011 jengelh@medozas.de
  - Remove redundant tags/sections from specfile
    (cf. packaging guidelines)
  - Use %_smp_mflags for parallel build
* Sat Jun 06 2009 coolo@suse.de
  - follow shared library policy
* Fri Mar 20 2009 crrodriguez@suse.de
  - fix packaging of libraries
  - remove static libraries except the ones only available in static form
* Mon May 12 2008 schwab@suse.de
  - Use RPM_OPT_FLAGS.
  - Remove junk.
* Sun Aug 12 2007 marco@suse.de
  - moved some more files to devel package
  - use bzip2 for source tarball
* Sat Jul 28 2007 ro@suse.de
  - added defattr to devel package
* Fri Jul 27 2007 marco@suse.de
  - initial version for opensuse (1.0.13)
    - James Cassidy sent in a little patch to add a 'pkg-config' file
    - Bastian Kleineidam sent in a patch for better support of 64bit architectures
    - Joost Remijn of eidetica.com sent in a patch fixing a nasty realloc()
      bug
    - Preston Smith fixed the compilation for systems where 'char' is
    handled as 'unsigned char' (like ARM)
      (for infos see http://www.arm.linux.org.uk/docs/faqs/signedchar.shtml)
    - Ross Alexander of NEC Europe sent in two patches to dotconf.m4, fixing
    version handling and prefix usage
    - a small fix for all RPM users out there. dotconf up to 1.0.9 did not put
      /usr/lib/libdotconf.so into the binary package

Files

/usr/include/dotconf.h
/usr/lib64/libdotconf.so
/usr/lib64/pkgconfig/dotconf.pc
/usr/share/doc/dotconf
/usr/share/doc/dotconf/dotconf-api.txt
/usr/share/doc/dotconf/dotconf-features.txt
/usr/share/doc/dotconf/examples
/usr/share/doc/dotconf/examples/README
/usr/share/doc/dotconf/examples/argdouble
/usr/share/doc/dotconf/examples/argdouble/Makefile
/usr/share/doc/dotconf/examples/argdouble/argdouble.c
/usr/share/doc/dotconf/examples/argdouble/argdouble.conf
/usr/share/doc/dotconf/examples/argdouble/output
/usr/share/doc/dotconf/examples/caseinsensitive
/usr/share/doc/dotconf/examples/caseinsensitive/Makefile
/usr/share/doc/dotconf/examples/caseinsensitive/caseinsensitive.c
/usr/share/doc/dotconf/examples/caseinsensitive/caseinsensitive.conf
/usr/share/doc/dotconf/examples/caseinsensitive/output
/usr/share/doc/dotconf/examples/context
/usr/share/doc/dotconf/examples/context/Makefile
/usr/share/doc/dotconf/examples/context/context.c
/usr/share/doc/dotconf/examples/context/context.conf
/usr/share/doc/dotconf/examples/context/output
/usr/share/doc/dotconf/examples/duplicates
/usr/share/doc/dotconf/examples/duplicates/Makefile
/usr/share/doc/dotconf/examples/duplicates/duplicate.c
/usr/share/doc/dotconf/examples/duplicates/first_module.c
/usr/share/doc/dotconf/examples/duplicates/output
/usr/share/doc/dotconf/examples/duplicates/sample.conf
/usr/share/doc/dotconf/examples/duplicates/second_module.c
/usr/share/doc/dotconf/examples/errorhandler
/usr/share/doc/dotconf/examples/errorhandler/Makefile
/usr/share/doc/dotconf/examples/errorhandler/errorhandler.c
/usr/share/doc/dotconf/examples/errorhandler/errorhandler.conf
/usr/share/doc/dotconf/examples/errorhandler/output
/usr/share/doc/dotconf/examples/fallback
/usr/share/doc/dotconf/examples/fallback/Makefile
/usr/share/doc/dotconf/examples/fallback/fallback.c
/usr/share/doc/dotconf/examples/fallback/fallback.conf
/usr/share/doc/dotconf/examples/fallback/output
/usr/share/doc/dotconf/examples/libpool
/usr/share/doc/dotconf/examples/libpool/Makefile
/usr/share/doc/dotconf/examples/libpool/libpool.h
/usr/share/doc/dotconf/examples/libpool/pool.c
/usr/share/doc/dotconf/examples/maketest.sh
/usr/share/doc/dotconf/examples/modules
/usr/share/doc/dotconf/examples/modules/Makefile
/usr/share/doc/dotconf/examples/modules/include.conf
/usr/share/doc/dotconf/examples/modules/module.c
/usr/share/doc/dotconf/examples/modules/my_module.c
/usr/share/doc/dotconf/examples/modules/output
/usr/share/doc/dotconf/examples/modules/sample.conf
/usr/share/doc/dotconf/examples/noinline
/usr/share/doc/dotconf/examples/noinline/Makefile
/usr/share/doc/dotconf/examples/noinline/noinline.c
/usr/share/doc/dotconf/examples/noinline/noinline.conf
/usr/share/doc/dotconf/examples/noinline/output
/usr/share/doc/dotconf/examples/simple
/usr/share/doc/dotconf/examples/simple/Makefile
/usr/share/doc/dotconf/examples/simple/included.conf
/usr/share/doc/dotconf/examples/simple/linecat.conf
/usr/share/doc/dotconf/examples/simple/output
/usr/share/doc/dotconf/examples/simple/simple.c
/usr/share/doc/dotconf/examples/simple/simple.conf


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Sep 16 00:10:49 2024