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

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

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

Line 
1%define         clutter_gst_version 1.3
2%define         clutter_gst_release 1%{?_dist_release}
3
4Name:           clutter-gst
5Version:        %{clutter_gst_version}.12
6Release:        %{clutter_gst_release}
7Summary:        ClutterMedia interface to GStreamer
8
9Group:          Development/Languages
10License:        LGPLv2+
11URL:            http://www.clutter-project.org
12Source0:        http://www.clutter-project.org/sources/%{name}/1.3/%{name}-%{version}.tar.xz
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14
15BuildRequires:  clutter-devel gstreamer-plugins-base-devel gstreamer-devel
16BuildRequires:  gobject-introspection-devel
17
18Vendor: Project Vine
19Distribution: Vine Linux
20
21%description
22This package contains a video texture actor and an audio player object for
23use with clutter
24
25%package devel
26Summary:        Clutter-gst development environment
27Group:          Development/Libraries
28Requires:       %{name} = %{version}-%{release}
29Requires:       clutter-devel gstreamer-devel gstreamer-plugins-base-devel
30
31%description devel
32Header files and libraries for building a extension library for the
33clutter-gst
34
35%prep
36%setup -q
37
38%build
39%configure --enable-introspection=yes
40make %{?_smp_mflags}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%post -p /sbin/ldconfig
50%postun -p /sbin/ldconfig
51
52%files
53%defattr(-,root,root,-)
54%doc AUTHORS COPYING README
55%{_libdir}/libclutter-gst-1.0.so.*
56%{_libdir}/girepository-1.0/*.typelib
57%{_datadir}/gtk-doc/html/clutter-gst
58%exclude %{_libdir}/libclutter-gst-1.0.la
59
60%files devel
61%defattr(-,root,root,-)
62%{_includedir}/*
63%{_libdir}/pkgconfig/clutter-gst-1.0.pc
64%{_libdir}/libclutter-gst-1.0.so
65%{_datadir}/gir-1.0/*.gir
66
67%changelog
68* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.12-1
69- new upstream release
70
71* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-2
72- rebuild with rpm-4.8.1 for pkg-config file
73
74* Wed Mar 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-1
75- new upstream release
76
77* Sat Jan 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.0-1
78- build for Vine Linux
79
80
81* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.0-1
82- Update to 0.10.0
83
84* Sat Jul 25 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
85- Update to 0.9.0
86
87* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-5
88- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
89
90* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-4
91- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
92
93
94* Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.0-3
95- Rebuild
96
97* Fri Sep 12 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-2
98- Rebuild against new gstreamer-devel
99
100* Sat Sep  6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-1
101- Update to 0.8.0
102
103* Fri Feb 22 2008 Allisson Azevedo <allisson@gmail.com> 0.6.1-1
104- Update to 0.6.1
105
106* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.0-2
107- Autorebuild for GCC 4.3
108
109* Mon Sep  3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1
110- Update to 0.4.0
111
112* Sun May 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.1-2
113- INSTALL removed from docs
114- fix make install for keeping timestamps
115- changed license for LGPL
116- Fix requires/buildrequires
117
118* Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.1-1
119- Initial RPM release
Note: See TracBrowser for help on using the repository browser.