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

Revision 2738, 4.6 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

Line 
1Name:           totem-pl-parser
2Version:        2.32.3
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}/2.32/%{name}-%{version}.tar.bz2
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12Obsoletes:      totem-plparser
13
14BuildRequires:  gtk2-devel
15BuildRequires:  gnome-vfs2-devel
16BuildRequires:  evolution-data-server-devel >= 2.32.0
17BuildRequires:  gettext
18BuildRequires:  perl-XML-Parser
19BuildRequires:  sqlite3-devel
20BuildRequires:  gmime-devel >= 2.4.19
21BuildRequires:  gobject-introspection-devel
22
23%description
24A library to parse and save playlists, as used in music and movie players.
25
26%package        devel
27Summary:        Development files for %{name}
28Group:          Development/Libraries
29Obsoletes:      totem-devel
30Requires:       %{name} = %{version}-%{release}
31Requires:       pkgconfig
32Requires:       gnome-vfs2-devel
33Requires:       gtk2-devel
34Requires:       evolution-data-server-devel >= 2.32.0
35Requires:       libxml2-devel
36Requires:       gmime-devel >= 2.4.19
37
38%description    devel
39The %{name}-devel package contains libraries and header files for
40developing applications that use %{name}.
41
42%prep
43%setup -q
44
45%build
46%configure --enable-static=no --enable-introspection=yes
47make %{?_smp_mflags}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51make install DESTDIR=$RPM_BUILD_ROOT
52find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
53
54%find_lang %{name} --with-gnome
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%post -p /sbin/ldconfig
60
61%postun -p /sbin/ldconfig
62
63%files -f %{name}.lang
64%defattr(-,root,root,-)
65%doc AUTHORS COPYING.LIB NEWS README
66%{_libdir}/*.so.*
67%{_libdir}/girepository-1.0
68
69%files devel
70%defattr(-,root,root,-)
71%{_includedir}/*
72%{_libdir}/*.so
73%{_libdir}/pkgconfig/*.pc
74%{_datadir}/gtk-doc/html/totem-pl-parser
75%{_datadir}/gir-1.0
76
77%changelog
78* Tue Feb 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.3-1
79- new upstream release
80
81* Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
82- new upstream release
83
84* Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
85- new upstream release
86
87* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
88- new upstream release
89- add BuildRequires: gobject-introspection-devel
90- add configure option (--enable-introspection=yes)
91
92* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
93- rebuild with rpm-4.8.1 for pkg-config file
94
95* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
96- new upstream release
97
98* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
99- new upstream release
100- add BuildRequires: gmime-devel >= 2.4
101
102* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
103- new upstream release
104
105* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
106- new upstream release
107
108* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
109- new upstream release
110
111* Sun Jan 04 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.24.3-2
112- added BuildRequires: sqlite3-devel
113
114* Sun Dec 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
115- new upstream release
116- built with evolution-data-server-2.24.2
117
118* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-3
119- build with evolution-data-server-2.24.1
120
121* Tue Oct 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-2
122- added Japanese summary
123- added Requires: evolution-data-server-devel, libxml2-devel to devel package
124
125* Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
126- new upstream release
127
128* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
129- new upstream release
130
131* Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.3-1
132- new upstream release
133
134* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.2-1vl5
135- new upstream release
136
137* Wed Apr  3 2008 - Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.1-1vl5
138- Initial build for Vine Linux
139
140* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.1-1
141- Update to 2.22.1
142
143* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.0-1
144- Update to 2.22.0
145
146* Sun Feb 24 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.92-1
147- Update to 2.21.92
148
149* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.91-3
150- Autorebuild for GCC 4.3
151
152* Tue Jan 29 2008 - Matthew Barnes <mbarnes@redhat.com> - 2.21.21-2
153- Rebuild against newer libcamel-1.2.
154
155* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.91-1
156- Update to 2.21.91
157
158* Mon Jan 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-1
159- Update to 2.21.90
160
161* Thu Dec 06 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.6-1
162- First package
163
Note: See TracBrowser for help on using the repository browser.