]> git.pld-linux.org Git - packages/zathura.git/blame - zathura.spec
- initial (taken from webpage)
[packages/zathura.git] / zathura.spec
CommitLineData
dfc03c50 1Summary: A vi-like pdf reader
ed957218 2Summary(pl.UTF-8): Czytnik pdf podobny do vi
dfc03c50 3Name: zathura
ed957218 4Version: 0.0.8.3
dfc03c50 5Release: 1
6License: BSD-like
7Group: Applications
ed957218 8Source0: https://pwmt.org/download/%{name}-%{version}.tar.gz
9# Source0-md5: 95b1d02593e7055f08da3825ad54954d
dfc03c50 10URL: http://pwmt.org/projects/zathura
11BuildRequires: cairo-devel
dfc03c50 12BuildRequires: gtk+2-devel
279a1385 13BuildRequires: pkgconfig
dfc03c50 14BuildRequires: poppler-glib-devel
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18zathura is a highly customizable and functional PDF viewer based on
19the poppler rendering library and the gtk+ toolkit. The idea behind
20zathura is an application that provides a minimalistic and space
21saving interface as well as an easy usage that mainly focuses on
22keyboard interaction.
23
ed957218 24%description -l pl.UTF-8
25zathura jest wysoko konfigurowalnym i funkcjonalnym wyświetlaczem PDF
26opartym na bibliotece renderującej poppler i zestawie narzędziowym
27gtk+. zathura jest aplikacją, która udostępnia minimalistyczny i nie
28zajmujący dużo miejsca interfejs, który jednocześnie jest prosty w
29użyciu. Interfejs skupia się głównie na interakcji klawiaturowej.
30
dfc03c50 31%prep
32%setup -q
33
34%build
35CFLAGS="%{rpmcflags}" \
36LDFLAGS="%{rpmldflags}" \
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
034746f6 41
dfc03c50 42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc LICENSE README
51%attr(755,root,root) %{_bindir}/zathura
52%{_mandir}/man1/zathura.1*
This page took 0.039947 seconds and 4 git commands to generate.