SPECS: domo.spec - pl fixes, partial cleanup

qboosh qboosh at pld-linux.org
Wed Jun 15 23:47:01 CEST 2005


Author: qboosh                       Date: Wed Jun 15 21:47:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl fixes, partial cleanup

---- Files affected:
SPECS:
   domo.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/domo.spec
diff -u SPECS/domo.spec:1.5 SPECS/domo.spec:1.6
--- SPECS/domo.spec:1.5	Wed Jun 15 16:53:09 2005
+++ SPECS/domo.spec	Wed Jun 15 23:46:56 2005
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+# TODO:
+# - lang() for *.qm
+# - data in /etc ???
+# - is INSTALL file useful in rpm?
 Summary:	A music organising database application
 Summary(pl):	Organizator aplikacji muzycznych
 Name:		domo
@@ -10,12 +14,14 @@
 # Source0-md5:	9a1b631b81b3b84145cfe4d336310622
 Patch0:		%{name}-%{version}_include.patch
 URL:		http://domo.sf.net
+BuildRequires:	libmad-devel
+BuildRequires:	libmusicbrainz >= 2.0
+BuildRequires:	libvorbis-devel
+BuildRequires:	qmake
 BuildRequires:	qt-devel >= 3.3.4
+BuildRequires:	qt-liguist
 BuildRequires:	qt-plugin-mysql >= 3.3.4
 BuildRequires:	taglib-devel >= 1.2
-BuildRequires:	libmusicbrainz >= 2.0
-BuildRequires:	libmad-devel
-BuildRequires:	libvorbis-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,19 +34,22 @@
 
 %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.
+wydobywa wszystkie informacje i umieszczą je w relacyjnej bazie
+danych. Bazę danych można odpytywać, eksportować i porównywać z innymi
+cyfrowymi źródłami dźwięku. Dostępna jest obsługa Musicbrainz do
+wyszukiwania płyt CD Audio albo identyfikowania nieznanych ścieżek w
+oparciu o ich odcisk dźwiękowy TRM.
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-
 # Create the language files
-%{_bindir}/lrelease domo.pro
+lrelease domo.pro
 
 # Create the makefile
-%{_bindir}/qmake domo.pro
+qmake domo.pro
 
 # Compile
 %{__make}
@@ -48,35 +57,38 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install
+%{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
+
 %clean
-rm -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
 
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
+%doc INSTALL RELEASE README CHANGELOG
 %attr(755,root,root) %{_bindir}/domo
 %dir %{_sysconfdir}/domo
-%dir %{_sysconfdir}/domo/resources/
+%dir %{_sysconfdir}/domo/resources
 %{_sysconfdir}/domo/resources/*.txt
-%dir %{_sysconfdir}/domo/images/
+%dir %{_sysconfdir}/domo/images
 %{_sysconfdir}/domo/images/*.png
-%dir %{_sysconfdir}/domo/languages/
+%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.6  2005/06/15 21:46:56  qboosh
+- pl fixes, partial cleanup
+
 Revision 1.5  2005/06/15 14:53:09  siomek
 - BR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/domo.spec?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list