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

Revision 12005, 6.6 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

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