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

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

rebuild or new upstream release

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