[libyui-bindings/f18: 3/3] libyui-3.0.9 rebuilt on all branches

Björn Esser besser82 at fedoraproject.org
Sat Jul 27 11:42:42 UTC 2013


commit 470e9767a59336a155b8eb7f5029f95c3f71e37d
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Sat Jul 27 13:37:21 2013 +0200

    libyui-3.0.9 rebuilt on all branches

 libyui-bindings.spec |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/libyui-bindings.spec b/libyui-bindings.spec
index 6df0750..d86af07 100644
--- a/libyui-bindings.spec
+++ b/libyui-bindings.spec
@@ -4,13 +4,12 @@
 
 Name:		%{libname}-bindings
 Version:	1.0.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Language bindings for %{libname}
-Group:		System Environment/Libraries
 
 License:	LGPLv2 or LGPLv3
 URL:		https://github.com/%{libname}/%{name}
-Source0:	https://github.com/%{libname}/%{name}/archive/%{name}/master/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:	%{url}/archive/%{name}/master/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 
 BuildRequires:	cmake
 BuildRequires:	%{libname}-devel
@@ -25,9 +24,9 @@ functions of %{libname}.
 An User Interface engine that provides abstraction from graphical user
 interfaces (Qt, Gtk) and text based user interfaces (ncurses).
 
+
 %package -n ruby-%{libsuffix}
 Summary:	Ruby bindings for %{libname}
-Group:		Development/Languages
 
 %description -n ruby-%{libsuffix}
 This package provides Ruby language bindings to access functions of
@@ -35,9 +34,9 @@ This package provides Ruby language bindings to access functions of
 from graphical user interfaces (Qt, Gtk) and text based user
 interfaces (ncurses).
 
+
 %package -n python-%{libsuffix}
 Summary:	Python bindings for %{libname}
-Group:		Development/Languages
 
 %description -n python-%{libsuffix}
 This package provides Python language bindings to access functions of
@@ -45,9 +44,9 @@ This package provides Python language bindings to access functions of
 from graphical user interfaces (Qt, Gtk) and text based user
 interfaces (ncurses).
 
+
 %package -n perl-%{libsuffix}
 Summary:	Perl bindings for %{libname}
-Group:		Development/Languages
 
 %description -n perl-%{libsuffix}
 This package provides Perl language bindings to access functions of
@@ -64,13 +63,11 @@ ln -f package/%{libname}-bindings.changes ChangeLog
 %build
 mkdir -p build
 cd build
-
 %cmake .. \
 	-DLIB=%{_libdir} \
 	-DPYTHON_SITEDIR=%{python_sitearch} \
 	-DCMAKE_BUILD_TYPE=RELEASE \
 	-DBUILD_RUBY_GEM=no \
-
 make %{?_smp_mflags}
 
 
@@ -85,11 +82,13 @@ cd build
 %{perl_vendorarch}/%{libsuffix}.so
 %{perl_vendorlib}/%{libsuffix}.pm
 
+
 %files -n python-%{libsuffix}
 %doc swig/python/examples/*.py
 %doc COPYING* ChangeLog
 %{python_sitearch}/*%{libsuffix}.*
 
+
 %files -n ruby-%{libsuffix}
 %doc swig/ruby/examples/*.rb
 %doc COPYING* ChangeLog
@@ -97,8 +96,12 @@ cd build
 
 
 %changelog
+* Sat Jul 27 2013 Björn Esser <bjoern.esser at gmail.com> - 1.0.2-3
+- libyui-3.0.9 rebuilt on all branches
+- removed Group-tag
+
 * Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 1.0.2-2
-- Perl 5.18 rebuild
+- Perl 5.18 rebuild on F20 / rawhide
 
 * Thu Jun 20 2013 Björn Esser <bjoern.esser at gmail.com> - 1.0.2-1
 - new upstream-version


More information about the scm-commits mailing list