auto-import clutter-0.2.2-3 on branch devel from clutter-0.2.2-3.src.rpm
This commit is contained in:
parent
57dd0da87d
commit
312c250b83
@ -0,0 +1 @@
|
||||
clutter-0.2.2.tar.gz
|
76
clutter.spec
Normal file
76
clutter.spec
Normal file
@ -0,0 +1,76 @@
|
||||
Name: clutter
|
||||
Version: 0.2.2
|
||||
Release: 3%{?dist}
|
||||
Summary: Open Source software library for creating rich graphical user interfaces
|
||||
|
||||
Group: Development/Libraries
|
||||
License: LGPL
|
||||
URL: http://www.clutter-project.org/
|
||||
Source0: http://www.clutter-project.org/sources/%{name}/0.2/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: glib2-devel gdk-pixbuf-devel mesa-libGL-devel gtk2-devel
|
||||
BuildRequires: pkgconfig pango-devel
|
||||
|
||||
%description
|
||||
Clutter is an open source software library for creating fast,
|
||||
visually rich graphical user interfaces. The most obvious example
|
||||
of potential usage is in media center type applications.
|
||||
We hope however it can be used for a lot more.
|
||||
|
||||
%package devel
|
||||
Summary: Clutter development environment
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig glib2-devel pango-devel gdk-pixbuf-devel fontconfig-devel
|
||||
Requires: mesa-libGL-devel
|
||||
|
||||
%description devel
|
||||
Header files and libraries for building a extension library for the
|
||||
clutter
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
#make DESTDIR=$RPM_BUILD_ROOT install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install INSTALL="%{__install} -p -c"
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%exclude %{_libdir}/*.la
|
||||
%{_libdir}/libclutter-0.2.so.0
|
||||
%{_libdir}/libclutter-0.2.so.0.201.1
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/libclutter-0.2.so
|
||||
%{_libdir}/pkgconfig/clutter-0.2.pc
|
||||
%{_datadir}/gtk-doc/html/clutter
|
||||
|
||||
%changelog
|
||||
|
||||
* Sun Mar 27 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-3
|
||||
- Fix .spec
|
||||
|
||||
* Sun Mar 24 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-2
|
||||
- Fix .spec
|
||||
|
||||
* Sun Mar 23 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-1
|
||||
- Initial RPM release
|
Loading…
Reference in New Issue
Block a user