rpms/hippo-canvas/devel hippo-canvas.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Colin Walters (walters) fedora-extras-commits at redhat.com
Wed May 9 22:36:43 UTC 2007


Author: walters

Update of /cvs/extras/rpms/hippo-canvas/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27137/devel

Modified Files:
	.cvsignore sources 
Added Files:
	hippo-canvas.spec 
Log Message:
Initial import.



--- NEW FILE hippo-canvas.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:           hippo-canvas
Version:        0.2.17
Release:        1%{?dist}
Summary:        A canvas widget

Group:          System Environment/Libraries
License:        GPL
URL:            http://developer.mugshot.org/wiki/Hippo_Canvas
Source0:        http://download.mugshot.org/extras/canvas/source/hippo-canvas-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  cairo-devel
BuildRequires:  pango-devel
BuildRequires:  glib2-devel
BuildRequires:  gtk2-devel

%description
The hippo-canvas library contains a canvas widget developed by the 
Mugshot team for displaying GTK+ UI across multiple platforms.

%package        devel
Summary:        Development files for hippo-canvas
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
The hippo-canvas-devel package contains libraries and header files for
developing applications that use hippo-canvas.

%package        python
Summary:        Python module for hippo-canvas
Group:          Development/Languages
Requires:       %{name} = %{version}-%{release}
BuildRequires:  python-devel
BuildRequires:  pycairo-devel
BuildRequires:  pygtk2-devel

%description    python 
The hippo-canvas-python package contains a Python interface.

%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
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 LICENSE README AUTHORS
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/pkgconfig/hippo-canvas.pc
%{_libdir}/*.so

%files python
%defattr(-,root,root,-)
%{python_sitearch}/*.so

%changelog
* Thu May 02 2007 Colin Walters <walters at redhat.com> - 0.2.17-1
- New upstream
- Package pc file
- Add BRs on pycairo-devel, pygtk-devel

* Mon Apr 30 2007 Colin Walters <walters at redhat.com> - 0.2.16-1
- New upstream

* Mon Apr 09 2007 Colin Walters <walters at redhat.com> - 0.2.13-2
- Fully qualify source url

* Tue Apr 03 2007 Colin Walters <walters at redhat.com> - 0.2.13-1
- Tweak for mugshot.org releases

* Tue Oct 03 2006 John (J5) Palmieri <johnp at redhat.com> - 0.1.2-1
- initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hippo-canvas/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 May 2007 20:28:09 -0000	1.1
+++ .cvsignore	9 May 2007 22:36:09 -0000	1.2
@@ -0,0 +1 @@
+hippo-canvas-0.2.17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hippo-canvas/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 May 2007 20:28:09 -0000	1.1
+++ sources	9 May 2007 22:36:09 -0000	1.2
@@ -0,0 +1 @@
+966b23b717fad5c6d3efaac199b64b93  hippo-canvas-0.2.17.tar.gz




More information about the fedora-extras-commits mailing list