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

Revision 7681, 5.8 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME 3.8.2

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