SPECS: gnome-applet-phone-manager.spec - cleanup: fixed summaries ...

freetz freetz at pld-linux.org
Mon Jun 13 22:42:15 CEST 2005


Author: freetz                       Date: Mon Jun 13 20:42:15 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cleanup: fixed summaries (it's GMOME thingy), desktop patch added,
  updated BRs (suggested by Marcin Albecki), gconf isn't required at all,
  install icon with generic name (follows desktop patch changes), use more
  macros, rel.3

---- Files affected:
SPECS:
   gnome-applet-phone-manager.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/gnome-applet-phone-manager.spec
diff -u SPECS/gnome-applet-phone-manager.spec:1.7 SPECS/gnome-applet-phone-manager.spec:1.8
--- SPECS/gnome-applet-phone-manager.spec:1.7	Fri Sep 10 15:14:01 2004
+++ SPECS/gnome-applet-phone-manager.spec	Mon Jun 13 22:42:08 2005
@@ -1,24 +1,27 @@
 # $Revision$, $Date$
-%define applet phone-manager
-Summary:	Phone Manager
-Summary(pl):	Zarządca telefonu
+%define		applet phone-manager
+Summary:	GNOME Phone Manager applet
+Summary(pl):	Zarządca telefonu - aplet GNOME
 Name:		gnome-applet-%{applet}
 Version:	0.4
-Release:	2
+Release:	3
 License:	GPL
 Group:		X11/Applications
 Source0:	http://downloads.usefulinc.com/gnome-phone-manager/gnome-%{applet}-0.4.tar.gz
 # Source0-md5:	48856faffb8fc3d50c910c163b8e89d1
 Patch0:		%{name}-sigc++.patch
+Patch1:		%{name}-desktop.patch
 URL:		http://usefulinc.com/software/phonemgr/
 BuildRequires:	autoconf
 BuildRequires:	automake
-BuildRequires:	gob2 >= 2.0.6
-BuildRequires:	gsmlib-devel >= 1.10-2
 BuildRequires:	gnome-bluetooth-devel >= 0.5.1
+BuildRequires:	gsmlib-devel >= 1.10-2
+BuildRequires:	gtk+2-devel
+BuildRequires:	libbtctl-devel >= 0.4.1
+BuildRequires:	libgnomeui-devel
 BuildRequires:	libsigc++-devel >= 2.0.5
+BuildRequires:	openobex-devel >= 1.0.0
 Requires:	bluez-utils
-Requires(post):	GConf2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -38,10 +41,10 @@
 %prep
 %setup -q -n gnome-%{applet}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
-rm -f missing
-glib-gettextize --copy --force
+%{__glib_gettextize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
@@ -51,25 +54,25 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %{__make} install \
-	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install ui/cellphone.png $RPM_BUILD_ROOT%{_pixmapsdir}/gnome-phone-manager.png
+
 %find_lang %{applet} --with-gnome --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-%gconf_schema_install
-
 %files -f %{applet}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/gnome-%{applet}/*
-%{_desktopdir}/*
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*.png
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -77,6 +80,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/06/13 20:42:08  freetz
+- cleanup: fixed summaries (it's GMOME thingy), desktop patch added,
+  updated BRs (suggested by Marcin Albecki), gconf isn't required at all,
+  install icon with generic name (follows desktop patch changes), use more
+  macros, rel.3
+
 Revision 1.7  2004/09/10 13:14:01  wrobell
 - fixed build requirements
 - build with libsigc++ version 2.0.x instead of 1.2.x
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gnome-applet-phone-manager.spec?r1=1.7&r2=1.8&f=u




More information about the pld-cvs-commit mailing list