Accepting request 82653 from Publishing

- Implement baselibs.conf for package
- Remove redundant sections (forwarded request 82599 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/82653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=26
This commit is contained in:
Lars Vogdt 2011-09-19 16:11:33 +00:00 committed by Git OBS Bridge
commit 836b40526e
3 changed files with 11 additions and 3 deletions

4
baselibs.conf Normal file
View File

@ -0,0 +1,4 @@
libyaz4
libyaz-devel
requires -libyaz-<targettype>
requires "libyaz4-<targettype> = <version>"

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 16 16:34:04 UTC 2011 - jengelh@medozas.de
- Implement baselibs.conf for package
- Remove redundant sections
-------------------------------------------------------------------
Sat Sep 10 21:52:41 UTC 2011 - lars@linux-schulserver.de

View File

@ -25,6 +25,7 @@ Summary: Z39.50/SRW/SRU Programs
Url: http://www.indexdata.dk/yaz/
Group: Development/Libraries/C and C++
Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.bz2
Source2: baselibs.conf
Patch0: yaz-4.1.7-codecleanup.diff
Patch1: yaz-4.1.7-client.diff
BuildRequires: libicu-devel
@ -114,9 +115,6 @@ ln -sf introduction.html html/index.html
} >index.html
rm -f %{buildroot}%{_libdir}/*.la
%clean
rm -fr %{buildroot}
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig