Accepting request 136443 from home:jengelh:branches:devel:libraries:c_c++

bspkg and specfile name ought to match.
(rename Judy.spec -> judy.spec)

OBS-URL: https://build.opensuse.org/request/show/136443
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/judy?expand=0&rev=3
This commit is contained in:
Jan Engelhardt 2012-09-29 21:30:10 +00:00 committed by Git OBS Bridge
parent c13dbbba5f
commit d8b73b0c6a
2 changed files with 5 additions and 6 deletions

View File

@ -16,4 +16,3 @@ Sat Sep 29 19:40:04 UTC 2012 - dmitry@roshchin.org
Sat Aug 6 23:44:20 UTC 2011 - lars@linux-schulserver.de
- initial version 1.0.5

View File

@ -15,7 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: Judy
Name: judy
%define libname libJudy1
Version: 1.0.5
Release: 0
@ -23,7 +23,7 @@ License: LGPL-2.1+
Summary: A general purpose dynamic array implemented as a C callable library
Url: http://judy.sourceforge.net/
Group: Development/Libraries/C and C++
Source0: %{name}-%{version}.tar.bz2
Source0: Judy-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE Judy-test-shared.patch -- use shared library for testing
Patch0: Judy-test-shared.patch
@ -78,8 +78,8 @@ BuildArch: noarch
This package contains documentation about Judy library and examples.
%prep
%setup -q -n judy-%{version}
%patch0 -p1
%setup -q
%patch -P 0 -p1
%build
%configure --disable-static
@ -110,7 +110,7 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%files devel
%defattr(-,root,root)
%{_includedir}/%{name}.h
%{_includedir}/Judy.h
%{_libdir}/libJudy.so
%{_mandir}/man3/J*