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

Revision 9668, 5.4 KB checked in by Takemikaduchi, 9 years ago (diff)

fix BR & R

Line 
1Name: libdmapsharing
2Summary: A DMAP client and server library
3Summary(ja): DMAP クライアントとサーバーのライブラリー
4
5Version: 2.9.30
6Release: 2%{?_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: vala-tools
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 --disable-tests
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* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.30-2
76- remove BuildRequires: check-devel
77- add BuildRequires: vala-tools
78
79* Sat Apr 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.30-1
80- update to 2.9.30
81- change BuildRequires: gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel
82- add BuildRequires: gtk2-devel, libgee-devel, check-devel
83
84* Sat Jul 07 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.9.15-1
85- initial build for VineSeed
86
87* Mon Dec 05 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.14-1
88- new upstream version
89- Remove patch from previous release (upstreamed)
90
91* Tue Nov 08 2011 Adam Jackson <ajax@redhat.com> 2.9.12-2
92- libdmapsharing-2.9.12-glib.patch: Fix FTBFS against new glib
93
94* Mon Aug 22 2011 Adam Williamson <awilliam@redhat.com> - 2.9.12-1
95- new upstream version
96
97* Mon Mar 21 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.6-1
98- New upstream version.
99
100* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.5-2
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
102
103* Mon Feb 07 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.5-1
104- New upstream version, fixes problem compiling without libgee.
105
106* Mon Feb 07 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.4-1
107- New upstream version (API 3 series).
108
109* Sun Dec 19 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.13-1
110- New upstream version.
111
112* Sun Nov 28 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.12-1
113- New upstream version.
114
115* Sun Oct 31 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.8-1
116- New upstream version.
117- Update Source and URL.
118- BuildRequire gdk-pixbuf2-devel for DACP.
119- BuildRequire libsoup-devel >= 2.32 for DACP.
120- BuildRequire gstreamer-plugins-base-devel >= for transcoding.
121
122* Fri Jun 04 2010 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.21-1
123- New upstream version.
124
125* Fri May 28 2010 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.18-1
126- New upstream version.
127
128* Fri Aug 28 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.13-1
129- New upstream version.
130
131* Thu Aug 27 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.12-1
132- New upstream version.
133
134* Sat Aug 15 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.11-1
135- New upstream version.
136- Add gtk-doc documentation to devel package.
137
138* Wed Jul 29 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.10-1
139- New upstream version.
140
141* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.0.9-2
142- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
143
144* Thu Jul 23 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.9-1
145- New upstream version.
146
147* Tue Mar 10 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.4-1
148- New upstream version.
149
150* Fri Mar 06 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.3-1
151- New upstream version.
152- Use "-p /sbin/ldconfig."
153- Remove requires that are already known by RPM.
154- libdmapsharing-devel package now requires pkgconfig.
155- Remove irrelevant INSTALL documentation.
156
157* Sun Feb 22 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-3
158- Require libsoup >= 2.25.92, as this version supports SOUP_ENCODING_EOF
159message encoding, required for HTTP 1.0 clients.
160
161* Sat Feb 07 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-2
162- Fix BuildRequires.
163
164* Sun Dec 28 2008 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-1
165- Initial package
Note: See TracBrowser for help on using the repository browser.