SPECS: domo.spec - cosmetics

spider spider at pld-linux.org
Wed Jun 15 10:15:00 CEST 2005


Author: spider                       Date: Wed Jun 15 08:15:00 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cosmetics

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

---- Diffs:

================================================================
Index: SPECS/domo.spec
diff -u SPECS/domo.spec:1.1 SPECS/domo.spec:1.2
--- SPECS/domo.spec:1.1	Tue Jun 14 18:04:27 2005
+++ SPECS/domo.spec	Wed Jun 15 10:14:52 2005
@@ -1,3 +1,4 @@
+# $Revision$, $Date$
 Summary:	A music organising database application.
 Summary(pl):	Organizator aplikacji muzycznych.
 Name:		domo
@@ -5,32 +6,34 @@
 Release:	0.1
 License:	GPL
 Group:		X11/Applications/Multimedia
-Source0:	http://puzzle.dl.sourceforge.net/sourceforge/domo/%{name}-%{version}.tar.gz
+Source0:	http://dl.sourceforge.net/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:	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
+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:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %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.
+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.
+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
@@ -38,10 +41,10 @@
 %build
 
 # Create the language files
-/usr/bin/lrelease domo.pro
+%{_bindir}/lrelease domo.pro
 
 # Create the makefile
-/usr/bin/qmake domo.pro
+%{_bindir}/qmake domo.pro
 
 # Compile
 %{__make}
@@ -58,7 +61,8 @@
 %postun	-p /sbin/ldconfig
 
 %files
-%{_bindir}/domo
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/domo
 %dir %{_sysconfdir}/domo
 %dir %{_sysconfdir}/domo/resources/
 %{_sysconfdir}/domo/resources/*.txt
@@ -77,5 +81,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/06/15 08:14:52  spider
+- cosmetics
+
 Revision 1.1  2005/06/14 16:04:27  siomek
 - initial, make needs fix
================================================================

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




More information about the pld-cvs-commit mailing list