|
|
e4892f |
Name: dotconf
|
|
|
e4892f |
Version: 1.3
|
|
|
e4892f |
Release: 18%{?dist}
|
|
|
e4892f |
Summary: Libraries to parse configuration files
|
|
|
e4892f |
License: LGPLv2
|
|
|
e4892f |
URL: http://www.azzit.de/dotconf/
|
|
|
e4892f |
#SCV https://github.com/williamh/dotconf/tags
|
|
|
e4892f |
Source: %{name}-%{version}.tar.gz
|
|
|
e4892f |
|
|
|
e4892f |
BuildRequires: findutils
|
|
|
e4892f |
BuildRequires: gcc
|
|
|
e4892f |
BuildRequires: glibc-common
|
|
|
e4892f |
BuildRequires: make
|
|
|
e4892f |
|
|
|
e4892f |
%description
|
|
|
e4892f |
Dotconf is a library used to handle configuration files.
|
|
|
e4892f |
|
|
|
e4892f |
%package devel
|
|
|
e4892f |
Summary: Development files for %{name}
|
|
|
e4892f |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
e4892f |
Requires: pkgconf-pkg-config
|
|
|
e4892f |
|
|
|
e4892f |
|
|
|
e4892f |
%description devel
|
|
|
e4892f |
The %{name}-devel package contains libraries and header files for
|
|
|
e4892f |
developing applications that use %{name}.
|
|
|
e4892f |
|
|
|
e4892f |
|
|
|
e4892f |
%prep
|
|
|
e4892f |
%setup -q
|
|
|
e4892f |
|
|
|
e4892f |
%build
|
|
|
e4892f |
%configure --disable-static
|
|
|
e4892f |
make %{?_smp_mflags}
|
|
|
e4892f |
|
|
|
e4892f |
%install
|
|
|
e4892f |
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
|
|
e4892f |
|
|
|
e4892f |
iconv -f iso-8859-2 -t utf-8 -o iconv.tmp AUTHORS
|
|
|
e4892f |
mv iconv.tmp AUTHORS
|
|
|
e4892f |
iconv -f iso-8859-2 -t utf-8 -o iconv.tmp doc/dotconf-features.txt
|
|
|
e4892f |
mv iconv.tmp doc/dotconf-features.txt
|
|
|
e4892f |
rm examples/maketest.sh
|
|
|
e4892f |
find %{buildroot} -type f -name "*.a" -o -name "*.la" | xargs rm -f
|
|
|
e4892f |
|
|
|
e4892f |
# move installed docs to include them in -devel package via %%doc magic
|
|
|
e4892f |
rm -rf __tmp_doc ; mkdir __tmp_doc
|
|
|
e4892f |
mv ${RPM_BUILD_ROOT}%{_docdir}/%{name}/* __tmp_doc
|
|
|
e4892f |
|
|
|
e4892f |
%ldconfig_scriptlets
|
|
|
e4892f |
|
|
|
e4892f |
%files
|
|
|
e4892f |
%license COPYING
|
|
|
e4892f |
%doc README AUTHORS
|
|
|
e4892f |
%{_libdir}/libdotconf*.so.*
|
|
|
e4892f |
|
|
|
e4892f |
%files devel
|
|
|
e4892f |
%doc __tmp_doc/*
|
|
|
e4892f |
%{_libdir}/libdotconf*.so
|
|
|
e4892f |
%{_includedir}/dotconf.h
|
|
|
e4892f |
%{_libdir}/pkgconfig/dotconf.pc
|
|
|
e4892f |
|
|
|
e4892f |
%changelog
|
|
|
e4892f |
* Wed Mar 7 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-18
|
|
|
e4892f |
- Modernise spec, add BR gcc
|
|
|
e4892f |
|
|
|
e4892f |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-17
|
|
|
e4892f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
e4892f |
|
|
|
e4892f |
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3-16
|
|
|
e4892f |
- Switch to %%ldconfig_scriptlets
|
|
|
e4892f |
|
|
|
e4892f |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-15
|
|
|
e4892f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
e4892f |
|
|
|
e4892f |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-14
|
|
|
e4892f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
e4892f |
|
|
|
e4892f |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-13
|
|
|
e4892f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
e4892f |
|
|
|
e4892f |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-12
|
|
|
e4892f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
e4892f |
|
|
|
e4892f |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-11
|
|
|
e4892f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
e4892f |
|
|
|
e4892f |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-10
|
|
|
e4892f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
e4892f |
|
|
|
e4892f |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-9
|
|
|
e4892f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
e4892f |
|
|
|
e4892f |
* Sat Dec 14 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 1.3-8
|
|
|
e4892f |
- Fix duplicate documentation (#1001258) by using only %%doc magic
|
|
|
e4892f |
- pkgconfig dep is automatic
|
|
|
e4892f |
- Use %%?_isa in -devel base package dep
|
|
|
e4892f |
|
|
|
e4892f |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-7
|
|
|
e4892f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
e4892f |
|
|
|
e4892f |
* Tue Jul 16 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-6
|
|
|
e4892f |
- Fix multilib issues (thanks Rui Matos)
|
|
|
e4892f |
|
|
|
e4892f |
* Tue Feb 5 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-5
|
|
|
e4892f |
- Update URLs and note github SCV url
|
|
|
e4892f |
|
|
|
e4892f |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-4
|
|
|
e4892f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
e4892f |
|
|
|
e4892f |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-3
|
|
|
e4892f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
e4892f |
|
|
|
e4892f |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
|
|
|
e4892f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
e4892f |
|
|
|
e4892f |
* Wed Dec 8 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 1.3-1
|
|
|
e4892f |
- New upstream 1.3 release, update URL/Source
|
|
|
e4892f |
|
|
|
e4892f |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.13-9
|
|
|
e4892f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
e4892f |
|
|
|
e4892f |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.13-8
|
|
|
e4892f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
e4892f |
|
|
|
e4892f |
* Thu Jul 03 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.0.13-7
|
|
|
e4892f |
- Override config.{sub,guess} explicitly due to redhat-rpm-build-config
|
|
|
e4892f |
behavior change on F-10+, otherwise build fails on ppc64
|
|
|
e4892f |
|
|
|
e4892f |
* Sun Mar 09 2008 Assim Deodia<assim.deodia@gmail.com> 1.0.13-6
|
|
|
e4892f |
- fixed m4-underquote error
|
|
|
e4892f |
|
|
|
e4892f |
* Fri Feb 29 2008 Assim Deodia<assim.deodia@gmail.com> 1.0.13-5
|
|
|
e4892f |
- fixed AUTHORS utf-8
|
|
|
e4892f |
- fixed doc/dotconf-features.txt utf-8
|
|
|
e4892f |
|
|
|
e4892f |
* Sat Feb 23 2008 Assim Deodia<assim.deodia@gmail.com> 1.0.13-4
|
|
|
e4892f |
- Applied patch macro
|
|
|
e4892f |
|
|
|
e4892f |
* Sat Feb 23 2008 Assim Deodia<assim.deodia@gmail.com> 1.0.13-3
|
|
|
e4892f |
- Resolved Multilib issue
|
|
|
e4892f |
|
|
|
e4892f |
* Fri Feb 22 2008 Assim Deodia<assim.deodia@gmail.com> 1.0.13-2
|
|
|
e4892f |
- Inclusion of pkgconfig
|
|
|
e4892f |
- Removal of INSTALL file
|
|
|
e4892f |
- Proper placement of Library files
|
|
|
e4892f |
- Creating devel sub-package
|
|
|
e4892f |
- Chaning source URL
|
|
|
e4892f |
|
|
|
e4892f |
* Sun Feb 17 2008 Assim Deodia<assim.deodia@gmail.com> 1.0.13-1
|
|
|
e4892f |
- Initial Commit
|