SPECS: buoh.spec (NEW) - initial pld release

zboczuch zboczuch at pld-linux.org
Wed Nov 16 20:06:34 CET 2005


Author: zboczuch                     Date: Wed Nov 16 19:06:34 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial pld release

---- Files affected:
SPECS:
   buoh.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/buoh.spec
diff -u /dev/null SPECS/buoh.spec:1.1
--- /dev/null	Wed Nov 16 20:06:34 2005
+++ SPECS/buoh.spec	Wed Nov 16 20:06:29 2005
@@ -0,0 +1,93 @@
+# $Revision$
+# TODO:
+# - adaptarize desktop file
+# - choose better group
+Summary:	The online comic reader application for GNOME
+Summary(pl):	Czytników komiksów online dla GNOME
+Name:		buoh
+Version:	0.8
+Release:	0.1
+License:	GPLv2
+Group:		X11/Applications/Networking
+Source0:	http://buoh.steve-o.org/downloads/%{name}-%{version}.tar.gz
+# Source0-md5:	7c6042851e7db8ecaa2ca9cfe44f5c9c
+URL:		http://buoh.steve-o.org/
+BuildRequires:	gtk+2-devel >= 2.7
+BuildRequires:	libsoup-devel >= 2.2
+BuildRequires:	libgnomeui-devel >= 2.6
+BuildRequires:	GConf2-devel >= 2.2
+Requires(post,preun):	GConf2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Buoh is a reader for online strips comics. It is free software,
+designed to work well under the GNOME Desktop.
+
+Buoh has a number of features, including:
+
+- select your favorites comic through a list of more than 130 comics,
+- easy, simple an eye-candy view of an online comic,
+- browsing over the comic strip archives,
+- saving a comic to disk
+- integration with GNOME (respecting the lockdowns and HIG
+  compliance).
+
+%description -l pl
+Buoh jest aplikacją umożliwiającą czytanie periodycznie umieszczanych
+w sieci pasków z komiksami.
+
+Buoh posiada wiele możliwości, między innymi:
+
+- wybór preferowanych komiksów spośród ponad 130 dostępnych,
+- łatwe i proste przeglądanie komiksu,
+- przeglądanie archiwum komiksu,
+- zapis komiksu na dysk,
+- integrację ze środowiskiem GNOME.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/%{_pixmapsdir}/
+mv $RPM_BUILD_ROOT/%{_datadir}/%{name}/pixmaps/buoh64x64.png $RPM_BUILD_ROOT/%{_pixmapsdir}/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install buoh.schemas
+
+%preun
+%gconf_schema_uninstall buoh.schemas
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*.png
+%{_sysconfdir}/gconf/schemas/buoh.schemas
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/11/16 19:06:29  zboczuch
+- initial pld release
+
================================================================



More information about the pld-cvs-commit mailing list