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