source: projects/specs/trunk/lib/libd/libdmapsharing/libdmapsharing-vl.spec @ 9486

Revision 9486, 5.2 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

Line 
1Name: libdmapsharing
2Summary: A DMAP client and server library
3Summary(ja): DMAP クライアントとサーバーのライブラリー
4
5Version: 2.9.30
6Release: 1%{?_dist_release}
7License: LGPLv2+
8URL: http://www.flyn.org/projects/libdmapsharing/
9Source: http://www.flyn.org/projects/libdmapsharing/%{name}-%{version}.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11Group: Development/Libraries
12
13BuildRequires: avahi-glib-devel >= 0.6
14BuildRequires: glib2-devel
15BuildRequires: gtk2-devel
16BuildRequires: gdk-pixbuf2-devel
17BuildRequires: gstreamer1-plugins-base-devel >= 0.10.23.2
18BuildRequires: libgee-devel
19BuildRequires: libsoup-devel >= 2.32
20BuildRequires: check-devel
21BuildRequires: pkgconfig
22
23%description
24libdmapsharing implements the DMAP protocols. This includes support for
25DAAP and DPAP.
26
27%package devel
28Summary: Files needed to develop applications using libdmapsharing
29Group: Development/Libraries
30Requires: libdmapsharing = %{version}-%{release}, pkgconfig, glib2-devel, libsoup-devel >= 2.32
31Requires: avahi-glib-devel, gdk-pixbuf2-devel, gstreamer1-plugins-base-devel >= 0.10.23.2
32
33%description devel
34libdmapsharing implements the DMAP protocols. This includes support for
35DAAP and DPAP.  This package provides the libraries, include files, and
36other resources needed for developing applications using libdmapsharing.
37
38%prep
39
40%setup -q
41
42%build
43%configure --disable-static
44make %{?_smp_mflags}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
49rm -f ${RPM_BUILD_ROOT}%{_libdir}/libdmapsharing-3.0.la
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%post -p /sbin/ldconfig
55
56%postun -p /sbin/ldconfig
57
58%files
59%defattr(-, root, root, -)
60%doc AUTHORS COPYING ChangeLog NEWS README
61%{_libdir}/libdmapsharing-3.0.so.2
62%{_libdir}/libdmapsharing-3.0.so.%{version}
63%{_libdir}/girepository-1.0/DMAP-3.0.typelib
64
65%files devel
66%defattr(-, root, root, -)
67%{_libdir}/pkgconfig/libdmapsharing-3.0.pc
68%{_includedir}/libdmapsharing-3.0/
69%{_libdir}/libdmapsharing-3.0.so
70%{_datadir}/gtk-doc/html/libdmapsharing-3.0
71%{_datadir}/gir-1.0/DMAP-3.0.gir
72%{_datadir}/vala/vapi/libdmapsharing-3.0.vapi
73
74%changelog
75* Sat Apr 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.30-1
76- update to 2.9.30
77- change BuildRequires: gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel
78- add BuildRequires: gtk2-devel, libgee-devel, check-devel
79
80* Sat Jul 07 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.9.15-1
81- initial build for VineSeed
82
83* Mon Dec 05 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.14-1
84- new upstream version
85- Remove patch from previous release (upstreamed)
86
87* Tue Nov 08 2011 Adam Jackson <ajax@redhat.com> 2.9.12-2
88- libdmapsharing-2.9.12-glib.patch: Fix FTBFS against new glib
89
90* Mon Aug 22 2011 Adam Williamson <awilliam@redhat.com> - 2.9.12-1
91- new upstream version
92
93* Mon Mar 21 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.6-1
94- New upstream version.
95
96* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.5-2
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
98
99* Mon Feb 07 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.5-1
100- New upstream version, fixes problem compiling without libgee.
101
102* Mon Feb 07 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.4-1
103- New upstream version (API 3 series).
104
105* Sun Dec 19 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.13-1
106- New upstream version.
107
108* Sun Nov 28 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.12-1
109- New upstream version.
110
111* Sun Oct 31 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.8-1
112- New upstream version.
113- Update Source and URL.
114- BuildRequire gdk-pixbuf2-devel for DACP.
115- BuildRequire libsoup-devel >= 2.32 for DACP.
116- BuildRequire gstreamer-plugins-base-devel >= for transcoding.
117
118* Fri Jun 04 2010 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.21-1
119- New upstream version.
120
121* Fri May 28 2010 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.18-1
122- New upstream version.
123
124* Fri Aug 28 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.13-1
125- New upstream version.
126
127* Thu Aug 27 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.12-1
128- New upstream version.
129
130* Sat Aug 15 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.11-1
131- New upstream version.
132- Add gtk-doc documentation to devel package.
133
134* Wed Jul 29 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.10-1
135- New upstream version.
136
137* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.0.9-2
138- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
139
140* Thu Jul 23 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.9-1
141- New upstream version.
142
143* Tue Mar 10 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.4-1
144- New upstream version.
145
146* Fri Mar 06 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.3-1
147- New upstream version.
148- Use "-p /sbin/ldconfig."
149- Remove requires that are already known by RPM.
150- libdmapsharing-devel package now requires pkgconfig.
151- Remove irrelevant INSTALL documentation.
152
153* Sun Feb 22 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-3
154- Require libsoup >= 2.25.92, as this version supports SOUP_ENCODING_EOF
155message encoding, required for HTTP 1.0 clients.
156
157* Sat Feb 07 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-2
158- Fix BuildRequires.
159
160* Sun Dec 28 2008 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-1
161- Initial package
Note: See TracBrowser for help on using the repository browser.