update to 1.4.1 [release 1.4.1-1mamba;Fri Jun 28 2024]
This commit is contained in:
parent
a28243763f
commit
6143607d57
@ -1,12 +0,0 @@
|
|||||||
diff -Nru dotconf-1.0.13.orig//dotconf.m4 dotconf-1.0.13/dotconf.m4
|
|
||||||
--- dotconf-1.0.13.orig//dotconf.m4 2002-09-17 20:08:08.000000000 +0200
|
|
||||||
+++ dotconf-1.0.13/dotconf.m4 2011-02-22 17:18:37.848135953 +0100
|
|
||||||
@@ -2,7 +2,7 @@
|
|
||||||
dnl ## AM_PATH_DOTCONF([MINIMUM_VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT_FOUND]]])
|
|
||||||
dnl ##
|
|
||||||
dnl ##
|
|
||||||
-AC_DEFUN(AM_PATH_DOTCONF,
|
|
||||||
+AC_DEFUN([AM_PATH_DOTCONF],
|
|
||||||
[dnl
|
|
||||||
dnl Get the cflags and libs from the dotconf-config script
|
|
||||||
dnl
|
|
@ -1,23 +1,17 @@
|
|||||||
Name: libdotconf
|
Name: libdotconf
|
||||||
Version: 1.3
|
Version: 1.4.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A configuration file parser library
|
Summary: A configuration file parser library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.azzit.de/dotconf
|
URL: https://github.com/williamh/dotconf
|
||||||
# Current (1.3) source generated from git:
|
Source: https://github.com/williamh/dotconf.git/v%{version}/dotconf-%{version}.tar.bz2
|
||||||
# git clone git://github.com/williamh/dotconf.git
|
|
||||||
# cd dotconf && libtoolize && autoconf && automake && make dist
|
|
||||||
Source: http://www.azzit.de/dotconf/download/v1.0/dotconf-%{version}.tar.gz
|
|
||||||
Patch0: %{name}-1.0.13-m4.patch
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: pkg-config
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Dotconf is a library used to handle configuration files.
|
Dotconf is a library used to handle configuration files.
|
||||||
@ -29,11 +23,13 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Dotconf is a library used to handle configuration files.
|
Dotconf is a library used to handle configuration files.
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n dotconf-%{version}
|
%setup -q -n dotconf-%{version}
|
||||||
#%patch0 -p1
|
autoreconf -f -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -58,7 +54,6 @@ This package contains static libraries and header files need for development.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/dotconf.h
|
%{_includedir}/dotconf.h
|
||||||
%{_libdir}/libdotconf.a
|
%{_libdir}/libdotconf.a
|
||||||
%{_libdir}/libdotconf.la
|
|
||||||
%{_libdir}/libdotconf.so
|
%{_libdir}/libdotconf.so
|
||||||
%{_libdir}/pkgconfig/dotconf.pc
|
%{_libdir}/pkgconfig/dotconf.pc
|
||||||
%dir %{_datadir}/doc/dotconf
|
%dir %{_datadir}/doc/dotconf
|
||||||
@ -68,6 +63,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-1mamba
|
||||||
|
- update to 1.4.1
|
||||||
|
|
||||||
* Sat Jul 14 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-1mamba
|
* Sat Jul 14 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-1mamba
|
||||||
- update to 1.3
|
- update to 1.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user