Skip to content

Commit 787ecdd

Browse files
authored
Upgrade: dotconf version to 1.4.1 (#10752)
1 parent 5f0ac64 commit 787ecdd

3 files changed

Lines changed: 19 additions & 13 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"dotconf-1.3.tar.gz": "100e7c2df40e847fc067a646027d12c3ffdbf7db4e8dae83716b7c969f9adc74"
3+
"dotconf-1.4.1.tar.gz": "5922c46cacf99b2ecc4853d28a2bda4a489292e73276e604bd9cba29dfca892d"
44
}
55
}

SPECS-EXTENDED/dotconf/dotconf.spec

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
Vendor: Microsoft Corporation
22
Distribution: Azure Linux
33
Name: dotconf
4-
Version: 1.3
5-
Release: 26%{?dist}
4+
Version: 1.4.1
5+
Release: 1%{?dist}
66
Summary: Libraries to parse configuration files
7-
License: LGPLv2.1
7+
License: LGPLv2.1-only AND Apache-1.1
88
URL: https://github.com/williamh/dotconf/
9-
# Upstream source's hash different from the Mariner one.
10-
# Source: https://github.com/williamh/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
11-
Source: %{_distro_sources_url}/%{name}-%{version}.tar.gz
12-
9+
Source: https://github.com/williamh/dotconf/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
10+
11+
BuildRequires: autoconf
12+
BuildRequires: automake
1313
BuildRequires: findutils
1414
BuildRequires: gcc
1515
BuildRequires: glibc-common
16+
BuildRequires: libtool
1617
BuildRequires: make
1718

1819
%description
@@ -30,14 +31,15 @@ developing applications that use %{name}.
3031

3132

3233
%prep
33-
%setup -q
34+
%autosetup -p1
3435

3536
%build
37+
autoreconf -fiv
3638
%configure --disable-static
37-
make %{?_smp_mflags}
39+
%make_build
3840

3941
%install
40-
make install DESTDIR=%{buildroot} INSTALL="install -p"
42+
%make_install
4143

4244
iconv -f iso-8859-2 -t utf-8 -o iconv.tmp AUTHORS
4345
mv iconv.tmp AUTHORS
@@ -64,6 +66,10 @@ mv ${RPM_BUILD_ROOT}%{_docdir}/%{name}/* __tmp_doc
6466
%{_libdir}/pkgconfig/dotconf.pc
6567

6668
%changelog
69+
* Wed Oct 16 2014 Sumit Jena <v-sumitjena@microsoft.com> - 1.4.1-1
70+
- Update to version 1.4.1
71+
- License verified
72+
6773
* Thu Feb 22 2024 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.3-26
6874
- Updating naming for 3.0 version of Azure Linux.
6975

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2918,8 +2918,8 @@
29182918
"type": "other",
29192919
"other": {
29202920
"name": "dotconf",
2921-
"version": "1.3",
2922-
"downloadUrl": "https://azurelinuxsrcstorage.blob.core.windows.net/sources/core/dotconf-1.3.tar.gz"
2921+
"version": "1.4.1",
2922+
"downloadUrl": "https://github.com/williamh/dotconf/archive/refs/tags/v1.4.1.tar.gz"
29232923
}
29242924
}
29252925
},

0 commit comments

Comments
 (0)