Author: uzsolt Date: Sat Feb 6 10:18:32 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/gogglesmm: gogglesmm.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gogglesmm/gogglesmm.spec diff -u /dev/null packages/gogglesmm/gogglesmm.spec:1.1 --- /dev/null Sat Feb 6 11:18:32 2010 +++ packages/gogglesmm/gogglesmm.spec Sat Feb 6 11:18:27 2010 @@ -0,0 +1,65 @@ +# $Revision$, $Date$ +%define shortname musicmanager +Summary: Goggles Music Manager is a music collection manager +Name: gogglesmm +Version: 0.10.17 +Release: 0.1 +License: GPL v3 +Group: X11/Applications/Multimedia +Source0: http://gogglesmm.googlecode.com/files/%{shortname}-%{version}.tar.lzma +# Source0-md5: a3a3f27cc52ef50033c8a19e4874c677 +URL: http://code.google.com/p/gogglesmm/ +BuildRequires: dbus-devel +BuildRequires: fox-devel +BuildRequires: sqlite3-devel +BuildRequires: taglib-devel +BuildRequires: xine-lib-devel +Requires: xine-plugin-audio +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Goggles Music Manager is a music collection manager and player that +automatically categorizes your music files based on genre, artist, +album, and song. It supports gapless playback and features easy tag +editing. + +%prep +%setup -q -n %{shortname}-%{version} + +%build +CFLAGS="%{rpmcflags}" +CPPFLAGS="%{rpmcxxflags}" +CXX="%{__cxx}" +LDFLAGS="%{rpmldflags}" +LIBPREFIX="%{_libdir}" +export CFLAGS CPPFLAGS CXX LDFLAGS LIBPREFIX +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README +%attr(755,root,root) %{_bindir}/* +%{_desktopdir}/gmm.desktop +%{_iconsdir}/hicolor/48x48/apps/gmm.png + +%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 2010/02/06 10:18:27 uzsolt +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
