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

Revision 6304, 5.6 KB checked in by Takemikaduchi, 12 years ago (diff)

ImageMagick?, libarchive, libogg, libvorbis, udisks2: new upstream release
cmake, gvfs, kdeutils, totem-pl-parser: rebuild with libarchive-3.0.4
cvs, pam, patch, t1lib: rebuild package

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