]> git.pld-linux.org Git - packages/biblos.git/blob - biblos.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/biblos.git] / biblos.spec
1 Summary:        Indexing tool to manage cds collection
2 Summary(pl.UTF-8):      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: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.UTF-8
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}/*.desktop
This page took 0.057299 seconds and 3 git commands to generate.