|
@@ -1,7 +1,7 @@
|
|
Summary: Library for connecting to the MSN Messenger service
|
|
Summary: Library for connecting to the MSN Messenger service
|
|
Name: libmsn
|
|
Name: libmsn
|
|
Version: 4.1
|
|
Version: 4.1
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: GPLv2
|
|
License: GPLv2
|
|
@@ -9,6 +9,8 @@ URL: http://sourceforge.net/projects/libmsn/
|
|
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{?beta:-%{beta}}.tar.bz2
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{?beta:-%{beta}}.tar.bz2
|
|
|
|
|
|
|
|
+Patch0: libmsn-4.1-msntest-vine.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: cmake
|
|
BuildRequires: cmake
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
@@ -32,6 +34,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{name}-%{version}%{?beta:-%{beta}}
|
|
%setup -q -n %{name}-%{version}%{?beta:-%{beta}}
|
|
|
|
+%patch0 -p1 -b .vine
|
|
|
|
|
|
%build
|
|
%build
|
|
mkdir -p %{_target_platform}
|
|
mkdir -p %{_target_platform}
|
|
@@ -73,6 +76,10 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 4.1-3
|
|
|
|
+- rebuild with openssl-1.0.0c
|
|
|
|
+- add Patch0 (libmsn-4.1-msntest-vine.patch)
|
|
|
|
+
|
|
* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.1-2
|
|
* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.1-2
|
|
- rebuilt with rpm-4.8.1 for pkg-config
|
|
- rebuilt with rpm-4.8.1 for pkg-config
|
|
|
|
|