]> git.pld-linux.org Git - packages/tellico.git/blobdiff - tellico.spec
- updated to 0.8.4 (mainly bugfixes)
[packages/tellico.git] / tellico.spec
index 6f79ee9fcde04b2df96e395affdb7ac0d64d1b2f..caefad047e943cd1d070ecc9e3e40275b8b957ed 100644 (file)
@@ -1,39 +1,43 @@
-Summary:       A book collection manager
-Summary(pl):   Zarz±dca ksiêgozbiorów
+Summary:       A collection manager
+Summary(pl):   Zarz±dca zbiorów wideo, audio i ksi±¿ek
 Name:          bookcase
-Version:       0.6.2
+Version:       0.8.4
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
-#Source0Download:      http://www.periapsis.org/bookcase/
 Source0:       http://www.periapsis.org/bookcase/download/%{name}-%{version}.tar.gz
-# Source0-md5: e0d1dc5b5cbc7b96d210d89642460582
+# Source0-md5: 301d1c7c046dd02300bbd98bd6b724b0
 URL:           http://www.periapsis.org/bookcase/
-BuildRequires: kdelibs-devel  >= 3.0
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: kdelibs-devel >= 3.1
 BuildRequires: libxslt-devel >= 1.0.19
-BuildRequires: qt-devel > 3.
-Requires:      kdebase >= 3.0
+BuildRequires: qt-devel > 3.1
+Requires:      kdebase-core >= 3.1
 Requires:      libxslt >= 1.0.19
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define         _htmldir        /usr/share/doc/kde/HTML
 
 %description
-Bookcase is a personal catalog application for your book collection.
+Bookcase is a personal catalog application for your book, video and
+audio collection.
 
 %description -l pl
 Bookcase to osobista aplikacja katalogowa przeznaczona do
-ksiêgozbiorów.
+ksiêgozbiorów, archiwów wideo i audio.
 
 %prep
-rm -rf $RPM_BUILD_ROOT
-
 %setup -q
 
 %build
-kde_appsdir="%{_applnkdir}"; export kde_appsdir
+kde_appsdir="%{_desktopdir}"; export kde_appsdir
 kde_htmldir="%{_htmldir}"; export kde_htmldir
 kde_icondir="%{_pixmapsdir}"; export kde_icondir
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure --enable-final
 %{__make}
 
@@ -44,7 +48,8 @@ install -d $RPM_BUILD_ROOT%{_applnkdir}/Scientific
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-mv $RPM_BUILD_ROOT%{_applnkdir}/Applications/bookcase.desktop $RPM_BUILD_ROOT%{_applnkdir}/Scientific
+mv $RPM_BUILD_ROOT%{_desktopdir}/{Applications/,}bookcase.desktop
+echo "Categories=Qt;KDE;Education;Science;" >> $RPM_BUILD_ROOT%{_desktopdir}/bookcase.desktop
 
 %find_lang %{name}  --with-kde
 
@@ -55,9 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/*
-#%{_datadir}/applnk/Applications/bookcase.desktop
 %{_datadir}/mimelnk/application/x-bookcase.desktop
 %{_pixmapsdir}/*/*/*/bookcase.png
 %{_datadir}/apps/%{name}
-
-%{_applnkdir}/Scientific/bookcase.desktop
+%{_desktopdir}/bookcase.desktop
This page took 0.091948 seconds and 4 git commands to generate.