Author: arekm Date: Sun Jul 15 12:30:54 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: libdaap.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/libdaap.spec diff -u /dev/null SPECS/libdaap.spec:1.1 --- /dev/null Sun Jul 15 14:30:54 2007 +++ SPECS/libdaap.spec Sun Jul 15 14:30:49 2007 @@ -0,0 +1,96 @@ +# $Revision$, $Date$ +Summary: Digital Audio Access Protocol +Name: libdaap +Version: 0.0.4 +Release: 1 +License: LGPL v2.1+ +Group: Libraries +Source0: http://dl.sourceforge.net/daap/%{name}-%{version}.tar.bz2 +# Source0-md5: 94f830735fc619a09a57dc51e70e67a9 +URL: http://daap.sourceforge.net/ +BuildRequires: autoconf >= 2.57 +BuildRequires: automake +BuildRequires: libstdc++-devel +BuildRequires: libtool >= 2:1.5 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The Digital Audio Access Protocol, or DAAP, is used by Apple's iTunes +4.0 digital audio player to share music across a network or the +Internet. It provides capability not only to stream audio from one +computer to another, but also to list the host's playlists so that +they can be accessed remotely. + +%package devel +Summary: Header files for DAAP library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki DAAP +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: libstdc++-devel + +%description devel +Header files for DAAP library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki DAAP. + +%package static +Summary: Static DAAP library +Summary(pl.UTF-8): Statyczna biblioteka DAAP +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static DAAP library. + +%description static -l pl.UTF-8 +Statyczna biblioteka DAAP. + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_libdir}/libdaap.so.* +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libdaap.so +%{_libdir}/libdaap.la +%{_includedir}/libdaap + +%files static +%defattr(644,root,root,755) +%{_libdir}/libdaap.a + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/07/15 12:30:49 arekm +- new + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
