rpms/libgtksourceviewmm/FC-6 libgtksourceviewmm.spec,1.3,1.4

Damien Durand (splinux) fedora-extras-commits at redhat.com
Mon Jan 22 16:02:40 UTC 2007


Author: splinux

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

Added Files:
	libgtksourceviewmm.spec 
Log Message:



Index: libgtksourceviewmm.spec
===================================================================
RCS file: libgtksourceviewmm.spec
diff -N libgtksourceviewmm.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ libgtksourceviewmm.spec	22 Jan 2007 16:02:10 -0000	1.4
@@ -0,0 +1,100 @@
+Name:           libgtksourceviewmm
+Version:        0.3.0
+Release:        1%{?dist}
+Summary:        A C++ wrapper for the gtksourceview widget library
+
+Group:          System Environment/Libraries
+License:        LGPL
+URL:            http://home.gna.org/gtksourceviewmm/
+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, 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, doxygen
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+
+%install
+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
+
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
+%files
+%defattr(-,root,root,-)
+%doc README AUTHORS COPYING
+%{_libdir}/*.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%doc ChangeLog NEWS
+%{_includedir}/gtksourceviewmm-1.0
+%{_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-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
+
+* Fri Jan 12 2007 Damien Durand <splinux at fedoraproject.org> - 0.2.0-3
+- add automake and pkgconfig in devel package
+
+* Sat Dec 23 2006 Damien Durand <splinux at fedoraproject.org> - 0.2.0-2
+- add libdir/gtksourceviewmm-1.0 in devel package
+- add Changelog and NEWS in devel package
+- add gtkmm24-devel and gtksourceview-devel in devel package
+
+* Sat Dec 23 2006 Damien Durand <splinux at fedoraproject.org> - 0.2.0-1
+- Initial package




More information about the scm-commits mailing list