]> git.pld-linux.org Git - packages/calibre.git/blame - calibre.spec
- init, ugly, not finished
[packages/calibre.git] / calibre.spec
CommitLineData
0e501b81 1Summary: -
2Summary(pl.UTF-8): -
3Name: calibre
4Version: 0.6.53
5Release: 1
6License: GPL/LGPL/BSD and other
7Group: Applications
8Source0: http://status.calibre-ebook.com/dist/src/%{name}-%{version}.tar.gz
9# Source0-md5: 42255d2eb55d1a047d74d3dbb0d0f355
10Patch0: %{name}-prefix.patch
11URL: http://calibre-ebook.com/
12BuildRequires: ImageMagick-devel
13BuildRequires: chmlib-devel
14BuildRequires: podofo-devel
15BuildRequires: poppler-Qt-devel
16BuildRequires: python-PyQt4-devel
17BuildRequires: python-cssutils
18BuildRequires: python-lxml
19BuildRequires: python-mechanize
20BuildRequires: python-sip-devel
21BuildRequires: rpm-pythonprov
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25
26%description -l pl.UTF-8
27
28%prep
29%setup -q -n %{name}
30%patch0 -p1
31
32%build
33%{__python} setup.py build
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__python} setup.py install \
39 --root=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc COPYRIGHT README
47%attr(755,root,root) %{_bindir}/*
48%{_datadir}/%{name}
49%{_libdir}/%{name}
This page took 0.060852 seconds and 4 git commands to generate.