]> git.pld-linux.org Git - packages/buoh.git/commitdiff
- added desktop patch auto/ac/buoh-0_8-1
authorpaladine <paladine@pld-linux.org>
Wed, 16 Nov 2005 21:29:07 +0000 (21:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed BRs
- copy not move buoh64x64.png (needed in about window)
- cosmetics
- works ok, rel. 1

Changed files:
    buoh.spec -> 1.6

buoh.spec

index c252d062425b0dd3b4edd1427e6865e05b0ee82f..8ac069279e11ba04c99d1da0449f714c08c1dc6b 100644 (file)
--- a/buoh.spec
+++ b/buoh.spec
@@ -1,32 +1,31 @@
-# 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,
@@ -37,9 +36,7 @@ Buoh has a number of features, including:
 %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,
@@ -48,6 +45,7 @@ Buoh posiada wiele mo
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -60,11 +58,12 @@ Buoh posiada wiele mo
 %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
This page took 0.128026 seconds and 4 git commands to generate.