rpms/libsigc++20/F-8 libsigc++.spec,1.13,1.14

Denis Leroy (denis) fedora-extras-commits at redhat.com
Wed Jul 23 07:41:08 UTC 2008


Author: denis

Update of /cvs/pkgs/rpms/libsigc++20/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26234

Modified Files:
	libsigc++.spec 
Log Message:
typo fix


Index: libsigc++.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libsigc++20/F-8/libsigc++.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libsigc++.spec	14 Sep 2007 12:17:36 -0000	1.13
+++ libsigc++.spec	23 Jul 2008 07:40:10 -0000	1.14
@@ -3,7 +3,6 @@
 Release:        1
 
 Summary:        Typesafe signal framework for C++
-
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://libsigc.sourceforge.net/
@@ -20,18 +19,20 @@
 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++
 Group:          Development/Libraries
 Requires:       %name = %{version}-%{release}
 Requires:       pkgconfig
 
+
 %description devel
 The %name-devel package contains the static libraries and header files
 needed for development with %name.
@@ -53,17 +54,15 @@
 %{__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
@@ -71,6 +70,7 @@
 %doc AUTHORS COPYING README NEWS ChangeLog TODO
 %{_libdir}/*.so.*
 
+
 %files devel
 %defattr(-,root,root,-)
 %doc docs-to-include/*
@@ -80,6 +80,7 @@
 %{?_with_static: %{_libdir}/*.a}
 %{_libdir}/*.so
 
+
 %changelog
 * Fri Sep 14 2007 Denis Leroy <denis at poolshark.org> - 2.0.18-1
 - Update to 2.0.18




More information about the fedora-extras-commits mailing list