]> git.pld-linux.org Git - packages/biblos.git/blob - biblos.spec
3ee0309385251fc526ab4c0b5915a442de237938
[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 # Source0-md5:  eb430f123edd636ab1e75e7b56252034
10 Source1:        %{name}.desktop
11 Patch0:         %{name}-qt_mt.patch
12 URL:            http://biblos.f2g.net/
13 BuildRequires:  qt-devel >= 3.0.5
14 BuildRequires:  expat-devel
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  zlib-devel
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 %setup -qcT
46 tar xzf %{SOURCE0} -C ..
47 chmod +x . images mc help
48 %patch0 -p1
49
50 %build
51 qmake biblos.pro
52 %{__make} QTDIR="/usr" CFLAGS="%{rpmcflags}" CXXFLAGS="%{rpmcflags}"
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_applnkdir}/Utilities}
57
58 install %{name} $RPM_BUILD_ROOT%{_bindir}
59 install images/logo.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}-logo.png
60 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %doc doc/{AUTHORS,HISTORY,TODO,WARNING,WHATIS}
68 %attr(755,root,root) %{_bindir}/*
69 %{_pixmapsdir}/*
70 %{_applnkdir}/Utilities/*
This page took 0.036641 seconds and 2 git commands to generate.