Author: paladine Date: Wed Nov 16 21:29:13 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added desktop patch - fixed BRs - copy not move buoh64x64.png (needed in about window) - cosmetics - works ok, rel. 1
---- Files affected: SPECS: buoh.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/buoh.spec diff -u SPECS/buoh.spec:1.5 SPECS/buoh.spec:1.6 --- SPECS/buoh.spec:1.5 Wed Nov 16 20:18:53 2005 +++ SPECS/buoh.spec Wed Nov 16 22:29:07 2005 @@ -1,33 +1,32 @@ # $Revision$, $Date$ -# 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.2 -License: GPLv2 -Group: X11/Applications/Networking +Release: 1 +License: GPL v2 +Group: X11/Applications Source0: http://buoh.steve-o.org/downloads/%{name}-%{version}.tar.gz # Source0-md5: 7c6042851e7db8ecaa2ca9cfe44f5c9c +Patch0: %{name}-desktop.patch URL: http://buoh.steve-o.org/ -BuildRequires: autoconf +BuildRequires: GConf2-devel >= 2.2.0 +BuildRequires: autoconf >= 2.52 BuildRequires: automake -BuildRequires: GConf2-devel >= 2.2 -BuildRequires: gtk+2-devel >= 2.7 +BuildRequires: gettext-devel +BuildRequires: gtk+2-devel >= 2:2.7.0 +BuildRequires: intltool >= 0.11 BuildRequires: libgnomeui-devel >= 2.6 BuildRequires: libsoup-devel >= 2.2 BuildRequires: libtool +BuildRequires: pkgconfig 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, @@ -38,9 +37,7 @@ %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, @@ -49,6 +46,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -61,11 +59,12 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_pixmapsdir} + %{__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}/ +cp $RPM_BUILD_ROOT%{_datadir}/%{name}/pixmaps/buoh64x64.png $RPM_BUILD_ROOT%{_pixmapsdir}/buoh.png %clean rm -rf $RPM_BUILD_ROOT @@ -91,6 +90,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2005/11/16 21:29:07 paladine +- added desktop patch +- fixed BRs +- copy not move buoh64x64.png (needed in about window) +- cosmetics +- works ok, rel. 1 + Revision 1.5 2005/11/16 19:18:53 zboczuch - sort BR ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/buoh.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
