Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
@ -1,10 +1,9 @@
|
|||||||
Name: dotconf
|
Name: dotconf
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 18%{?dist}
|
Release: 28%{?dist}
|
||||||
Summary: Libraries to parse configuration files
|
Summary: Libraries to parse configuration files
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: http://www.azzit.de/dotconf/
|
URL: https://github.com/williamh/dotconf/
|
||||||
#SCV https://github.com/williamh/dotconf/tags
|
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
@ -31,10 +30,10 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
%make_install
|
||||||
|
|
||||||
iconv -f iso-8859-2 -t utf-8 -o iconv.tmp AUTHORS
|
iconv -f iso-8859-2 -t utf-8 -o iconv.tmp AUTHORS
|
||||||
mv iconv.tmp AUTHORS
|
mv iconv.tmp AUTHORS
|
||||||
@ -61,6 +60,38 @@ mv ${RPM_BUILD_ROOT}%{_docdir}/%{name}/* __tmp_doc
|
|||||||
%{_libdir}/pkgconfig/dotconf.pc
|
%{_libdir}/pkgconfig/dotconf.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.3-28
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.3-27
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-26
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-25
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1.3-24
|
||||||
|
- Use make macros
|
||||||
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-23
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Sep 13 2019 Wim Taymans <wtaymans@redhat.com> - 1.3-22
|
||||||
|
- Fix URL
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-21
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Mar 7 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-18
|
* Wed Mar 7 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-18
|
||||||
- Modernise spec, add BR gcc
|
- Modernise spec, add BR gcc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user