rpms/clutter-gesture/devel clutter-gesture.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Robinson pbrobinson at fedoraproject.org
Tue Dec 29 03:07:26 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/clutter-gesture/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3811/devel

Modified Files:
	.cvsignore sources 
Added Files:
	clutter-gesture.spec import.log 
Log Message:
- Initial import



--- NEW FILE clutter-gesture.spec ---
Name:           clutter-gesture
Version:        0.0.2
Release:        2%{?dist}
Summary:        Gesture Library for Clutter

Group:          System Environment/Libraries
License:        LGPLv2+ and MIT
URL:            http://moblin.org/projects/clutter-gesture
Source0:        http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: clutter-devel
BuildRequires: glib2-devel

# Require these because the git tarball doesn't have the configure built
BuildRequires: libtool

%description
This library allows clutter applications to be aware of gestures 
and to easily attach some handlers to the gesture events. The library 
supports both single and multi touch.

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

%description devel
Files for development with %{name}.

%prep
%setup -q

# The NEWS file contains the license so use it as a COPYING file. Upstream has been contacted to resolve the issue
cp NEWS COPYING

# run autogen.sh until we have a proper release, but don't run configure twice.
sed -i '/configure/d' autogen.sh
./autogen.sh

%build
%configure --disable-static
make %{?_smp_mflags} V=1

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL='install -p'

#Remove libtool archives.
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/libcluttergesture-%{version}.so.*
%{_libdir}/libengine.so.*

%files devel
%defattr(-,root,root,-)
%{_libdir}/libcluttergesture-%{version}.so
%{_libdir}/libengine.so
%{_includedir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Sat Dec 19 2009 Peter Robinson <pbrobinson at gmail.com> 0.0.2-2
- Review updates

* Tue Sep 15 2009 Peter Robinson <pbrobinson at gmail.com> 0.0.2-1
- Initial packaging


--- NEW FILE import.log ---
clutter-gesture-0_0_2-2_fc12:HEAD:clutter-gesture-0.0.2-2.fc12.src.rpm:1262055998


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/clutter-gesture/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Dec 2009 02:57:21 -0000	1.1
+++ .cvsignore	29 Dec 2009 03:07:26 -0000	1.2
@@ -0,0 +1 @@
+clutter-gesture-0.0.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/clutter-gesture/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Dec 2009 02:57:21 -0000	1.1
+++ sources	29 Dec 2009 03:07:26 -0000	1.2
@@ -0,0 +1 @@
+de0e3e5c01f0a328cc04a46198776ebe  clutter-gesture-0.0.2.tar.bz2




More information about the fedora-extras-commits mailing list