]> git.pld-linux.org Git - SPECS.git/blob - pyrite-publisher.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / pyrite-publisher.spec
1 Summary:        Content creation tools for Palm users
2 Summary(pl.UTF-8):      Program do konwersji tekstu z/do formatów Palm OS
3 Name:           pyrite-publisher
4 Version:        2.1.1
5 Release:        1
6 License:        BSD-like (see docs)
7 Vendor:         Rob Tillotson <rob@pyrite.org>
8 Group:          Development/Libraries
9 Source0:        http://www.pyrite.org/dist/%{name}-%{version}.tar.gz
10 # Source0-md5:  c468ededf9439228ffe9312e2475e50d
11 URL:            http://www.pyrite.org/
12 BuildRequires:  python-devel
13 BuildRequires:  python-modules
14 Requires:       python-modules
15 Requires:       python >= 2.2
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _noautocompressdoc *.pdb
19
20 %description
21 Pyrite Publisher is a content conversion tool for Palm Computing
22 Platform users. Or to put it more simply, Pyrite Publisher takes
23 information in a common format like HTML and converts it to something
24 you can use on your Palm organizer.
25
26 %description -l pl.UTF-8
27 Pyrite Publisher jest programem do konwersji tekstów dla użytkowników
28 komputerów z Palm OS. Albo, wyrażając się prościej, Pyrite Publisher
29 pozwala przekształcić informacje w zwykłym formacie takim jak HTML na
30 coś, co można czytać na organizerach z Palm OS.
31
32 %prep
33 %setup -q
34
35 %build
36 env CFLAGS="%{rpmcflags}" python setup.py build
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
42 install -D doc/pyrpub.1 $RPM_BUILD_ROOT%{_mandir}/man1/pyrpub.1
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc ChangeLog NEWS README.* doc/*.pdb doc/pyrite-publisher/*
50 %attr(755,root,root) %{_bindir}/pyrpub
51 %dir %{py_sitedir}/PyritePublisher
52 %attr(755,root,root) %{py_sitedir}/PyritePublisher/*.so
53 %{py_sitedir}/PyritePublisher/*.pyc
54 %{_mandir}/man1/*
This page took 0.242665 seconds and 3 git commands to generate.