rpms/gnome-phone-manager/FC-5 .cvsignore, 1.2, 1.3 gnome-phone-manager.spec, 1.1, 1.2 sources, 1.2, 1.3

Linus Walleij (snirkel) fedora-extras-commits at redhat.com
Sun Oct 8 21:41:29 UTC 2006


Author: snirkel

Update of /cvs/extras/rpms/gnome-phone-manager/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30348

Modified Files:
	.cvsignore gnome-phone-manager.spec sources 
Log Message:
Bump to new upstream version.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnome-phone-manager/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	11 Aug 2006 22:20:03 -0000	1.2
+++ .cvsignore	8 Oct 2006 21:41:29 -0000	1.3
@@ -1 +1 @@
-gnome-phone-manager-0.7.tar.bz2
+gnome-phone-manager-0.8.tar.bz2


Index: gnome-phone-manager.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-phone-manager/FC-5/gnome-phone-manager.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-phone-manager.spec	11 Aug 2006 22:20:03 -0000	1.1
+++ gnome-phone-manager.spec	8 Oct 2006 21:41:29 -0000	1.2
@@ -1,7 +1,7 @@
 Name:		gnome-phone-manager
 Summary:	Gnome Phone Manager
-Version: 	0.7
-Release: 	4%{?dist}
+Version: 	0.8
+Release: 	1%{?dist}
 License: 	GPL
 Group: 		Applications/System
 Source:		http://ftp.gnome.org/pub/GNOME/sources/gnome-phone-manager/%{version}/%{name}-%{version}.tar.bz2
@@ -25,6 +25,9 @@
 BuildRequires:	desktop-file-utils
 # Included with source
 # BuildRequires:	gsmlib-devel
+# In 0.8 some ancient autotoolset was used in packaging :(
+BuildRequires:	autoconf
+BuildRequires:	automake
 
 
 %description
@@ -39,6 +42,12 @@
 %setup -q
 
 %build
+%{__rm} -f aclocal.m4
+aclocal
+automake --add-missing
+%{__rm} -f configure
+%{__rm} -rf autom4te*.cache/
+autoconf
 %configure
 make %{?_smp_mflags}
 
@@ -46,8 +55,10 @@
 %{__rm} -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 %find_lang %{name}
-cp $RPM_BUILD_ROOT%{_datadir}/pixmaps/cellphone.png \
-  $RPM_BUILD_ROOT%{_datadir}/gnome-phone-manager/
+# This is fixing some bug..
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
+mv $RPM_BUILD_ROOT%{_datadir}/cellphone.png \
+   $RPM_BUILD_ROOT%{_datadir}/pixmaps/
 desktop-file-install \
   --delete-original \
   --vendor fedora \
@@ -68,6 +79,14 @@
 %{_datadir}/pixmaps/cellphone.png
 
 %changelog
+* Sun Oct 8 2006 Linus Walleij <triad at df.lth.se> 0.8-1
+- New upstream version including patch.
+- The icon is an an even weirder place now!
+- Have to run som autotools on this one to get it working.
+
+* Tue Sep 5 2006 Linus Walleij <triad at df.lth.se> 0.7-5
+- Patch to compile with new version of E-D-S.
+
 * Thu Aug 10 2006 Linus Walleij <triad at df.lth.se> 0.7-4
 - Missing BR
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnome-phone-manager/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Aug 2006 22:20:03 -0000	1.2
+++ sources	8 Oct 2006 21:41:29 -0000	1.3
@@ -1 +1 @@
-951471bf5d6fe93fe550c60b6bdf58f9  gnome-phone-manager-0.7.tar.bz2
+1a645a23d8851e554b3809b71e2162f0  gnome-phone-manager-0.8.tar.bz2




More information about the scm-commits mailing list