Mailinglist Archive: opensuse-commit (861 mails)

< Previous Next >
commit gigolo for openSUSE:Factory

Hello community,

here is the log from the commit of package gigolo for openSUSE:Factory
checked in at Mon Jan 10 15:58:21 CET 2011.



--------
--- gigolo/gigolo.changes 2010-12-05 23:31:15.000000000 +0100
+++ gigolo/gigolo.changes 2010-12-23 17:20:57.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Dec 23 16:02:59 UTC 2010 - gber@xxxxxxxxxxxx
+
+- fix waf usage
+ * use $RPM_OPT_FLAGS
+ * show compiler output
+- split off lang subpackage
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ gigolo.spec ++++++
--- /var/tmp/diff_new_pack.bLWw4A/_old 2011-01-10 15:57:48.000000000 +0100
+++ /var/tmp/diff_new_pack.bLWw4A/_new 2011-01-10 15:57:48.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gigolo (Version 0.4.1)
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,7 +19,7 @@

Name: gigolo
Version: 0.4.1
-Release: 2
+Release: 3
License: GPLv2+
Summary: Frontend to easily manage connections to remote filesystems
Url: http://www.uvena.de/gigolo/
@@ -34,24 +34,34 @@
BuildRequires: python
BuildRequires: update-desktop-files
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Requires: %{name}-lang = %{version}

%description
-Gigolo is a frontend to easily manage connections to remote
-filesystems using GIO/GVFS. It allows you to quickly
-connect/mount a remote filesystem and manage bookmarks
-of such.
+Gigolo is a frontend to easily manage connections to remote filesystems using
+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"
sh autogen.sh
-python waf --prefix=%{_prefix} configure
-python waf %{?_smp_mflags} build
+./waf configure \
+ --nocache \
+ --prefix=%{_prefix} \
+ --sysconfdir=%{_sysconfdir} \
+ --localstatedir=%{_localstatedir} \
+ --libdir=%{_libdir} \
+ --mandir=%{_mandir}
+./waf build -v --nocache %{?_smp_mflags}

%install
-python waf --destdir=%{buildroot} install
+./waf install --nocache --destdir=%{buildroot}
install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
rm -rf %{buildroot}%{_datadir}/doc
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,ur_PK}
@@ -61,7 +71,7 @@
%clean
rm -rf %{buildroot}

-%files -f %{name}.lang
+%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%doc %{_mandir}/man1/*
@@ -69,4 +79,6 @@
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

+%files lang -f %{name}.lang
+
%changelog



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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread