rpms/libsyncml/F-10 .cvsignore, 1.5, 1.6 libsyncml.spec, 1.6, 1.7 sources, 1.5, 1.6

Felix Kaechele heffer at fedoraproject.org
Thu Jan 8 18:44:27 UTC 2009


Author: heffer

Update of /cvs/pkgs/rpms/libsyncml/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15844

Modified Files:
	.cvsignore libsyncml.spec sources 
Log Message:
* Thu Jan 08 2009 Felix Kaechele <felix at fetzig dot org> - 0.5.0-1
- upstream 0.5.0
- buildsystem changed to cmake



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libsyncml/F-10/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	21 Oct 2007 22:38:01 -0000	1.5
+++ .cvsignore	8 Jan 2009 18:43:57 -0000	1.6
@@ -1 +1 @@
-libsyncml-0.4.5.tar.bz2
+libsyncml-0.5.0.tar.bz2


Index: libsyncml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libsyncml/F-10/libsyncml.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libsyncml.spec	11 Sep 2008 14:20:33 -0000	1.6
+++ libsyncml.spec	8 Jan 2009 18:43:57 -0000	1.7
@@ -1,6 +1,6 @@
 Name:		libsyncml
-Version:	0.4.5
-Release:	3%{?dist}
+Version:	0.5.0
+Release:	1%{?dist}
 Summary:	SyncML protocol library
 
 Group:		System Environment/Libraries
@@ -29,23 +29,19 @@
 %prep
 %setup -q
 
-# Fix some permissions
-chmod a-x libsyncml/syncml.h \
-          libsyncml/syncml_internals.h
 
 %build
-%configure --disable-static
-
-# Disable rpath.
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-
-make %{?_smp_mflags}
-
+mkdir -p %{_target_platform}
+cd %{_target_platform}
+%cmake ..
+make VERBOSE=1 %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
+pushd %{_target_platform}
 make install DESTDIR=$RPM_BUILD_ROOT
+popd
 
 
 %clean
@@ -63,24 +59,23 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README
-%{_bindir}/syncml-http-server
-%{_bindir}/syncml-http-client
-%{_bindir}/syncml-obex-client
-%{_libdir}/libsyncml.so.0*
-%{_mandir}/man1/syncml-http-server.1.gz
-%{_mandir}/man1/syncml-obex-client.1.gz
+%doc AUTHORS COPYING INSTALL LICENSE README
+%{_bindir}/syncml-ds-tool
+%{_libdir}/libsyncml.so.*
 
 %files devel
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README
+%doc AUTHORS CODING COPYING INSTALL LICENSE README RELEASE
 %{_includedir}/libsyncml-1.0/
 %{_libdir}/libsyncml.so
-%exclude %{_libdir}/libsyncml.la
 %{_libdir}/pkgconfig/libsyncml-1.0.pc
 
 
 %changelog
+* Thu Jan 08 2009 Felix Kaechele <felix at fetzig dot org> - 0.5.0-1
+- upstream 0.5.0
+- buildsystem changed to cmake
+
 * Thu Sep 11 2008 - Bastien Nocera <bnocera at redhat.com> - 0.4.5-3
 - Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libsyncml/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	21 Oct 2007 22:38:01 -0000	1.5
+++ sources	8 Jan 2009 18:43:57 -0000	1.6
@@ -1 +1 @@
-90f4285cf04b70d92fdbe4fece148385  libsyncml-0.4.5.tar.bz2
+284660f3ec85d711d097e542d84e5a5c  libsyncml-0.5.0.tar.bz2




More information about the fedora-extras-commits mailing list