|
@@ -1,7 +1,9 @@
|
|
|
|
+%define qt4_ver 4.6.3
|
|
|
|
+
|
|
Name: qca2
|
|
Name: qca2
|
|
Summary: Qt Cryptographic Architecture
|
|
Summary: Qt Cryptographic Architecture
|
|
Version: 2.0.2
|
|
Version: 2.0.2
|
|
-Release: 6%{?_dist_release}
|
|
|
|
|
|
+Release: 7%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
@@ -9,10 +11,9 @@ URL: http://delta.affinix.com/qca
|
|
Source0: http://delta.affinix.com/download/qca/2.0/qca-%{version}.tar.bz2
|
|
Source0: http://delta.affinix.com/download/qca/2.0/qca-%{version}.tar.bz2
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: qt4-devel
|
|
|
|
|
|
+BuildRequires: qt4-devel = %{qt4_ver}
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig
|
|
|
|
|
|
-%define qt4_ver 4.6.3
|
|
|
|
%define _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo %{qt4_ver})
|
|
%define _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo %{qt4_ver})
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -83,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Aug 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.0.2-7
|
|
|
|
+- rebuilt with qt-4.6.3 again
|
|
|
|
+- change BuildRequires: qt4-devel = %{qt4_ver} (add version)
|
|
|
|
+
|
|
* Sat Jul 24 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.2-6
|
|
* Sat Jul 24 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.2-6
|
|
- rebuilt with qt-4.6.3
|
|
- rebuilt with qt-4.6.3
|
|
|
|
|