]> git.pld-linux.org Git - packages/biblos.git/blob - biblos.spec
fdeaa5eabc76d39181e63e812f1efba6673d78c6
[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:  expat-devel
14 BuildRequires:  qmake
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  qt-devel >= 3.0.5
17 BuildRequires:  zlib-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Biblos is intended to be an easy to use file indexing tool that
22 can manage your MP3 collection, your cds collection and even
23 local directories. It is distributed under GNU General Public License
24 and Q Public License and it is a work in progress. The following
25 things are not implemented:
26
27 - Delete object button
28 - Properties button
29 - Biblos Manual button
30 - the program does not index links
31
32 %description -l pl
33 Biblos ma byæ ³atwym w u¿yciu narzêdziem do indeksowania plików,
34 mog±cym zarz±dzaæ kolekcj± plików MP3, p³yt CD lub nawet lokalnymi
35 katalogami. Jest rozpowszechniany na Powszechnej Licencji Publicznej
36 GNU (GPL) oraz Licencji Publicznej Q (QPL, Q Public License) i jest
37 w trakcie tworzenia. Nastêpuj±ce rzeczy jeszcze nie zosta³y
38 zaimplementowane:
39
40 - przycisk usuwania obiektu
41 - przycisk w³a¶ciwo¶ci
42 - przycisk podrêcznika
43 - program nie indeksuje dowi±zañ
44
45 %prep
46 %setup -qcT
47 tar xzf %{SOURCE0} -C . 
48 chmod -R +x %{name}-%{version}
49 %patch0 -p0
50
51 %build
52 mv %{name}-%{version}/* .
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},%{_desktopdir}}
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%{_desktopdir}
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 %{_desktopdir}/*
This page took 0.051998 seconds and 2 git commands to generate.