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

Revision 9667, 6.4 KB checked in by Takemikaduchi, 9 years ago (diff)

MATE: new upstream release
bluez: rebuild with readline
others: fix R:

RevLine 
[521]1Name:           totem-pl-parser
[9536]2Version:        3.10.5
[9667]3Release:        2%{?_dist_release}
[521]4Summary:        Totem Playlist Parser library
5Summary(ja):    Totem プレイリスト解析ライブラリ
6
7Group:          System Environment/Libraries
8License:        LGPLv2+
9URL:            http://www.gnome.org/projects/totem/
[7938]10Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/3.10/%{name}-%{version}.tar.xz
[521]11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12Obsoletes:      totem-plparser
13
[4616]14BuildRequires:  gettext
[6011]15BuildRequires:  gtk3-devel
16BuildRequires:  gmime-devel
[4616]17BuildRequires:  gobject-introspection-devel
18BuildRequires:  libarchive-devel
19BuildRequires:  sqlite3-devel
[9667]20BuildRequires:  libxml2-devel
21BuildRequires:  libsoup-devel
[4616]22BuildRequires:  perl-XML-Parser
[521]23
[4616]24Vendor: Project Vine
25Distribution: Vine Linux
26Packager: Takemikaduchi
27
[521]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
[4616]34Obsoletes:      totem-devel < 3.0.0
[521]35Requires:       %{name} = %{version}-%{release}
[4616]36Requires:       pkgconfig
[6011]37Requires:       gtk3-devel
[4616]38Requires:       libxml2-devel
[6011]39Requires:       gmime-devel
[4616]40Requires:       libarchive-devel
[521]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
[7633]50%configure \
51        --disable-static \
52        --disable-quvi \
53        --enable-introspection=yes
[521]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.*
[2041]74%{_libdir}/girepository-1.0
[521]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
[2041]82%{_datadir}/gir-1.0
[521]83
84%changelog
[9667]85* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.5-2
86- remove Requires: evolution-data-server-devel
87- add BuildRequires: libxml2-devel, libsoup-devel
88
[9536]89* Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.5-1
90- new upstream release
91
[9073]92* Sun Nov 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.3-1
93- new upstream release
94
[8758]95* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-2
96- rebuild with libarchive-3.1.2
97
[8353]98* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
99- new upstream release
100
[8119]101* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
102- rebuild with VineSeed environment
103
[7938]104* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
105- new upstream release
106
[7681]107* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.5-1
108- new upstream release
109
[7633]110* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.4-1
111- new upstream release
112- remove BuildRequires: libquvi-devel
113
[6304]114* Sun Jun 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-2
115- rebuild with libarchive-3.0.4
116
[6201]117* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
118- new upstream release
119
[6078]120* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
[6011]121- new upstream release
122- change BuildRequires: gtk3-devel instead of gtk2-devel
123
[4812]124* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.6-1
125- new upstream release
126
[4616]127* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.5-1
128- new upstream release
129- add BuildRequires: libarchive-devel
130- add Requires: libarchive-devel (-devel package)
131
[4590]132* Fri Aug 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.4-2
133- add BuildRequires: quvi-devel
134- add Patch0 (totem-pl-parser-2.32.4-support-quvi.patch)
135- add Requires: quvi-devel (-devel package)
[3801]136
[4616]137* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.4-1
138- new upstream release
139
[2738]140* Tue Feb 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.3-1
141- new upstream release
142
[2602]143* Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
144- new upstream release
145
[2182]146* Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
147- new upstream release
148
[2041]149* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
150- new upstream release
151- add BuildRequires: gobject-introspection-devel
152- add configure option (--enable-introspection=yes)
153
[1917]154* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
155- rebuild with rpm-4.8.1 for pkg-config file
156
[1231]157* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
158- new upstream release
159
[805]160* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
161- new upstream release
162- add BuildRequires: gmime-devel >= 2.4
163
[521]164* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
165- new upstream release
166
167* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
168- new upstream release
169
170* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
171- new upstream release
172
173* Sun Jan 04 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.24.3-2
174- added BuildRequires: sqlite3-devel
175
176* Sun Dec 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
177- new upstream release
178- built with evolution-data-server-2.24.2
179
180* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-3
181- build with evolution-data-server-2.24.1
182
183* Tue Oct 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-2
184- added Japanese summary
185- added Requires: evolution-data-server-devel, libxml2-devel to devel package
186
187* Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
188- new upstream release
189
190* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
191- new upstream release
192
193* Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.3-1
194- new upstream release
195
196* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.2-1vl5
197- new upstream release
198
[7633]199* Thu Apr  3 2008 - Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.1-1vl5
[521]200- Initial build for Vine Linux
201
202* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.1-1
203- Update to 2.22.1
204
205* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.0-1
206- Update to 2.22.0
207
208* Sun Feb 24 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.92-1
209- Update to 2.21.92
210
211* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.91-3
212- Autorebuild for GCC 4.3
213
214* Tue Jan 29 2008 - Matthew Barnes <mbarnes@redhat.com> - 2.21.21-2
215- Rebuild against newer libcamel-1.2.
216
217* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.91-1
218- Update to 2.21.91
219
220* Mon Jan 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-1
221- Update to 2.21.90
222
223* Thu Dec 06 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.6-1
224- First package
225
Note: See TracBrowser for help on using the repository browser.