source: projects/specs/branches/6/c/clutter-gst/clutter-gst-vl.spec @ 1886

Revision 1886, 3.3 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

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