]> git.pld-linux.org Git - packages/buoh.git/blame - buoh.spec
- tabs in preamble
[packages/buoh.git] / buoh.spec
CommitLineData
af6dfa02 1Summary: The online comic reader application for GNOME
80ae45a5 2Summary(pl.UTF-8): Czytników komiksów online dla GNOME
af6dfa02 3Name: buoh
c314e03c 4Version: 0.8.1
cd7f7b21 5Release: 2
c314e03c 6License: GPL v2+
5089619d 7Group: X11/Applications
af6dfa02 8Source0: http://buoh.steve-o.org/downloads/%{name}-%{version}.tar.gz
c314e03c 9# Source0-md5: 5d05a51d7c6616d93e93df3465b49fe7
5089619d 10Patch0: %{name}-desktop.patch
af6dfa02 11URL: http://buoh.steve-o.org/
5089619d 12BuildRequires: GConf2-devel >= 2.2.0
13BuildRequires: autoconf >= 2.52
4cad9b45 14BuildRequires: automake
5089619d 15BuildRequires: gettext-devel
16BuildRequires: gtk+2-devel >= 2:2.7.0
17BuildRequires: intltool >= 0.11
f494c8db 18BuildRequires: libgnomeui-devel >= 2.6
af6dfa02 19BuildRequires: libsoup-devel >= 2.2
4cad9b45 20BuildRequires: libtool
5089619d 21BuildRequires: pkgconfig
af6dfa02
MG
22Requires(post,preun): GConf2
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Buoh is a reader for online strips comics. It is free software,
27designed to work well under the GNOME Desktop.
af6dfa02 28Buoh has a number of features, including:
af6dfa02
MG
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,
4fb5e35d 32- saving a comic to disk,
af6dfa02
MG
33- integration with GNOME (respecting the lockdowns and HIG
34 compliance).
35
cc5f20b6
JR
36%description -l pl.UTF-8
37Buoh jest aplikacją umożliwiającą czytanie periodycznie umieszczanych
38w sieci pasków z komiksami.
39Buoh 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,
af6dfa02 43- zapis komiksu na dysk,
cc5f20b6 44- integrację ze środowiskiem GNOME.
af6dfa02
MG
45
46%prep
47%setup -q
5089619d 48%patch0 -p1
af6dfa02
MG
49
50%build
51%{__libtoolize}
52%{__aclocal}
53%{__autoheader}
54%{__automake}
55%{__autoconf}
56%configure
57
58%install
59rm -rf $RPM_BUILD_ROOT
60
5089619d 61install -d $RPM_BUILD_ROOT%{_pixmapsdir}
62
af6dfa02
MG
63%{__make} install \
64 DESTDIR=$RPM_BUILD_ROOT
65
5089619d 66cp $RPM_BUILD_ROOT%{_datadir}/%{name}/pixmaps/buoh64x64.png $RPM_BUILD_ROOT%{_pixmapsdir}/buoh.png
af6dfa02
MG
67
68%clean
69rm -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.07195 seconds and 4 git commands to generate.