rpms/libopensync-plugin-gpe/devel .cvsignore, 1.5, 1.6 libopensync-plugin-gpe.spec, 1.6, 1.7 sources, 1.5, 1.6

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Dec 28 00:29:29 UTC 2007


Author: awjb

Update of /cvs/pkgs/rpms/libopensync-plugin-gpe/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25848

Modified Files:
	.cvsignore libopensync-plugin-gpe.spec sources 
Log Message:
- version upgrade



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-gpe/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	25 Apr 2007 15:40:34 -0000	1.5
+++ .cvsignore	28 Dec 2007 00:28:19 -0000	1.6
@@ -1 +1 @@
-libopensync-plugin-gpe-0.22.tar.bz2
+libopensync-plugin-gpe-0.35.tar.bz2


Index: libopensync-plugin-gpe.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-gpe/devel/libopensync-plugin-gpe.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libopensync-plugin-gpe.spec	22 Aug 2007 12:35:28 -0000	1.6
+++ libopensync-plugin-gpe.spec	28 Dec 2007 00:28:19 -0000	1.7
@@ -1,42 +1,42 @@
 Name:           libopensync-plugin-gpe
-Version:        0.22
-Release:        2%{?dist}
+Version:        0.35
+Release:        1%{?dist}
 Summary:        GPE plugin for libopensync
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.opensync.org
-# see http://www.opensync.org/wiki/download
-Source0:        %{name}-%{version}.tar.bz2
+
+Source0:        http://www.opensync.org/download/releases/%{version}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:  cmake
 BuildRequires:  libopensync-devel
 
+Obsoletes: libopensync-plugins-gpe-devel < %{version}
+
 %description
 %{summary}
 
-%package devel
-Summary:        Development package for %{name}
-Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
-Requires:       libopensync-devel
-
-%description    devel
-The %{name}-devel package contains the files needed
-for development with %{name}.
-
 %prep
 %setup -q
 
 %build
-%configure
+mkdir build
+cd build
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_C_FALGS=%{optflags} \
+    -DCMAKE_SKIP_RPATH=YES \
+%ifarch x86_64 ppc64
+    -DLIB_SUFFIX=64 \
+%endif
+    ../
 make %{?_smp_mflags}
 
 
 %install
+cd build
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name *.la -exec rm -f {} \;
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -47,15 +47,14 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog README
-%{_libdir}/opensync/plugins/gpe_sync.so
-%{_datadir}/opensync/defaults/gpe-sync
-
-%files devel
-%defattr(-,root,root,-)
-%{_includedir}/opensync-1.0/opensync/gpe_sync.h
+%doc AUTHORS BUGS COPYING ChangeLog README HOWTO
+%{_libdir}/opensync-1.0/plugins/gpe-sync.so
+%{_datadir}/opensync-1.0/defaults/gpe-sync
 
 %changelog
+* Thu Dec 27 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 0.35-1
+- version upgrade
+
 * Wed Aug 22 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 0.22-2
 - fix license tag
 - rebuild for buildid


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-gpe/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	25 Apr 2007 15:40:34 -0000	1.5
+++ sources	28 Dec 2007 00:28:19 -0000	1.6
@@ -1 +1 @@
-791c8976b725c4c52e5dd38ddb38c769  libopensync-plugin-gpe-0.22.tar.bz2
+4676dfebdac8e3a9e85751a9b5004c17  libopensync-plugin-gpe-0.35.tar.bz2




More information about the fedora-extras-commits mailing list