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

Revision 12446, 6.7 KB checked in by tomop, 4 years ago (diff)

updated 92 packages

ModemManager?-1.14.0-1

accountsservice-0.6.55-1

adwaita-icon-theme-3.36.1-1

cheese-3.34.0-1

clutter-gst3-3.0.27-1

clutter-gtk-1.8.4-2

clutter-1.26.4-1

cogl-1.22.8-1

colord-gtk-0.2.0-1

colord-1.4.4-1

control-center-3.36.4-1

eog-plugins-3.26.5-1

eog-3.36.3-1

evince-3.36.7-1

evolution-data-server-3.36.4-1

evolution-3.36.4-1

folks-0.14.0-1

fuse3-3.9.2-2

gcr-3.36.0-1

gdm-3.36.3-1

geocode-glib-3.26.2-1

gjs-1.64.4-1

glade3-3.36.0-1

gnome-applets-3.36.4-1

gnome-autoar-0.2.4-1

gnome-bluetooth-3.34.1-1

gnome-books-3.34.0-3

gnome-clocks-3.36.2-1

gnome-color-manager-3.36.0-1

gnome-contacts-3.36.2-1

gnome-desktop3-3.36.4-1

gnome-documents-3.34.0-1

gnome-flashback-3.36.3-1

gnome-font-viewer-3.34.0-1

gnome-keyring-3.36.0-1

gnome-menus-3.36.0-1

gnome-online-accounts-3.36.0-1

gnome-panel-3.36.2-1

gnome-session-3.36.0-1

gnome-settings-daemon-3.36.1-1

gnome-shell-3.36.4-1

gnome-software-3.36.1-1

gnome-themes-extra-3.28-2

gnome-tweaks-3.34.0-1

gnome-video-effects-0.5.0-1

gom-0.4-1

graphene-1.10.2-2

grilo-plugins-0.3.11-1

grilo-0.3.12-1

gsettings-desktop-schemas-3.36.1-1

gsound-1.0.2-3

gvfs-1.44.1-1

libaccounts-glib-1.25-1

libappindicator-12.10.0-1

libchamplain-0.12.20-1

libdbusmenu-16.04.0-1

libgdata-0.17.12-1

libgepub-0.6.0-4

libgphoto2-2.5.25-1

libgweather-3.36.1-1

libgxps-0.3.1-1

libhandy0-0.0.13-6

libical-3.0.8-2

libindicator-12.10.1-2

libmtp-1.1.17-1

libnma-1.8.30-2

liboauth-1.0.3-2

libsecret-0.20.3-1

libspectre-0.2.9-1

libwacom-1.4.1-1

libwnck3-3.36.0-1

libxmlb-0.1.15-3

metacity-3.36.1-1

mm-common-1.0.1-3

mobile-broadband-provider-info-0.20190618-1

mozjs68-68.11.0-1

mutter-3.36.4-1

nautilus-3.36.3-1

network-manager-applet-1.18.0-1

pipewire-0.3.8-1

python-dbusmock-0.18.3-6

python-mallard-ducktype-1.0.2-8

startup-notification-0.12-4

totem-pl-parser-3.26.5-1

totem-3.34.1-1

vala-0.48.8-1

xdg-desktop-portal-gtk-1.7.1-1

xdg-desktop-portal-1.7.2-1

yelp-tools-3.32.2-1

yelp-xsl-3.36.0-1

yelp-3.36.0-1

zenity-3.32.0-1

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