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