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