Blame SPECS/libdmapsharing.spec

f51234
Name: libdmapsharing
e899ab
Version: 2.9.30
e899ab
Release: 1%{?dist}
f51234
License: LGPLv2+
f51234
Source: http://www.flyn.org/projects/libdmapsharing/%{name}-%{version}.tar.gz
f51234
URL: http://www.flyn.org/projects/libdmapsharing/
f51234
Summary: A DMAP client and server library
f51234
Group: Development/Libraries
f51234
BuildRequires: pkgconfig, glib2-devel, libsoup-devel >= 2.32
f51234
BuildRequires: avahi-glib-devel, gdk-pixbuf2-devel, gstreamer1-plugins-base-devel
f51234
BuildRequires: git
f51234
f51234
%description 
f51234
libdmapsharing implements the DMAP protocols. This includes support for
f51234
DAAP and DPAP.
f51234
f51234
%files 
f51234
%{_libdir}/libdmapsharing-3.0.so.*
f51234
%doc AUTHORS COPYING ChangeLog NEWS README
f51234
f51234
f51234
%package devel
f51234
Summary: Files needed to develop applications using libdmapsharing
f51234
Group: Development/Libraries
f51234
Requires: %{name} = %{version}-%{release}
f51234
f51234
%description devel
f51234
libdmapsharing implements the DMAP protocols. This includes support for
f51234
DAAP and DPAP.  This package provides the libraries, include files, and
f51234
other resources needed for developing applications using libdmapsharing.
f51234
f51234
%files devel
f51234
%{_libdir}/pkgconfig/libdmapsharing-3.0.pc
f51234
%{_includedir}/libdmapsharing-3.0/
f51234
%{_libdir}/libdmapsharing-3.0.so
f51234
%{_datadir}/gtk-doc/html/libdmapsharing-3.0
e899ab
%{_datadir}/vala/vapi/libdmapsharing-3.0.vapi
f51234
f51234
%prep
f51234
%setup -q
f51234
f51234
git init
f51234
if [ -z "$GIT_COMMITTER_NAME" ]; then
f51234
    git config user.email "libdmapsharing-owner@fedoraproject.org"
f51234
    git config user.name "Fedora libdmapsharing maintainers"
f51234
fi
f51234
git add .
f51234
git commit -a -q -m "%{version} baseline."
f51234
f51234
git am -p1 %{patches} < /dev/null
f51234
f51234
%build
f51234
%configure --disable-static
f51234
make %{?_smp_mflags}
f51234
f51234
%install
f51234
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
f51234
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libdmapsharing-3.0.la
f51234
f51234
%post -p /sbin/ldconfig
f51234
f51234
%postun -p /sbin/ldconfig
f51234
f51234
%changelog
e899ab
* Wed May 20 2015 Bastien Nocera <bnocera@redhat.com> 2.9.30-1
e899ab
- Update to 2.9.30
e899ab
Resolves: #1221283
e899ab
a45799
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.9.16-4
a45799
- Mass rebuild 2014-01-24
a45799
a45799
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.9.16-3
a45799
- Mass rebuild 2013-12-27
a45799
f51234
* Wed Nov 06 2013 Bastien Nocera <bnocera@redhat.com> 2.9.16-2
f51234
- Add upstream patches
f51234
Resolves: #1024020, #1023528
f51234
f51234
* Sun Apr 07 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.16-1
f51234
- Update to 2.9.16
f51234
f51234
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.14-4
f51234
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f51234
f51234
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.14-3
f51234
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f51234
f51234
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.14-2
f51234
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f51234
f51234
* Mon Dec 05 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.14-1
f51234
- new upstream version
f51234
- Remove patch from previous release (upstreamed)
f51234
f51234
* Tue Nov 08 2011 Adam Jackson <ajax@redhat.com> 2.9.12-2
f51234
- libdmapsharing-2.9.12-glib.patch: Fix FTBFS against new glib
f51234
f51234
* Mon Aug 22 2011 Adam Williamson <awilliam@redhat.com> - 2.9.12-1
f51234
- new upstream version
f51234
f51234
* Mon Mar 21 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.6-1
f51234
- New upstream version.
f51234
f51234
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.5-2
f51234
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f51234
f51234
* Mon Feb 07 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.5-1
f51234
- New upstream version, fixes problem compiling without libgee.
f51234
f51234
* Mon Feb 07 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.4-1
f51234
- New upstream version (API 3 series).
f51234
f51234
* Sun Dec 19 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.13-1
f51234
- New upstream version.
f51234
f51234
* Sun Nov 28 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.12-1
f51234
- New upstream version.
f51234
f51234
* Sun Oct 31 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.8-1
f51234
- New upstream version.
f51234
- Update Source and URL.
f51234
- BuildRequire gdk-pixbuf2-devel for DACP.
f51234
- BuildRequire libsoup-devel >= 2.32 for DACP.
f51234
- BuildRequire gstreamer-plugins-base-devel >= for transcoding.
f51234
f51234
* Fri Jun 04 2010 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.21-1
f51234
- New upstream version.
f51234
f51234
* Fri May 28 2010 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.18-1
f51234
- New upstream version.
f51234
f51234
* Fri Aug 28 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.13-1
f51234
- New upstream version.
f51234
f51234
* Thu Aug 27 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.12-1
f51234
- New upstream version.
f51234
f51234
* Sat Aug 15 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.11-1
f51234
- New upstream version.
f51234
- Add gtk-doc documentation to devel package.
f51234
f51234
* Wed Jul 29 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.10-1
f51234
- New upstream version.
f51234
f51234
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.0.9-2
f51234
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f51234
f51234
* Thu Jul 23 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.9-1
f51234
- New upstream version.
f51234
f51234
* Tue Mar 10 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.4-1
f51234
- New upstream version.
f51234
f51234
* Fri Mar 06 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.3-1
f51234
- New upstream version.
f51234
- Use "-p /sbin/ldconfig."
f51234
- Remove requires that are already known by RPM.
f51234
- libdmapsharing-devel package now requires pkgconfig.
f51234
- Remove irrelevant INSTALL documentation.
f51234
f51234
* Sun Feb 22 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-3
f51234
- Require libsoup >= 2.25.92, as this version supports SOUP_ENCODING_EOF
f51234
message encoding, required for HTTP 1.0 clients.
f51234
f51234
* Sat Feb 07 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-2
f51234
- Fix BuildRequires.
f51234
f51234
* Sun Dec 28 2008 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-1
f51234
- Initial package