]> git.pld-linux.org Git - packages/ebook-tools.git/blob - ebook-tools.spec
- desc added;
[packages/ebook-tools.git] / ebook-tools.spec
1 Summary:        tools for accessing and converting ebook file formats
2 Summary(pl.UTF-8):      tools for accessing and converting ebook file formats
3 Name:           ebook-tools
4 Version:        0.1.0
5 Release:        1
6 License:        GPL v3
7 Group:          X11/Libraries
8 Source0:        http://dl.sourceforge.net/ebook-tools/%{name}-%{version}.tar.gz
9 # Source0-md5:  020d8bc5b718a9e09242900a496cda8a
10 URL:            http://www.
11 BuildRequires:  rpmbuild(macros) >= 1.164
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 ebook-tools provides tools for accessing and converting various ebook file formats.
16
17 %description -l pl.UTF-8
18 ebook-tools provides tools for accessing and converting various ebook file formats.
19
20 %package devel
21 Summary:        ebook-tools - header files
22 Summary(pl.UTF-8):      ebook-tools - pliki nagłówkowe
23 Group:          X11/Development/Libraries
24 Requires:       %{name} = %{version}-%{release}
25
26 %description devel
27 This package contains header files for ebook-tools.
28
29 %description devel -l pl.UTF-8
30 Pakiet ten zawiera pliki nagłówkowe do ebook-tools.
31
32 %prep
33 %setup -q
34
35 %build
36 %cmake \
37         -DCMAKE_INSTALL_PREFIX=%{_prefix} \
38         .
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %attr(755,root,root) %{_bindir}/einfo
53 %attr(755,root,root) %{_bindir}/lit2epub
54 %attr(755,root,root) %{_libdir}/libepub.so.?
55 %attr(755,root,root) %{_libdir}/libepub.so.*.*.*
56
57 %files devel
58 %defattr(644,root,root,755)
59 %attr(755,root,root) %{_libdir}/libepub.so
60 %{_includedir}/epub.h
61 %{_includedir}/epub_shared.h
This page took 0.088628 seconds and 4 git commands to generate.