]> git.pld-linux.org Git - packages/tellico.git/blob - tellico.spec
- BR libgcrypt-devel
[packages/tellico.git] / tellico.spec
1 Summary:        A collection manager
2 Summary(pl):    Zarz±dca zbiorów wideo, audio i ksi±¿ek
3 Name:           bookcase
4 Version:        0.9.3
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://www.periapsis.org/bookcase/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  ccb7035054fbbba18f47c24929881205
10 Patch0:         %{name}-gcc34.patch
11 URL:            http://www.periapsis.org/bookcase/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  kdelibs-devel >= 3.1
15 BuildRequires:  libgcrypt-devel
16 BuildRequires:  libxslt-devel >= 1.0.19
17 BuildRequires:  libxml2-devel
18 BuildRequires:  libxml2-progs
19 BuildRequires:  qt-devel > 3.1
20 BuildRequires:  pcre-devel
21 BuildRequires:  rpmbuild(macros) >= 1.129
22 BuildRequires:  unsermake >= 040805-1
23 Requires:       kdebase-core >= 3.1
24 Requires:       libxslt >= 1.0.19
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Bookcase is a personal catalog application for your book, video and
29 audio collection.
30
31 %description -l pl
32 Bookcase to osobista aplikacja katalogowa przeznaczona do
33 ksiêgozbiorów, archiwów wideo i audio.
34
35 %prep
36 %setup -q
37 %patch0 -p1
38
39 %build
40 cp -f /usr/share/automake/config.sub admin
41 export UNSERMAKE=/usr/share/unsermake/unsermake
42 %{__make} -f admin/Makefile.common cvs
43
44 %configure \
45         --enable-final \
46         --with-qt-libraries=%{_libdir}
47
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT *.lang
52 install -d $RPM_BUILD_ROOT%{_desktopdir}
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT \
56         kde_htmldir=%{_kdedocdir} \
57         kde_libs_htmldir=%{_kdedocdir}
58
59 %find_lang %{name}  --with-kde
60 mv -f $RPM_BUILD_ROOT{%{_datadir}/applnk/*/*.desktop,%{_desktopdir}}
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files -f bookcase.lang
66 %defattr(644,root,root,755)
67 %doc AUTHORS ChangeLog README TODO
68 %attr(755,root,root) %{_bindir}/*
69 %{_datadir}/mimelnk/application/x-bookcase.desktop
70 %{_iconsdir}/*/*/*/bookcase.png
71 %{_datadir}/apps/%{name}
72 %{_desktopdir}/bookcase.desktop
This page took 0.189595 seconds and 4 git commands to generate.