]> git.pld-linux.org Git - packages/tellico.git/blob - tellico.spec
- absolutely no idea why this wasnt so long updated:
[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:  unsermake >= 040805-1
15 BuildRequires:  kdelibs-devel >= 3.1
16 BuildRequires:  libxslt-devel >= 1.0.19
17 BuildRequires:  libxml2-devel
18 BuildRequires:  qt-devel > 3.1
19 Requires:       kdebase-core >= 3.1
20 Requires:       libxslt >= 1.0.19
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Bookcase is a personal catalog application for your book, video and
25 audio collection.
26
27 %description -l pl
28 Bookcase to osobista aplikacja katalogowa przeznaczona do
29 ksiêgozbiorów, archiwów wideo i audio.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 cp -f /usr/share/automake/config.sub admin
37 export UNSERMAKE=/usr/share/unsermake/unsermake
38 %{__make} -f admin/Makefile.common cvs
39
40 %configure \
41         --enable-final \
42         --with-qt-libraries=%{_libdir}
43
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT *.lang
48 install -d $RPM_BUILD_ROOT%{_desktopdir}
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT \
51         kde_htmldir=%{_kdedocdir} \
52         kde_libs_htmldir=%{_kdedocdir}
53
54 %find_lang %{name}  --with-kde
55 mv -f $RPM_BUILD_ROOT{%{_datadir}/applnk/*/*.desktop,%{_desktopdir}}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f bookcase.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog README TODO
63 %attr(755,root,root) %{_bindir}/*
64 %{_datadir}/mimelnk/application/x-bookcase.desktop
65 %{_iconsdir}/*/*/*/bookcase.png
66 %{_datadir}/apps/%{name}
67 %{_desktopdir}/bookcase.desktop
This page took 0.138789 seconds and 4 git commands to generate.