rpms/libgtksourceviewmm/devel libgtksourceviewmm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Damien Durand (splinux) fedora-extras-commits at redhat.com
Sat Jan 13 20:03:11 UTC 2007


Author: splinux

Update of /cvs/extras/rpms/libgtksourceviewmm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25192/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libgtksourceviewmm.spec 
Log Message:
auto-import libgtksourceviewmm-0.2.0-4 on branch devel from libgtksourceviewmm-0.2.0-4.src.rpm


--- NEW FILE libgtksourceviewmm.spec ---
Name:           libgtksourceviewmm
Version:        0.2.0
Release:        4%{?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

%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        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       gtkmm24-devel, gtksourceview-devel, pkgconfig, automake

%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 {} ';'


%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


%changelog
* 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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libgtksourceviewmm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Jan 2007 20:01:56 -0000	1.1
+++ .cvsignore	13 Jan 2007 20:02:40 -0000	1.2
@@ -0,0 +1 @@
+libgtksourceviewmm-0.2.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libgtksourceviewmm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Jan 2007 20:01:56 -0000	1.1
+++ sources	13 Jan 2007 20:02:40 -0000	1.2
@@ -0,0 +1 @@
+cf035031aeeaa3437ce814efa92a3bd6  libgtksourceviewmm-0.2.0.tar.bz2




More information about the scm-commits mailing list