]> git.pld-linux.org Git - packages/biblos.git/commitdiff
- pl description
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Apr 2003 22:14:40 +0000 (22:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    biblos.spec -> 1.8

biblos.spec

index bd57af33d0a2b3bffb20d1b289f9b1a8eedf9072..98dc11537ac39f3ab184b53131dddc550cca867f 100644 (file)
@@ -2,14 +2,13 @@
 # TODO:
 # - remove openoffice-lib dependence,
 # - maybe some fix at %prep, 
-# - polish description,
 # - more BRs ?,
-Summary:       indexing tool to manage cds collection
-Summary(pl):   program do katalogowania p³yt cd
+Summary:       Indexing tool to manage cds collection
+Summary(pl):   Program do katalogowania p³yt cd
 Name:          biblos
 Version:       0.35
 Release:       0.1
-License:       GPL
+License:       GPL or QPL
 Group:         X11/Applications
 Source0:       http://biblos.f2g.net/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
@@ -19,11 +18,10 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Biblos is intended to be an easy to use file indexing tool that 
-can manage your mp3 collection , your cds collection and even
+can manage your mp3 collection, your cds collection and even
 local directories. It is distributed under GNU Public License 
-(for a copy go to http://www.gnu.org/) and Q Public License 
-(see http://www.trolltech.com/) and it is a work in progress .
-The following things are not implemented :
+and Q Public License and it is a work in progress. The following
+things are not implemented:
   
 - Delete object button
 - Properties button
@@ -31,6 +29,17 @@ The following things are not implemented :
 - the program does not index links
 
 %description -l pl
+Biblos ma byæ ³atwym w u¿yciu narzêdziem do indeksowania plików,
+mog±cym zarz±dzaæ kolekcj± plików mp3, p³yt CD lub nawet lokalnymi
+katalogami. Jest rozpowszechniany na Powszechnej Licencji Publicznej
+GNU (GPL) oraz Licencji Publicznej Q (QPL, Q Public License) i jest
+w trakcie tworzenia. Nastêpuj±ce rzeczy jeszcze nie zosta³y
+zaimplementowane:
+
+- przycisk usuwania obiektu
+- przycisk w³a¶ciwo¶ci
+- przycisk podrêcznika
+- program nie indeksuje dowi±zañ
 
 %prep
 rm -rf ../BUILD/%{name}-%{version}
@@ -46,13 +55,13 @@ qmake
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_applnkdir}/Utilities/}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_applnkdir}/Utilities}
 
 cd %{name}-%{version}
 
 install %{name} $RPM_BUILD_ROOT%{_bindir}
 install images/logo.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}-logo.png
-install %{SOURCE1} $RPM_BUILD_ROOT/%{_applnkdir}/Utilities/
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.109921 seconds and 4 git commands to generate.