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