rpms/libdmapsharing/F-10 libdmapsharing.spec, NONE, 1.1 sources, 1.1, 1.2

W. Michael Petullo mikep at fedoraproject.org
Sat Mar 21 16:11:53 UTC 2009


Author: mikep

Update of /cvs/pkgs/rpms/libdmapsharing/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16642

Modified Files:
	sources 
Added Files:
	libdmapsharing.spec 
Log Message:
Import files for initial build.



--- NEW FILE libdmapsharing.spec ---
Name: libdmapsharing
Version: 1.9.0.4
Release: 1%{?dist}
License: LGPLv2+
Source: http://downloads.sourceforge.net/%name/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL: http://sourceforge.net/projects/libdmapsharing/
Summary: A DMAP client and server library
Group: Development/Libraries
BuildRequires: pkgconfig, glib2-devel, libsoup-devel
BuildRequires: avahi-glib-devel

%description 
libdmapsharing implements the DMAP protocols. This includes support for
DAAP and DPAP.

%files 
%defattr(-, root, root, -)
%{_libdir}/libdmapsharing.so.*
%doc AUTHORS COPYING ChangeLog NEWS README


%package devel
Summary: Files needed to develop applications using libdmapsharing
Group: Development/Libraries
Requires: libdmapsharing = %{version}-%{release}, glib2-devel, libsoup-devel, avahi-glib-devel, pkgconfig

%description devel
libdmapsharing implements the DMAP protocols. This includes support for
DAAP and DPAP.  This package provides the libraries, include files, and
other resources needed for developing applications using libdmapsharing.

%files devel
%defattr(-, root, root, -)
%{_libdir}/pkgconfig/libdmapsharing-*.pc
%{_includedir}/libdmapsharing-*/
%{_libdir}/libdmapsharing.so

%prep

%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libdmapsharing.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%changelog
* Tue Mar 10 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.4-1
   - New upstream version.

* Fri Mar 06 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.3-1
   - New upstream version.
   - Use "-p /sbin/ldconfig."
   - Remove requires that are already known by RPM.
   - libdmapsharing-devel package now requires pkgconfig.
   - Remove irrelevant INSTALL documentation.

* Sun Feb 22 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-3
   - Require libsoup >= 2.25.92, as this version supports
   SOUP_ENCODING_EOF message encoding, required for HTTP 1.0 clients.

* Sat Feb 07 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-2
   - Fix BuildRequires.

* Sun Dec 28 2008 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-1
   - Initial package


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libdmapsharing/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Mar 2009 15:57:22 -0000	1.1
+++ sources	21 Mar 2009 16:11:23 -0000	1.2
@@ -0,0 +1 @@
+27755b14bfc97ce500893069e50d5029  libdmapsharing-1.9.0.4.tar.gz




More information about the fedora-extras-commits mailing list