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