]> git.pld-linux.org Git - packages/biblos.git/blob - biblos.spec
- pl description
[packages/biblos.git] / biblos.spec
1 #
2 # TODO:
3 # - remove openoffice-lib dependence,
4 # - maybe some fix at %prep, 
5 # - more BRs ?,
6 Summary:        Indexing tool to manage cds collection
7 Summary(pl):    Program do katalogowania p³yt cd
8 Name:           biblos
9 Version:        0.35
10 Release:        0.1
11 License:        GPL or QPL
12 Group:          X11/Applications
13 Source0:        http://biblos.f2g.net/%{name}-%{version}.tar.gz
14 Source1:        %{name}.desktop
15 URL:            http://biblos.f2g.net/
16 BuildRequires:  qt-devel >= 3.0.5
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Biblos is intended to be an easy to use file indexing tool that 
21 can manage your mp3 collection, your cds collection and even
22 local directories. It is distributed under GNU Public License 
23 and Q Public License and it is a work in progress. The following
24 things are not implemented:
25   
26 - Delete object button
27 - Properties button
28 - Biblos Manual button
29 - the program does not index links
30
31 %description -l pl
32 Biblos ma byæ ³atwym w u¿yciu narzêdziem do indeksowania plików,
33 mog±cym zarz±dzaæ kolekcj± plików mp3, p³yt CD lub nawet lokalnymi
34 katalogami. Jest rozpowszechniany na Powszechnej Licencji Publicznej
35 GNU (GPL) oraz Licencji Publicznej Q (QPL, Q Public License) i jest
36 w trakcie tworzenia. Nastêpuj±ce rzeczy jeszcze nie zosta³y
37 zaimplementowane:
38
39 - przycisk usuwania obiektu
40 - przycisk w³a¶ciwo¶ci
41 - przycisk podrêcznika
42 - program nie indeksuje dowi±zañ
43
44 %prep
45 rm -rf ../BUILD/%{name}-%{version}
46 tar -zxf %{SOURCE0} -C ../BUILD
47 chmod 700 ../BUILD/%{name}-%{version}
48 cd ../BUILD/%{name}-%{version}
49 chmod 700 images mc help
50
51 %build
52 cd %{name}-%{version}
53 qmake
54 %{__make} QTDIR="/usr" CFLAGS="%{rpmcflags}" CXXFLAGS="%{rpmcflags}"
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_applnkdir}/Utilities}
59
60 cd %{name}-%{version}
61
62 install %{name} $RPM_BUILD_ROOT%{_bindir}
63 install images/logo.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}-logo.png
64 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %doc %{name}-%{version}/doc
72 %attr(755,root,root) %{_bindir}/*
73 %{_pixmapsdir}/*
74 %{_applnkdir}/Utilities/*
This page took 0.236833 seconds and 4 git commands to generate.