rpms/gnome-vfsmm26/EL-4 .cvsignore, 1.2, 1.3 gnome-vfsmm.spec, 1.3, 1.4 sources, 1.3, 1.4

Denis Leroy (denis) fedora-extras-commits at redhat.com
Sun Jan 14 19:09:29 UTC 2007


Author: denis

Update of /cvs/extras/rpms/gnome-vfsmm26/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10333

Modified Files:
	.cvsignore gnome-vfsmm.spec sources 
Log Message:
- Update to 2.8.0
- Spec file cleanup, added dist tag



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnome-vfsmm26/EL-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:28:19 -0000	1.2
+++ .cvsignore	14 Jan 2007 19:08:59 -0000	1.3
@@ -1 +1 @@
-gnome-vfsmm-2.6.1.tar.bz2
+gnome-vfsmm-2.8.0.tar.bz2


Index: gnome-vfsmm.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-vfsmm26/EL-4/gnome-vfsmm.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-vfsmm.spec	28 Jan 2005 00:48:09 -0000	1.3
+++ gnome-vfsmm.spec	14 Jan 2007 19:08:59 -0000	1.4
@@ -1,32 +1,31 @@
 Name:           gnome-vfsmm26
-Version:        2.6.1
-Release:        2
-Epoch:          0
-Summary:        C++ wrapper for gnome-vfs
+Version:        2.8.0
+Release:        1%{?dist}
+Summary:        A C++ interface for gnome-vfs
 
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://gtkmm.sourceforge.net/
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-vfsmm/2.6/gnome-vfsmm-%{version}.tar.bz2
-Patch0:		gnome-vfsmm-2.6.1-autoreconf.patch.bz2
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-vfsmm/2.8/gnome-vfsmm-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires(post):   /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
-BuildRequires:  glibmm24-devel
-BuildRequires:  gnome-vfs2-devel
+BuildRequires:  glibmm24-devel >= 2.4.0
+BuildRequires:  gnome-vfs2-devel >= 2.8.1
+
 
 %description
 This package is part of the gnomemm project and provides a C++ interface for
 gnome-vfs.  
 
+
 %package devel
-Summary:        Headers for developing programs that will use %{name}.
+Summary:        Headers for developing programs that will use %{name}
 Group:          Development/Libraries
-Requires:       %{name} = %{epoch}:%{version}-%{release}
+Requires:       %{name} = %{version}-%{release}
 Requires:       glibmm24-devel
 Requires:       gnome-vfs2-devel
 
+
 %description devel
 This package contains the static libraries and header files needed for
 developing applications with %{name}.
@@ -34,13 +33,11 @@
 
 %prep
 %setup -q -n gnome-vfsmm-%{version}
-%ifarch x86_64
-# Patch was build after: aclocal -I scripts && automake -c -f && autoconf && libtoolize --copy --force
-%patch0 -p1 
-%endif
+find -type f -regex '.*\.\(cc\|h\)' -perm +111 -exec chmod -x {} ';'
+
 
 %build
-%configure --enable-static
+%configure --disable-static
 make %{?_smp_mflags}
 
 
@@ -54,12 +51,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
 
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 
 %files
@@ -67,15 +62,20 @@
 %doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_libdir}/*.so.*
 
+
 %files devel
 %defattr(-, root, root, -)
 %{_includedir}/gnome-vfsmm-2.6
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_libdir}/gnome-vfsmm-2.6
 %{_libdir}/pkgconfig/*.pc
 
+
 %changelog
+* Sun Jan 14 2007 Denis Leroy <denis at poolshark.org> - 2.8.0-1
+- Update to 2.8.0
+- Spec file cleanup, added dist tag
+
 * Thu Jan 27 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:2.6.1-2
 - Add autoreconf patch; fixes build on x86_64
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnome-vfsmm26/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	28 Jan 2005 00:48:09 -0000	1.3
+++ sources	14 Jan 2007 19:08:59 -0000	1.4
@@ -1,2 +1 @@
-a0f8006f7336b211f160224fddaf86e1  gnome-vfsmm-2.6.1.tar.bz2
-401d20708378a66e5c52e29c16c770e2  gnome-vfsmm-2.6.1-autoreconf.patch.bz2
+1f4c0c69d000172c49889ed981c62a24  gnome-vfsmm-2.8.0.tar.bz2




More information about the scm-commits mailing list