]> git.pld-linux.org Git - packages/biblos.git/blob - biblos.spec
- jestem chyba k* ślepy już
[packages/biblos.git] / biblos.spec
1 #
2 # TODO:
3 # - remove openoffice-lib dependence,
4 # - maybe some fix at %prep, 
5 # - polish description,
6 # - more BRs ?,
7 Summary:        indexing tool to manage cds collection
8 Summary(pl):    program do katalogowania p³yt cd
9 Name:           biblos
10 Version:        0.35
11 Release:        0.1
12 License:        GPL
13 Group:          X11/Applications
14 Source0:        http://biblos.f2g.net/%{name}-%{version}.tar.gz
15 Source1:        %{name}.desktop
16 URL:            http://biblos.f2g.net/
17 BuildRequires:  qt-devel >= 3.0.5
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 Public License 
24 (for a copy go to http://www.gnu.org/) and Q Public License 
25 (see http://www.trolltech.com/) and it is a work in progress .
26 The following 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
35 %prep
36 rm -rf ../BUILD/%{name}-%{version}
37 tar -zxf %{SOURCE0} -C ../BUILD
38 chmod 700 ../BUILD/%{name}-%{version}
39 cd ../BUILD/%{name}-%{version}
40 chmod 700 images mc help
41
42 %build
43 cd %{name}-%{version}
44 qmake
45 %{__make} QTDIR="/usr" CFLAGS="%{rpmcflags}" CXXFLAGS="%{rpmcflags}"
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_applnkdir}/Utilities/}
50
51 cd %{name}-%{version}
52
53 install %{name} $RPM_BUILD_ROOT%{_bindir}
54 install images/logo.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}-logo.png
55 install %{SOURCE1} $RPM_BUILD_ROOT/%{_applnkdir}/Utilities/
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc %{name}-%{version}/doc
63 %attr(755,root,root) %{_bindir}/*
64 %{_pixmapsdir}/*
65 %{_applnkdir}/Utilities/*
This page took 0.067884 seconds and 4 git commands to generate.