rpms/libmsn/F-9 import.log, NONE, 1.1 libmsn-4.0beta1-rmhardcoded.patch, NONE, 1.1 libmsn.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adrian John Wilson john5342 at fedoraproject.org
Tue Dec 16 15:40:41 UTC 2008


Author: john5342

Update of /cvs/pkgs/rpms/libmsn/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16464/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libmsn-4.0beta1-rmhardcoded.patch libmsn.spec 
Log Message:
* Thu Dec 11 2008 John5342 <john5342 at, fedoraproject.org> 4.0-0.3.beta1
- Left docs out of devel package
- Added (tm) to MSN

* Wed Dec 10 2008 John5342 <john5342 at, fedoraproject.org> 4.0-0.2.beta1
- Removed questionable trademarks in description and summary

* Wed Dec 10 2008 John5342 <john5342 at, fedoraproject.org> 4.0-0.1.beta1
- Initial package



--- NEW FILE import.log ---
libmsn-4_0-0_3_beta1_fc10:F-9:libmsn-4.0-0.3.beta1.fc10.src.rpm:1229441971

libmsn-4.0beta1-rmhardcoded.patch:

--- NEW FILE libmsn-4.0beta1-rmhardcoded.patch ---
Only in libmsn-4.0-beta1.patched: CMakeLists.txt.orig
Only in libmsn-4.0-beta1.patched: CMakeLists.txt.rej
diff -r -d -u libmsn-4.0-beta1/msn/CMakeLists.txt libmsn-4.0-beta1.patched/msn/CMakeLists.txt
--- libmsn-4.0-beta1/msn/CMakeLists.txt	2008-11-12 15:45:40.000000000 +0000
+++ libmsn-4.0-beta1.patched/msn/CMakeLists.txt	2008-12-10 18:14:52.302221479 +0000
@@ -42,6 +42,6 @@
 target_link_libraries(msn crypto)
 
 ########### install files ###############
-install(TARGETS msn DESTINATION  ${CMAKE_INSTALL_PREFIX}/lib)
-install(FILES ${msn_HEADERS} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/msn)
+install(TARGETS msn DESTINATION  ${CMAKE_INSTALL_LIBDIR})
+install(FILES ${msn_HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/msn)
 


--- NEW FILE libmsn.spec ---
Name:		libmsn
Version:	4.0
Release:	0.3.beta1%{?dist}

Group:		System Environment/Libraries
License:	GPLv2
URL:		http://sourceforge.net/projects/libmsn/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}-beta1.tar.bz2

Patch0:		%{name}-4.0beta1-rmhardcoded.patch

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Summary:	Library for connecting to the MSN(tm) Messenger service

BuildRequires:	cmake
BuildRequires:	openssl-devel
#All other headers seem to be provided by glibc or stdlibc++

%description
Libmsn is a reusable, open-source, fully documented library for connecting to
the MSN(tm) Messenger service.

%package	devel
Summary:	Development files for %{name}
Group:		Development/Libraries

Requires:	%{name} = %{version}-%{release}

%description	devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -n %{name}-4.0-beta1
%patch0 -p1

%build
mkdir build
cd build
%{cmake} ..
make


%install
rm -rf %{buildroot}
cd build
make install DESTDIR=%{buildroot}


%clean
rm -rf %{buildroot}


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc README COPYING THANKS
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_includedir}/*

%changelog
* Thu Dec 11 2008 John5342 <john5342 at, fedoraproject.org> 4.0-0.3.beta1
- Left docs out of devel package
- Added (tm) to MSN

* Wed Dec 10 2008 John5342 <john5342 at, fedoraproject.org> 4.0-0.2.beta1
- Removed questionable trademarks in description and summary

* Wed Dec 10 2008 John5342 <john5342 at, fedoraproject.org> 4.0-0.1.beta1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libmsn/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Dec 2008 20:34:08 -0000	1.1
+++ .cvsignore	16 Dec 2008 15:40:11 -0000	1.2
@@ -0,0 +1 @@
+libmsn-4.0-beta1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libmsn/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Dec 2008 20:34:08 -0000	1.1
+++ sources	16 Dec 2008 15:40:11 -0000	1.2
@@ -0,0 +1 @@
+f5b79c230ec7e7654b5efe8c61ea1602  libmsn-4.0-beta1.tar.bz2




More information about the fedora-extras-commits mailing list