rpms/libgtksourceviewmm/FC-5 libgtksourceviewmm.spec, 1.1, 1.2 sources, 1.2, 1.3

Damien Durand (splinux) fedora-extras-commits at redhat.com
Mon Jan 22 18:19:06 UTC 2007


Author: splinux

Update of /cvs/extras/rpms/libgtksourceviewmm/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5536

Modified Files:
	libgtksourceviewmm.spec sources 
Log Message:
bump release



Index: libgtksourceviewmm.spec
===================================================================
RCS file: /cvs/extras/rpms/libgtksourceviewmm/FC-5/libgtksourceviewmm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgtksourceviewmm.spec	13 Jan 2007 20:02:40 -0000	1.1
+++ libgtksourceviewmm.spec	22 Jan 2007 18:18:36 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           libgtksourceviewmm
-Version:        0.2.0
-Release:        4%{?dist}
+Version:        0.3.0
+Release:        2%{?dist}
 Summary:        A C++ wrapper for the gtksourceview widget library
 
 Group:          System Environment/Libraries
@@ -9,19 +9,29 @@
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/libgtksourceviewmm/0.2/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gtkmm24-devel, gtksourceview-devel
+BuildRequires:  gtkmm24-devel, gtksourceview-devel, doxygen
+
 
 %description
 libgtksourceviewmm is a C++ wrapper for the gtksourceview widget 
 library. It offers all the power of gtksourceview with an interface 
 familiar to c++ developers, including users of the gtkmm library
 
+%package doc
+Summary:         Documentation for libgtksourceviewmm
+Group:           Documentation
+Requires:        %{name}-devel = %{version}-%{release}
+
+
+%description doc
+This package contains the documentation of the libgtksourceviewmm library.
+
 
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       gtkmm24-devel, gtksourceview-devel, pkgconfig, automake
+Requires:       gtkmm24-devel, gtksourceview-devel, pkgconfig, automake, doxygen
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -41,7 +51,7 @@
 rm -rf $RPM_BUILD_ROOT
 make INSTALL="install -c -p" DESTDIR=$RPM_BUILD_ROOT install
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-
+%{__rm} -rf docs/Makefile*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -64,9 +74,20 @@
 %{_libdir}/gtksourceviewmm-1.0
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
+%{_docdir}/libgtksourceviewmm-1.0
 
+%files doc
+%defattr(-, root, root, -)
+%doc docs/*
 
 %changelog
+* Mon Jan 22 2007 Damien Durand <splinux at fedoraproject.org> - 0.3.0-2
+- bump release
+
+* Mon Jan 22 2007 Damien Durand <splinux at fedoraproject.org> - 0.3.0-1
+- update to 0.3.0
+- initial doc package
+
 * Sat Jan 13 2007 Damien Durand <splinux at fedoraproject.org> - 0.2.0-4
 - keeping timestamps
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libgtksourceviewmm/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Jan 2007 20:02:40 -0000	1.2
+++ sources	22 Jan 2007 18:18:36 -0000	1.3
@@ -1 +1 @@
-cf035031aeeaa3437ce814efa92a3bd6  libgtksourceviewmm-0.2.0.tar.bz2
+9f5a6bd4f523a7dc0f6256122e48848d  libgtksourceviewmm-0.3.0.tar.bz2




More information about the scm-commits mailing list