]> git.pld-linux.org Git - packages/biblos.git/blame - biblos.spec
- qt-devel epoch 3
[packages/biblos.git] / biblos.spec
CommitLineData
a95f65da 1Summary: Indexing tool to manage cds collection
ae6cd9b0 2Summary(pl.UTF-8): Program do katalogowania płyt CD
d9adae7d 3Name: biblos
4Version: 0.35
f281a36a 5Release: 1
a95f65da 6License: GPL or QPL
d9adae7d 7Group: X11/Applications
8Source0: http://biblos.f2g.net/%{name}-%{version}.tar.gz
277d7ea7 9# Source0-md5: eb430f123edd636ab1e75e7b56252034
4a93ac0c 10Source1: %{name}.desktop
d197c789 11Patch0: %{name}-qt_mt.patch
d9adae7d 12URL: http://biblos.f2g.net/
19bde15e 13BuildRequires: expat-devel
7af170e3 14BuildRequires: qmake
19bde15e 15BuildRequires: libstdc++-devel
ed22e136 16BuildRequires: qt-devel >= 3:3.0.5
19bde15e 17BuildRequires: zlib-devel
d9adae7d 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
f281a36a 21Biblos is intended to be an easy to use file indexing tool that
d7bcf47f 22can manage your MP3 collection, your cds collection and even
1e80f33e 23local directories. It is distributed under GNU General Public License
a95f65da
JB
24and Q Public License and it is a work in progress. The following
25things are not implemented:
f281a36a 26
d9adae7d 27- Delete object button
28- Properties button
29- Biblos Manual button
30- the program does not index links
31
289f36e1
JR
32%description -l pl.UTF-8
33Biblos ma być łatwym w użyciu narzędziem do indeksowania plików,
34mogącym zarządzać kolekcją plików MP3, płyt CD lub nawet lokalnymi
a95f65da
JB
35katalogami. Jest rozpowszechniany na Powszechnej Licencji Publicznej
36GNU (GPL) oraz Licencji Publicznej Q (QPL, Q Public License) i jest
289f36e1 37w trakcie tworzenia. Następujące rzeczy jeszcze nie zostały
a95f65da
JB
38zaimplementowane:
39
40- przycisk usuwania obiektu
289f36e1
JR
41- przycisk właściwości
42- przycisk podręcznika
43- program nie indeksuje dowiązań
d9adae7d 44
45%prep
884cec15 46%setup -qcT
7af170e3 47tar xzf %{SOURCE0} -C .
48chmod -R +x %{name}-%{version}
49%patch0 -p0
d9adae7d 50
51%build
7af170e3 52mv %{name}-%{version}/* .
884cec15 53qmake biblos.pro
d9adae7d 54%{__make} QTDIR="/usr" CFLAGS="%{rpmcflags}" CXXFLAGS="%{rpmcflags}"
55
56%install
57rm -rf $RPM_BUILD_ROOT
7af170e3 58install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_desktopdir}}
d9adae7d 59
169038fa 60install %{name} $RPM_BUILD_ROOT%{_bindir}
ac2d3c04 61install images/logo.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}-logo.png
7af170e3 62install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
d9adae7d 63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%files
68%defattr(644,root,root,755)
884cec15 69%doc doc/{AUTHORS,HISTORY,TODO,WARNING,WHATIS}
d9adae7d 70%attr(755,root,root) %{_bindir}/*
a9e3bdd5 71%{_pixmapsdir}/*
c56dd637 72%{_desktopdir}/*.desktop
This page took 0.543661 seconds and 4 git commands to generate.