rpms/libsigc++20/EL-4 .cvsignore, 1.2, 1.3 libsigc++.spec, 1.3, 1.4 sources, 1.3, 1.4

Denis Leroy (denis) fedora-extras-commits at redhat.com
Sun Jan 14 02:59:56 UTC 2007


Author: denis

Update of /cvs/extras/rpms/libsigc++20/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14512

Modified Files:
	.cvsignore libsigc++.spec sources 
Log Message:
- Update to 2.0.17
- Spec file cleanup, added with_static option



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libsigc++20/EL-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:47:19 -0000	1.2
+++ .cvsignore	14 Jan 2007 02:59:26 -0000	1.3
@@ -1 +1 @@
-libsigc++-2.0.3.tar.gz
+libsigc++-2.0.17.tar.bz2


Index: libsigc++.spec
===================================================================
RCS file: /cvs/extras/rpms/libsigc++20/EL-4/libsigc++.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsigc++.spec	26 Jan 2005 00:10:37 -0000	1.3
+++ libsigc++.spec	14 Jan 2007 02:59:26 -0000	1.4
@@ -1,37 +1,35 @@
 Name:           libsigc++20
-Version:        2.0.6
+Version:        2.0.17
 Release:        1
-Epoch:          0
-Summary:        The Typesafe Signal Framework for C++
-
+Summary:        Typesafe signal framework for C++
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://libsigc.sourceforge.net/
-Source0:        http://dl.sourceforge.net/libsigc/libsigc++-%version.tar.bz2
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/libsigc++-%version.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires(post):   /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
 BuildRequires:  m4
 
 %description
 This library implements a full callback system for use in widget libraries,
 abstract interfaces, and general programming. Originally part of the Gtk--
-widget set, %name is now a seperate library to provide for more general
-use. It is the most complete library of its kind with the ablity to connect
+widget set, %name is now a separate library to provide for more general
+use. It is the most complete library of its kind with the ability to connect
 an abstract callback to a class method, function, or function object. It
-contains adaptor classes for connection of dissimilar callbacks and has an
+contains adapter classes for connection of dissimilar callbacks and has an
 ease of use unmatched by other C++ callback libraries.
 
 Package GTK-- (gtkmm), which is a C++ binding to the GTK+ library,
 starting with version 1.1.2, uses %name.
 
+
 %package devel
-Summary:        development tools for the Typesafe Signal Framework for C++ 
+Summary:        Development tools for the typesafe signal framework for C++
 Group:          Development/Libraries
-Requires:       %name = %{epoch}:%version-%{release}
+Requires:       %name = %{version}-%{release}
 Requires:       pkgconfig
 
+
 %description devel
 The %name-devel package contains the static libraries and header files
 needed for development with %name.
@@ -42,7 +40,7 @@
 
 
 %build
-%configure
+%configure %{!?_with_static: --disable-static}
 make %{?_smp_mflags}
 
 
@@ -53,23 +51,22 @@
 %{__mkdir} docs-to-include
 %{__mv} ${RPM_BUILD_ROOT}%{_docdir}/libsigc-2.0/* docs-to-include/
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
 
-%postun
-/sbin/ldconfig
-
+%postun -p /sbin/ldconfig
 
 
 %files
 %defattr(-,root,root,-)
+%doc AUTHORS COPYING README NEWS ChangeLog TODO
 %{_libdir}/*.so.*
-%doc AUTHORS README NEWS ChangeLog TODO
+
 
 %files devel
 %defattr(-,root,root,-)
@@ -77,10 +74,15 @@
 %{_includedir}/*
 %{_libdir}/sigc++-2.0
 %{_libdir}/pkgconfig/*.pc
+%{?_with_static: %{_libdir}/*.a}
 %{_libdir}/*.so
-%{_libdir}/*.a
+
 
 %changelog
+* Sun Jan 14 2007 Denis Leroy <denis at poolshark.org> - 2.0.17-1
+- Update to 2.0.17
+- Spec file cleanup, added with_static option
+
 * Sat Jan 15 2005 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0:2.0.6-1
 - Update to 2.0.6
 
@@ -132,7 +134,7 @@
 - Added autoconf macro for sigc.
 
 * Fri Jun 11 1999 Karl Nelson <kenelson at ece.ucdavis.edu>
-- Made into a .in to keep version field up to date 
+- Made into a .in to keep version field up to date
 - Still need to do release by hand
 
 * Mon Jun  7 1999 Dmitry V. Levin <ldv at fandra.org>


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libsigc++20/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	26 Jan 2005 00:10:37 -0000	1.3
+++ sources	14 Jan 2007 02:59:26 -0000	1.4
@@ -1 +1 @@
-1097a8403db9506c5373c7de6b9357bb  libsigc++-2.0.6.tar.bz2
+fde0ee69e3125e982746d9fe005763e1  libsigc++-2.0.17.tar.bz2




More information about the fedora-extras-commits mailing list