first import for clutter-gtk
This commit is contained in:
parent
c31064773b
commit
c711bea08b
@ -0,0 +1 @@
|
||||
clutter-gtk-0.1.0.tar.gz
|
78
clutter-gtk.spec
Normal file
78
clutter-gtk.spec
Normal file
@ -0,0 +1,78 @@
|
||||
Name: clutter-gtk
|
||||
Version: 0.1.0
|
||||
Release: 3%{?dist}
|
||||
Summary: A basic GTK clutter widget
|
||||
|
||||
Group: Development/Languages
|
||||
License: LGPL
|
||||
URL: http://www.clutter-project.org
|
||||
Source0: http://www.clutter-project.org/sources/%{name}/0.1/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: gtk2-devel clutter-devel
|
||||
|
||||
%description
|
||||
This allows clutter to be embedded in GTK applications.
|
||||
We hope with further work in the future clutter-gtk will
|
||||
also allow the reverse, namely embedding GTK in Clutter
|
||||
|
||||
%package devel
|
||||
Summary: Clutter-gtk development environment
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: gtk2-devel clutter-devel
|
||||
|
||||
%description devel
|
||||
Header files and libraries for building a extension library for the
|
||||
clutter-gtk
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS
|
||||
%exclude %{_libdir}/libcluttergtk-1.0.la
|
||||
%{_libdir}/libcluttergtk-1.0.so.0
|
||||
%{_libdir}/libcluttergtk-1.0.so.0.100.0
|
||||
%{_datadir}/gtk-doc/html/clutter-gtk
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc
|
||||
%{_libdir}/pkgconfig/clutter-gtk.pc
|
||||
%{_libdir}/libcluttergtk-1.0.so
|
||||
%{_includedir}/clutter-0.2/clutter-gtk
|
||||
|
||||
%changelog
|
||||
|
||||
* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-3
|
||||
- fix devel files section
|
||||
|
||||
* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-2
|
||||
- INSTALL removed from docs
|
||||
- fix make install for keeping timestamps
|
||||
- fix devel files section
|
||||
- changed license for LGPL
|
||||
|
||||
* Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-1
|
||||
- Initial RPM release
|
Loading…
Reference in New Issue
Block a user