Author: darekr Date: Wed Jul 13 17:13:52 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - cleanup, cosmetics
---- Files affected: SPECS: tunesbrowser.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/tunesbrowser.spec diff -u SPECS/tunesbrowser.spec:1.1 SPECS/tunesbrowser.spec:1.2 --- SPECS/tunesbrowser.spec:1.1 Mon May 16 17:09:58 2005 +++ SPECS/tunesbrowser.spec Wed Jul 13 19:13:47 2005 @@ -1,29 +1,17 @@ # $Revision$, $Date$ -# -# spec file for package tunesbrowser -# -# Copyright (c) 2004 Joerg Cassens <[EMAIL PROTECTED]> -# -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. -# -# Please submit bugfixes or comments to [EMAIL PROTECTED] -# - Name: tunesbrowser Summary: simple music player using the DAAP protocol Version: 0.3.0 Release: 0 License: BSD Group: Applications -URL: http://crazney.net/programs/itunes/ Source0: http://crazney.net/programs/itunes/files/%{name}-%{version}.tar.bz2 # Source0-md5: dacfc3f7209c3165be9a9211dfb7bf0e -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) - +URL: http://crazney.net/programs/itunes/ BuildRequires: gstreamer-plugins-devel BuildRequires: libopendaap-devel >= 0.4.0 BuildRequires: pango-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description TunesBrowser is a simple music player, capable of playing music found @@ -41,7 +29,9 @@ %install rm -rf $RPM_BUILD_ROOT -%{__make} DESTDIR=$RPM_BUILD_ROOT install + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -fr $RPM_BUILD_ROOT @@ -58,6 +48,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/07/13 17:13:47 darekr +- cleanup, cosmetics + Revision 1.1 2005/05/16 15:09:58 aredridel - added ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/tunesbrowser.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
