|
|
|
@ -1,18 +1,17 @@
|
|
|
|
|
%{?mingw_package_header}
|
|
|
|
|
%?mingw_package_header
|
|
|
|
|
|
|
|
|
|
%global pkgname win-iconv
|
|
|
|
|
|
|
|
|
|
Name: mingw-%{pkgname}
|
|
|
|
|
Version: 0.0.8
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Name: mingw-win-iconv
|
|
|
|
|
Version: 0.0.6
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Summary: Iconv implementation using Win32 API
|
|
|
|
|
|
|
|
|
|
License: Public Domain
|
|
|
|
|
URL: https://github.com/win-iconv/win-iconv
|
|
|
|
|
Source0: https://github.com/win-iconv/win-iconv/archive/v%{version}/%{pkgname}-%{version}.tar.gz
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://code.google.com/p/win-iconv
|
|
|
|
|
Source0: http://win-iconv.googlecode.com/files/win-iconv-%{version}.tar.bz2
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
ExclusiveArch: %{ix86} x86_64
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: mingw32-filesystem >= 95
|
|
|
|
|
BuildRequires: mingw32-gcc
|
|
|
|
|
BuildRequires: mingw32-gcc-c++
|
|
|
|
@ -31,7 +30,7 @@ BuildRequires: dos2unix
|
|
|
|
|
MinGW Windows Iconv library
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?mingw_debug_package}
|
|
|
|
|
%?mingw_debug_package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Win32
|
|
|
|
@ -72,7 +71,7 @@ Static version of the MinGW Windows Iconv library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{pkgname}-%{version}
|
|
|
|
|
%setup -q -n win-iconv-%{version}
|
|
|
|
|
|
|
|
|
|
dos2unix readme.txt
|
|
|
|
|
dos2unix ChangeLog
|
|
|
|
@ -85,11 +84,10 @@ chmod -x ChangeLog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%mingw_make_install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
rm -rf %{buildroot}%{mingw32_bindir}/*.exe
|
|
|
|
|
rm -rf %{buildroot}%{mingw64_bindir}/*.exe
|
|
|
|
|
%mingw_make_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{mingw32_bindir}/*.exe
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{mingw64_bindir}/*.exe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n mingw32-win-iconv
|
|
|
|
@ -112,34 +110,9 @@ rm -rf %{buildroot}%{mingw64_bindir}/*.exe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.0.8-7
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.0.8-6
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.8-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.8-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.8-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Apr 17 2019 Sandro Mani <manisandro@gmail.com> - 0.0.8-1
|
|
|
|
|
- Update to 0.0.8
|
|
|
|
|
- Update upstream URLs
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Tue Aug 14 2018 Victor Toso <victortoso@redhat.com> - 0.0.6-9
|
|
|
|
|
- ExclusiveArch: i686, x86_64
|
|
|
|
|
- Related: rhbz#1615874
|
|
|
|
|
|
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|