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

Revision 8085, 5.1 KB checked in by Takemikaduchi, 10 years ago (diff)

libproxy: new upstream release
others: rebuild

Line 
1%define         clutter_gst_version 2.0
2%define         clutter_gst_release 2%{?_dist_release}
3
4Name:           clutter-gst
5Version:        %{clutter_gst_version}.8
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}/2.0/%{name}-%{version}.tar.xz
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14
15BuildRequires:  clutter-devel gstreamer1-plugins-base-devel gstreamer1-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 gstreamer1-devel gstreamer1-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
46find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%post -p /sbin/ldconfig
52%postun -p /sbin/ldconfig
53
54%files
55%defattr(-,root,root,-)
56%doc AUTHORS COPYING README
57%{_libdir}/libclutter-gst-2.0.so.*
58%{_libdir}/gstreamer-1.0/libgstclutter.so
59%{_libdir}/girepository-1.0/*.typelib
60%{_datadir}/gtk-doc/html/clutter-gst
61
62%files devel
63%defattr(-,root,root,-)
64%{_includedir}/*
65%{_libdir}/pkgconfig/clutter-gst-2.0.pc
66%{_libdir}/libclutter-gst-2.0.so
67%{_datadir}/gir-1.0/*.gir
68
69%changelog
70* Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.8-2
71- rebuild with VineSeed environment
72
73* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.8-1
74- new upstream release
75
76* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.6-1
77- new upstream release
78
79* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.4-1
80- new upstream release
81
82* Sun Mar 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.2-2
83- rebuild with clutter-1.14.0
84
85* Sun Mar 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.2-1
86- new upstream release
87
88* Sun Feb 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.0-1
89- new upstream release
90
91* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.92-1
92- new upstream release
93- change BuildRequires: gstreamer1-devel instead of gstreamer-devel
94- change BuildRequires: gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel
95
96* Tue Jun 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
97- new upstream release
98
99* Tue Jun 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.6-1
100- new upstream release
101
102* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.4-1
103- new upstream release
104
105* Sat Jan 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.6-1
106- new upstream release
107
108* Thu Nov 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-1
109- new upstream release
110
111* Wed Oct 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-1
112- new upstream release
113
114* Sat Oct 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
115- new upstream release
116
117* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.14-2
118- rebuild with cogl-1.8.0
119
120* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.14-1
121- new upstream release
122
123* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.12-1
124- new upstream release
125
126* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-2
127- rebuild with rpm-4.8.1 for pkg-config file
128
129* Wed Mar 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-1
130- new upstream release
131
132* Sat Jan 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.0-1
133- build for Vine Linux
134
135
136* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.0-1
137- Update to 0.10.0
138
139* Sat Jul 25 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
140- Update to 0.9.0
141
142* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-5
143- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
144
145* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-4
146- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
147
148
149* Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.0-3
150- Rebuild
151
152* Fri Sep 12 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-2
153- Rebuild against new gstreamer-devel
154
155* Sat Sep  6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-1
156- Update to 0.8.0
157
158* Fri Feb 22 2008 Allisson Azevedo <allisson@gmail.com> 0.6.1-1
159- Update to 0.6.1
160
161* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.0-2
162- Autorebuild for GCC 4.3
163
164* Mon Sep  3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1
165- Update to 0.4.0
166
167* Sun May 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.1-2
168- INSTALL removed from docs
169- fix make install for keeping timestamps
170- changed license for LGPL
171- Fix requires/buildrequires
172
173* Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.1-1
174- Initial RPM release
Note: See TracBrowser for help on using the repository browser.