File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "Signatures" : {
3- "dotconf-1.3. tar.gz" : " 100e7c2df40e847fc067a646027d12c3ffdbf7db4e8dae83716b7c969f9adc74 "
3+ "dotconf-1.4.1. tar.gz" : " 5922c46cacf99b2ecc4853d28a2bda4a489292e73276e604bd9cba29dfca892d "
44 }
55}
Original file line number Diff line number Diff line change 11Vendor: Microsoft Corporation
22Distribution: Azure Linux
33Name: dotconf
4- Version: 1.3
5- Release: 26 %{?dist }
4+ Version: 1.4.1
5+ Release: 1 %{?dist }
66Summary: Libraries to parse configuration files
7- License: LGPLv2.1
7+ License: LGPLv2.1-only AND Apache-1.1
88URL: 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
1313BuildRequires: findutils
1414BuildRequires: gcc
1515BuildRequires: glibc-common
16+ BuildRequires: libtool
1617BuildRequires: 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
4244iconv -f iso-8859-2 -t utf-8 -o iconv.tmp AUTHORS
4345mv 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
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments