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

Revision 6525, 4.8 KB checked in by kudoh, 12 years ago (diff)

libdmapsharing-vl.spec

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