]> git.pld-linux.org Git - packages/buoh.git/blob - buoh.spec
- updated gettext BR
[packages/buoh.git] / buoh.spec
1 Summary:        The online comic reader application for GNOME
2 Summary(pl.UTF-8):      Czytników komiksów online dla GNOME
3 Name:           buoh
4 Version:        0.8.2
5 Release:        2
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://buoh.steve-o.org/downloads/%{name}-%{version}.tar.bz2
9 # Source0-md5:  50474a8712ad20ab36d8f8058a4647fb
10 Patch0:         %{name}-desktop.patch
11 Patch1:         %{name}-libsoup24.patch
12 URL:            http://buoh.steve-o.org/
13 BuildRequires:  GConf2-devel >= 2.2.0
14 BuildRequires:  autoconf >= 2.57
15 BuildRequires:  automake >= 1:1.9
16 BuildRequires:  gettext-tools
17 BuildRequires:  gnome-common
18 BuildRequires:  gtk+2-devel >= 2:2.8.0
19 BuildRequires:  intltool >= 0.36.2
20 BuildRequires:  libgnomeui-devel >= 2.6.0
21 BuildRequires:  libsoup-devel >= 2.4.0
22 BuildRequires:  libtool
23 BuildRequires:  pkgconfig
24 BuildRequires:  rpmbuild(macros) >= 1.311
25 Requires(post,postun):  gtk-update-icon-cache
26 Requires(post,postun):  hicolor-icon-theme
27 Requires(post,preun):   GConf2
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 Buoh is a reader for online strips comics. It is free software,
32 designed to work well under the GNOME Desktop.
33 Buoh has a number of features, including:
34 - select your favorites comic through a list of more than 130 comics,
35 - easy, simple an eye-candy view of an online comic,
36 - browsing over the comic strip archives,
37 - saving a comic to disk,
38 - integration with GNOME (respecting the lockdowns and HIG
39   compliance).
40
41 %description -l pl.UTF-8
42 Buoh jest aplikacją umożliwiającą czytanie periodycznie umieszczanych
43 w sieci pasków z komiksami.
44 Buoh posiada wiele możliwości, między innymi:
45 - wybór preferowanych komiksów spośród ponad 130 dostępnych,
46 - łatwe i proste przeglądanie komiksu,
47 - przeglądanie archiwum komiksu,
48 - zapis komiksu na dysk,
49 - integrację ze środowiskiem GNOME.
50
51 %prep
52 %setup -q
53 %patch0 -p1
54 %patch1 -p1
55
56 %build
57 %{__intltoolize}
58 %{__libtoolize}
59 %{__aclocal}
60 %{__automake}
61 %{__autoheader}
62 %{__autoconf}
63 %configure
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67
68 %{__make} install \
69         DESTDIR=$RPM_BUILD_ROOT
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %post
75 %gconf_schema_install buoh.schemas
76 %update_icon_cache hicolor
77
78 %preun
79 %gconf_schema_uninstall buoh.schemas
80
81 %postun
82 %update_icon_cache hicolor
83
84 %files
85 %defattr(644,root,root,755)
86 %doc AUTHORS ChangeLog NEWS README TODO
87 %attr(755,root,root) %{_bindir}/buoh
88 %{_datadir}/buoh
89 %{_desktopdir}/buoh.desktop
90 %{_iconsdir}/hicolor/*/*/*.png
91 %{_sysconfdir}/gconf/schemas/buoh.schemas
This page took 0.079547 seconds and 3 git commands to generate.