SPECS: gnome-phone-manager.spec (NEW) - init PLD - NFY - patche...

czarny czarny at pld-linux.org
Thu Aug 10 20:45:17 CEST 2006


Author: czarny                       Date: Thu Aug 10 18:45:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
 - init PLD
 - NFY
 - patches make it segfault with new evolution

---- Files affected:
SPECS:
   gnome-phone-manager.spec (1.4 -> 1.5)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gnome-phone-manager.spec
diff -u /dev/null SPECS/gnome-phone-manager.spec:1.5
--- /dev/null	Thu Aug 10 20:45:17 2006
+++ SPECS/gnome-phone-manager.spec	Thu Aug 10 20:45:12 2006
@@ -0,0 +1,98 @@
+#
+# TODO:
+# - check BR/R's (evolution and gnome-bluetooth needed)
+# - general cleanup and ready to go!
+#
+Summary:	Gnokii intergration for GNOME
+Summary(pl):	Integracja gnokii dla GNOME
+Name:		gnome-phone-manager
+Version:	0.7
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://ftp.gnome.org/pub/gnome/sources/gnome-phone-manager/0.7/%{name}-%{version}.tar.gz
+# Source0-md5:	42cfd71a1767df4b0d3b5b754fe0254a
+Patch0:		%{name}-link.patch
+Patch1:		%{name}-new-evolution.patch
+URL:		http://usefulinc.com/software/phonemgr/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gob2 >= 2.0.8
+BuildRequires:	libbtctl-devel >= 0.6
+BuildRequires:	libgnomeui-devel >= 2.15.1
+BuildRequires:	librsvg-devel >= 1:2.15.0
+BuildRequires:	libtool
+BuildRequires:	libusb-devel
+BuildRequires:	openobex-devel >= 1.2
+BuildRequires:	python-btctl >= 0.6.0
+BuildRequires:	sed >= 4.0
+Requires:	bluez-utils
+Requires:	python-btctl >= 0.6.0
+Requires:	python-gnome-ui >= 2.15.2
+Requires:	python-pygtk-glade >= 2.9.2
+%pyrequires_eq	python-libs
+Obsoletes:	python-gnome-bluetooth
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Phone Manager is a program created to allow you to control aspects of your mobile phone from your GNOME 2 desktop. The software is in its early stages right now. Current features include:
+
+    * Runs in the background; indicates status on the panel notification area.
+    * Display on-screen alert when text message (SMS) arrives
+    * Text message (SMS) sending facility
+    * Evolution Addressbook integration
+
+Phone Manager supports any mobile phone that can connect to your computer as a serial port: via Bluetooth, IrDA or a serial cable.
+
+%description -l pl
+Phone Manager jest programem stworzonym, by pozwolić na kontrolowanie aspektów twojego telefonu komórkowego ze środowiska GNOME 2. Oprogramowanie jest chwilowo we wczesnych stadiach rozwoju. Obecnie obługiwane funkcje:
+
+    * Działa w tle; wyświetla status w obszarze powiadomień
+    * Wyświetla informację na ekranie gdy nadchodzi wiadomość tekstowa (SMS)
+    * Wysyłanie wiadomości (SMS-ów)
+    * Integracja z książką adresową Evolutiona
+
+Phone Manager wspiera dowolną komórkę, która może połączyć się do komputera poprzez port szeregowy: przez Bluetooth, IrD-ę lub kabel.
+
+%prep
+%setup -q
+%patch0 -p0
+%patch1 -p0
+
+%build
+%{__glib_gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure 
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --with-gnome
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_bindir}/%{name}
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*
+%{_desktopdir}/*
+%{_pixmapsdir}/*.png
+
+%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
+
================================================================


More information about the pld-cvs-commit mailing list