]> git.pld-linux.org Git - packages/domo.git/commitdiff
- initial, make needs fix
authorsiomek <siomek@pld-linux.org>
Tue, 14 Jun 2005 16:04:27 +0000 (16:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    domo.spec -> 1.1

domo.spec [new file with mode: 0644]

diff --git a/domo.spec b/domo.spec
new file mode 100644 (file)
index 0000000..c19a37c
--- /dev/null
+++ b/domo.spec
@@ -0,0 +1,72 @@
+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
This page took 0.228692 seconds and 4 git commands to generate.