source: projects/specs/trunk/t/totem-pl-parser/totem-pl-parser-vl.spec @ 9073

Revision 9073, 6.2 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.14.1

Line 
1Name:           totem-pl-parser
2Version:        3.10.3
3Release:        1%{?_dist_release}
4Summary:        Totem Playlist Parser library
5Summary(ja):    Totem プレイリスト解析ライブラリ
6
7Group:          System Environment/Libraries
8License:        LGPLv2+
9URL:            http://www.gnome.org/projects/totem/
10Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/3.10/%{name}-%{version}.tar.xz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12Obsoletes:      totem-plparser
13
14BuildRequires:  gettext
15BuildRequires:  gtk3-devel
16BuildRequires:  evolution-data-server-devel
17BuildRequires:  gmime-devel
18BuildRequires:  gobject-introspection-devel
19BuildRequires:  libarchive-devel
20BuildRequires:  sqlite3-devel
21BuildRequires:  perl-XML-Parser
22
23Vendor: Project Vine
24Distribution: Vine Linux
25Packager: Takemikaduchi
26
27%description
28A library to parse and save playlists, as used in music and movie players.
29
30%package        devel
31Summary:        Development files for %{name}
32Group:          Development/Libraries
33Obsoletes:      totem-devel < 3.0.0
34Requires:       %{name} = %{version}-%{release}
35Requires:       pkgconfig
36Requires:       gtk3-devel
37Requires:       evolution-data-server-devel
38Requires:       libxml2-devel
39Requires:       gmime-devel
40Requires:       libarchive-devel
41
42%description    devel
43The %{name}-devel package contains libraries and header files for
44developing applications that use %{name}.
45
46%prep
47%setup -q
48
49%build
50%configure \
51        --disable-static \
52        --disable-quvi \
53        --enable-introspection=yes
54make %{?_smp_mflags}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58make install DESTDIR=$RPM_BUILD_ROOT
59find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
60
61%find_lang %{name} --with-gnome
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%post -p /sbin/ldconfig
67
68%postun -p /sbin/ldconfig
69
70%files -f %{name}.lang
71%defattr(-,root,root,-)
72%doc AUTHORS COPYING.LIB NEWS README
73%{_libdir}/*.so.*
74%{_libdir}/girepository-1.0
75
76%files devel
77%defattr(-,root,root,-)
78%{_includedir}/*
79%{_libdir}/*.so
80%{_libdir}/pkgconfig/*.pc
81%{_datadir}/gtk-doc/html/totem-pl-parser
82%{_datadir}/gir-1.0
83
84%changelog
85* Sun Nov 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.3-1
86- new upstream release
87
88* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-2
89- rebuild with libarchive-3.1.2
90
91* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
92- new upstream release
93
94* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
95- rebuild with VineSeed environment
96
97* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
98- new upstream release
99
100* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.5-1
101- new upstream release
102
103* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.4-1
104- new upstream release
105- remove BuildRequires: libquvi-devel
106
107* Sun Jun 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-2
108- rebuild with libarchive-3.0.4
109
110* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
111- new upstream release
112
113* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
114- new upstream release
115- change BuildRequires: gtk3-devel instead of gtk2-devel
116
117* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.6-1
118- new upstream release
119
120* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.5-1
121- new upstream release
122- add BuildRequires: libarchive-devel
123- add Requires: libarchive-devel (-devel package)
124
125* Fri Aug 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.4-2
126- add BuildRequires: quvi-devel
127- add Patch0 (totem-pl-parser-2.32.4-support-quvi.patch)
128- add Requires: quvi-devel (-devel package)
129
130* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.4-1
131- new upstream release
132
133* Tue Feb 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.3-1
134- new upstream release
135
136* Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
137- new upstream release
138
139* Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
140- new upstream release
141
142* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
143- new upstream release
144- add BuildRequires: gobject-introspection-devel
145- add configure option (--enable-introspection=yes)
146
147* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
148- rebuild with rpm-4.8.1 for pkg-config file
149
150* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
151- new upstream release
152
153* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
154- new upstream release
155- add BuildRequires: gmime-devel >= 2.4
156
157* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
158- new upstream release
159
160* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
161- new upstream release
162
163* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
164- new upstream release
165
166* Sun Jan 04 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.24.3-2
167- added BuildRequires: sqlite3-devel
168
169* Sun Dec 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
170- new upstream release
171- built with evolution-data-server-2.24.2
172
173* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-3
174- build with evolution-data-server-2.24.1
175
176* Tue Oct 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-2
177- added Japanese summary
178- added Requires: evolution-data-server-devel, libxml2-devel to devel package
179
180* Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
181- new upstream release
182
183* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
184- new upstream release
185
186* Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.3-1
187- new upstream release
188
189* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.2-1vl5
190- new upstream release
191
192* Thu Apr  3 2008 - Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.1-1vl5
193- Initial build for Vine Linux
194
195* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.1-1
196- Update to 2.22.1
197
198* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.0-1
199- Update to 2.22.0
200
201* Sun Feb 24 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.92-1
202- Update to 2.21.92
203
204* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.91-3
205- Autorebuild for GCC 4.3
206
207* Tue Jan 29 2008 - Matthew Barnes <mbarnes@redhat.com> - 2.21.21-2
208- Rebuild against newer libcamel-1.2.
209
210* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.91-1
211- Update to 2.21.91
212
213* Mon Jan 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-1
214- Update to 2.21.90
215
216* Thu Dec 06 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.6-1
217- First package
218
Note: See TracBrowser for help on using the repository browser.