SPECS: domo.spec (NEW) - initial, make needs fix

siomek siomek at pld-linux.org
Tue Jun 14 18:04:33 CEST 2005


Author: siomek                       Date: Tue Jun 14 16:04:33 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, make needs fix

---- Files affected:
SPECS:
   domo.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/domo.spec
diff -u /dev/null SPECS/domo.spec:1.1
--- /dev/null	Tue Jun 14 18:04:33 2005
+++ SPECS/domo.spec	Tue Jun 14 18:04:27 2005
@@ -0,0 +1,81 @@
+Summary:	A music organising database application.
+Summary(pl):	Organizator aplikacji muzycznych.
+Name:		domo
+Version:	2.4
+Release:	0.1
+License:	GPL
+Group:		X11/Applications/Multimedia
+Source0:	http://puzzle.dl.sourceforge.net/sourceforge/domo/%{name}-%{version}.tar.gz
+# Source0-md5:	9a1b631b81b3b84145cfe4d336310622
+URL:		http://domo.sf.net
+BuildRequires: taglib-devel >= 1.2 
+BuildRequires:	libmusicbrainz >= 2.0 
+BuildRequires:	libmad-devel 
+BuildRequires:	libogg-devel
+BuildRequires: qt-devel >= 3.3.2
+BuildRequires: libvorbis-devel
+Requires:      taglib >= 1.2
+Requires: 	libmusicbrainz >= 2.0
+Requires:	 libmad
+Requires:	 libogg
+Requires: 	qt >= 3.3.2
+Requires: 	libvorbis
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+
+%description
+Domo is a music organizer which indexes digital audio sources, extracts all information
+and inserts everything into a relational database. The database can then be queried,
+exported and compared with other digital audio sources. Musicbrainz support is also
+available for the looking up of Audio CDs or for identifying unknown tracks based
+on their TRM audio fingerprint.
+
+%description -l pl
+Domo jest organizerem muzyki, który indeksuje cyfrowe źródła dźwięku, wydobywa całą informację oraz umieszczą ją w bazie danych.
+
+%prep
+%setup -q
+
+%build
+
+# Create the language files
+/usr/bin/lrelease domo.pro
+
+# Create the makefile
+/usr/bin/qmake domo.pro
+
+# Compile
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install
+	DESTDIR=$RPM_BUILD_ROOT
+%clean
+rm -rf %{buildroot}
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%{_bindir}/domo
+%dir %{_sysconfdir}/domo
+%dir %{_sysconfdir}/domo/resources/
+%{_sysconfdir}/domo/resources/*.txt
+%dir %{_sysconfdir}/domo/images/
+%{_sysconfdir}/domo/images/*.png
+%dir %{_sysconfdir}/domo/languages/
+%{_sysconfdir}/domo/languages/*.qm
+%dir %{_sysconfdir}/domo/doc
+%dir %{_sysconfdir}/domo/doc/*
+
+%doc INSTALL RELEASE README CHANGELOG
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/06/14 16:04:27  siomek
+- initial, make needs fix
================================================================



More information about the pld-cvs-commit mailing list