Hello community,

here is the log from the commit of package gigolo for openSUSE:Factory checked 
in at 2012-04-12 09:23:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gigolo (Old)
 and      /work/SRC/openSUSE:Factory/.gigolo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gigolo", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gigolo/gigolo.changes    2012-01-09 
15:16:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gigolo.new/gigolo.changes       2012-04-12 
09:23:53.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Mar 30 21:26:38 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- build using autotools rather than waf
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gigolo.spec ++++++
--- /var/tmp/diff_new_pack.ZQ8Pn6/_old  2012-04-12 09:23:54.000000000 +0200
+++ /var/tmp/diff_new_pack.ZQ8Pn6/_new  2012-04-12 09:23:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gigolo
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           gigolo
 Version:        0.4.1
 Release:        0
+Summary:        Frontend to Easily Manage Connections to Remote Filesystems
 License:        GPL-2.0+
-Summary:        Frontend to easily manage connections to remote filesystems
-Url:            http://www.uvena.de/gigolo/
 Group:          System/Filesystems
-Source:         http://files.uvena.de/gigolo/%{name}-%{version}.tar.bz2
+Url:            http://www.uvena.de/gigolo/
+Source:         
http://archive.xfce.org/src/apps/gigolo/0.4/%{name}-%{version}.tar.bz2
 Source1:        %{name}.png
 Patch0:         %{name}-desktop.patch
+BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gvfs-devel
 BuildRequires:  intltool
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  python
-BuildRequires:  update-desktop-files
+Recommends:     gvfs
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Recommends:     %{name}-lang = %{version}
 
@@ -40,49 +41,46 @@
 GIO/GVFS. It allows you to quickly connect/mount a remote filesystem and manage
 bookmarks of such.
 
-
 %lang_package
+
 %prep
 %setup -q
 %patch0
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags}"
 sh autogen.sh
-./waf configure \
-    --nocache \
-    --prefix=%{_prefix} \
-    --sysconfdir=%{_sysconfdir} \
-    --localstatedir=%{_localstatedir} \
-    --libdir=%{_libdir} \
-    --mandir=%{_mandir}
-./waf build -v --nocache %{?_smp_mflags}
+%configure
+make %{?_smp_mflags} V=1
 
 %install
-./waf install --nocache --destdir=%{buildroot}
+%make_install
+
 install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
+
+# remove documentation/license files included below
 rm -rf %{buildroot}%{_datadir}/doc
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,ur_PK}
+
 %suse_update_desktop_file -i %{name} System GTK Filesystem
+
 %find_lang %{name}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} >= 1140
-
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
-%endif
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
-%doc %{_mandir}/man1/*
+%doc %{_mandir}/man1/gigolo.1*
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to