rpms/goocanvas/FC-5 goocanvas.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Sat May 5 17:21:51 UTC 2007


Author: bjohnson

Update of /cvs/pkgs/rpms/goocanvas/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25650/FC-5

Modified Files:
	.cvsignore sources 
Added Files:
	goocanvas.spec 
Log Message:
copy FC-6,FC-5 from devel and bump for buildsys



--- NEW FILE goocanvas.spec ---
Name:           goocanvas
Version:        0.6
Release:        2%{?dist}
Summary:        A new canvas widget for GTK+ that uses cairo for drawing

Group:          System Environment/Libraries
License:        GPL
URL:            http://sourceforge.net/projects/%{name} 
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  pkgconfig, gettext, gtk2-devel

%description
GooCanvas is a new canvas widget for GTK+ that uses the cairo 2D library for
drawing. It has a model/view split, and uses interfaces for canvas items and
views, so you can easily turn any application object into canvas items.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

# remove static libraries and libtool droppings
rm -f $RPM_BUILD_ROOT/%{_libdir}/lib%{name}.{a,la}

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post   -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_libdir}/lib%{name}.so\.*

%package devel
Group:          Development/Libraries
Summary:        A new canvas widget for GTK+ that uses cairo for drawing
Requires:       %{name} = %{version}-%{release} pkgconfig

%description devel
GooCanvas is a new canvas widget for GTK+ that uses the cairo 2D library for
drawing. It has a model/view split, and uses interfaces for canvas items and
views, so you can easily turn any application object into canvas items.

These are the files used for development.

%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}-1.0
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gtk-doc/html/%{name}


%changelog
* Sat May 05 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.6-2
- bump for incorrect tag in buildsys

* Mon Mar 19 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.6-1
- initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/goocanvas/FC-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 May 2007 15:48:54 -0000	1.1
+++ .cvsignore	5 May 2007 17:21:16 -0000	1.2
@@ -0,0 +1 @@
+goocanvas-0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/goocanvas/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 May 2007 15:48:54 -0000	1.1
+++ sources	5 May 2007 17:21:16 -0000	1.2
@@ -0,0 +1 @@
+4143101284a23580d292d61de6beba78  goocanvas-0.6.tar.gz




More information about the fedora-extras-commits mailing list