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