source: projects/specs/trunk/c/clutter-gtk/clutter-gtk-vl.spec @ 4616

Revision 4616, 4.1 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

Line 
1%define         clutter_gtk_version 1.0
2%define         clutter_gtk_release 1%{?_dist_release}
3
4Name:           clutter-gtk
5Version:        %{clutter_gtk_version}.2
6Release:        %{clutter_gtk_release}
7Summary:        A basic GTK clutter widget
8
9Group:          System Environment/Libraries
10License:        LGPLv2+
11URL:            http://www.clutter-project.org
12Source0:        http://www.clutter-project.org/sources/%{name}/%{clutter_gtk_version}/%{name}-%{version}.tar.xz
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16BuildRequires:  gtk3-devel
17BuildRequires:  clutter-devel
18BuildRequires:  gobject-introspection-devel
19BuildRequires:  autoconf
20
21Vendor: Project Vine
22Distribution: Vine Linux
23
24%description
25This allows clutter to be embedded in GTK applications.
26We hope with further work in the future clutter-gtk will
27also allow the reverse, namely embedding GTK in Clutter
28
29%package devel
30Summary:        Clutter-gtk development environment
31Group:          Development/Libraries
32Requires:       %{name} = %{version}-%{release}
33Requires:       gtk3-devel clutter-devel
34
35%description devel
36Header files and libraries for building a extension library for the
37clutter-gtk
38
39
40%prep
41%setup -q
42
43%build
44autoreconf -if
45%configure --enable-introspection=yes
46make %{?_smp_mflags}
47
48
49%install
50rm -rf $RPM_BUILD_ROOT
51make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
52
53rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
54
55%find_lang cluttergtk-1.0
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%post -p /sbin/ldconfig
61%postun -p /sbin/ldconfig
62
63%files -f cluttergtk-1.0.lang
64%defattr(-,root,root,-)
65%doc AUTHORS ChangeLog COPYING NEWS
66%{_libdir}/*.so.*
67%{_datadir}/gtk-doc/html/clutter-gtk-1.0
68%{_libdir}/girepository-1.0/GtkClutter-1.0.typelib
69
70%files devel
71%defattr(-,root,root,-)
72%doc
73%{_libdir}/pkgconfig/clutter-gtk-1.0.pc
74%{_libdir}/*.so
75%{_includedir}/clutter-gtk-1.0/clutter-gtk
76%{_datadir}/gir-1.0/GtkClutter-1.0.gir
77
78%changelog
79* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-1
80- new upstream release
81- delete Patch0
82- change BuildRequires: gtk3-devel instead of gtk2-devel
83
84* Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.8-1
85- new upstream release
86- add BuildRequires: autoconf
87- add configure option (--enable-introspection=yes)
88- add Patch0
89
90* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-2
91- rebuild with rpm-4.8.1 for pkg-config file
92
93* Thu May 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-1
94- new upstream release
95- add BuildRequires: gir-repository-devel
96
97* Tue Dec 01 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
98- build for Vine Linux
99
100
101* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.2-1
102- Update to 0.10.2
103
104* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
105- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
106
107* Mon Jun 22 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
108- Update to 0.9.2
109
110* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-2
111- Rebuild for new clutter
112
113* Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
114- Update to 0.9.0
115
116* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
117- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
118
119
120* Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.2-2
121- Rebuild
122
123* Wed Oct 15 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
124- Update to 0.8.2
125
126* Sat Sep  6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.1-1
127- Update to 0.8.1
128
129* Thu Jun 26 2008 Colin Walters <walters@redhat.com> 0.6.1-1
130- Update to 0.6.1 so we can make tweet go
131- Loosen files globs so we don't have to touch them every version
132
133* Thu Feb 21 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
134- Update to 0.6.0
135
136* Mon Sep  3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1
137- Update to 0.4.0
138
139* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-3
140- fix devel files section
141
142* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-2
143- INSTALL removed from docs
144- fix make install for keeping timestamps
145- fix devel files section
146- changed license for LGPL
147
148* Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-1
149- Initial RPM release
Note: See TracBrowser for help on using the repository browser.