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

Revision 7633, 5.7 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.8.1

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