]> git.pld-linux.org Git - packages/biblos.git/blob - biblos.spec
- initial version, doesn't build yet
[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:        0.1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://biblos.f2g.net/%{name}-%{version}.tar.gz
9 URL:            http://biblos.f2g.net/
10 BuildRequires:  qt-devel >= 3.0.5
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Biblos is intended to be an easy to use file indexing tool that 
15 can manage your mp3 collection , your cds collection and even
16 local directories. It is distributed under GNU Public License 
17 (for a copy go to http://www.gnu.org/) and Q Public License 
18 (see http://www.trolltech.com/) and it is a work in progress .
19 The following things are not implemented :
20   
21 - Delete object button
22 - Properties button
23 - Biblos Manual button
24 - the program does not index links
25
26 %description -l pl
27
28 %prep
29 tar -zxf %{SOURCE0} -C ../BUILD
30 chmod 700 ../BUILD/%{name}-%{version}
31 cd ../BUILD/%{name}-%{version}
32 chmod 700 images mc help
33
34 %build
35 cd %{name}-%{version}
36 qmake
37 %{__make} QTDIR="/usr" CFLAGS="%{rpmcflags}" CXXFLAGS="%{rpmcflags}"
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT
42
43 %{__make} install DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc ChangeLog README
51 %attr(755,root,root) %{_bindir}/*
52 %{_datadir}/%{name}
This page took 0.033995 seconds and 3 git commands to generate.