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

Revision 8353, 6.0 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

Line 
1Name:           totem-pl-parser
2Version:        3.10.2
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* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
86- new upstream release
87
88* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
89- rebuild with VineSeed environment
90
91* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
92- new upstream release
93
94* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.5-1
95- new upstream release
96
97* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.4-1
98- new upstream release
99- remove BuildRequires: libquvi-devel
100
101* Sun Jun 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-2
102- rebuild with libarchive-3.0.4
103
104* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
105- new upstream release
106
107* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
108- new upstream release
109- change BuildRequires: gtk3-devel instead of gtk2-devel
110
111* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.6-1
112- new upstream release
113
114* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.5-1
115- new upstream release
116- add BuildRequires: libarchive-devel
117- add Requires: libarchive-devel (-devel package)
118
119* Fri Aug 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.4-2
120- add BuildRequires: quvi-devel
121- add Patch0 (totem-pl-parser-2.32.4-support-quvi.patch)
122- add Requires: quvi-devel (-devel package)
123
124* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.4-1
125- new upstream release
126
127* Tue Feb 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.3-1
128- new upstream release
129
130* Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
131- new upstream release
132
133* Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
134- new upstream release
135
136* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
137- new upstream release
138- add BuildRequires: gobject-introspection-devel
139- add configure option (--enable-introspection=yes)
140
141* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
142- rebuild with rpm-4.8.1 for pkg-config file
143
144* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
145- new upstream release
146
147* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
148- new upstream release
149- add BuildRequires: gmime-devel >= 2.4
150
151* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
152- new upstream release
153
154* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
155- new upstream release
156
157* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
158- new upstream release
159
160* Sun Jan 04 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.24.3-2
161- added BuildRequires: sqlite3-devel
162
163* Sun Dec 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
164- new upstream release
165- built with evolution-data-server-2.24.2
166
167* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-3
168- build with evolution-data-server-2.24.1
169
170* Tue Oct 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-2
171- added Japanese summary
172- added Requires: evolution-data-server-devel, libxml2-devel to devel package
173
174* Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
175- new upstream release
176
177* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
178- new upstream release
179
180* Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.3-1
181- new upstream release
182
183* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.2-1vl5
184- new upstream release
185
186* Thu Apr  3 2008 - Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.1-1vl5
187- Initial build for Vine Linux
188
189* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.1-1
190- Update to 2.22.1
191
192* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.0-1
193- Update to 2.22.0
194
195* Sun Feb 24 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.92-1
196- Update to 2.21.92
197
198* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.91-3
199- Autorebuild for GCC 4.3
200
201* Tue Jan 29 2008 - Matthew Barnes <mbarnes@redhat.com> - 2.21.21-2
202- Rebuild against newer libcamel-1.2.
203
204* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.91-1
205- Update to 2.21.91
206
207* Mon Jan 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-1
208- Update to 2.21.90
209
210* Thu Dec 06 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.6-1
211- First package
212
Note: See TracBrowser for help on using the repository browser.