Accepting request 151404 from devel:languages:misc

(forwarded request 151392 from Dmitry_R)

OBS-URL: https://build.opensuse.org/request/show/151404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=38
This commit is contained in:
Stephan Kulow
2013-02-07 09:22:30 +00:00
committed by Git OBS Bridge
3 changed files with 11 additions and 2 deletions

1
guile-rpmlintrc Normal file
View File

@@ -0,0 +1 @@
addFilter("libguilereadline.* devel-file-in-non-devel-package")

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 5 18:36:49 UTC 2013 - dmitry_r@opensuse.org
- move .so file to libguilereadline package [bnc#765436]
-------------------------------------------------------------------
Mon Dec 17 08:15:45 UTC 2012 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package guile
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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
@@ -40,6 +40,7 @@ License: GFDL-1.3 and GPL-3.0+ and LGPL-3.0+
Group: Development/Languages/Scheme
Url: http://www.gnu.org/software/guile/
Source0: %{name}-%{version}.tar.gz
Source1: guile-rpmlintrc
Patch1: %{name}-64bit.patch
Patch2: %{name}-1.6.10-mktemp.patch
Patch3: %{name}-threads-test.patch
@@ -177,6 +178,8 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
%files -n libguilereadline-%{greadsuff}
%defattr(-,root,root)
# please leave .so file here [bnc#765436]
%{_libdir}/libguilereadline-v-%{libgreadver}.so
%{_libdir}/libguilereadline-v-%{libgreadver}.so.%{libgreadver}*
%files devel
@@ -191,7 +194,7 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
%doc %{_infodir}/%{name}.info-[0-9].gz
%doc %{_infodir}/%{name}.info-1[0-9].gz
%doc %{_infodir}/r5rs.info.gz
%{_libdir}/libguile*.so
%{_libdir}/libguile-%{guilevers}.so
%{_libdir}/pkgconfig/guile-%{guilevers}.pc
%changelog