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:
parent
c13dbbba5f
commit
d8b73b0c6a
@ -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
|
Sat Aug 6 23:44:20 UTC 2011 - lars@linux-schulserver.de
|
||||||
|
|
||||||
- initial version 1.0.5
|
- initial version 1.0.5
|
||||||
|
|
@ -15,7 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
Name: Judy
|
Name: judy
|
||||||
%define libname libJudy1
|
%define libname libJudy1
|
||||||
Version: 1.0.5
|
Version: 1.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -23,7 +23,7 @@ License: LGPL-2.1+
|
|||||||
Summary: A general purpose dynamic array implemented as a C callable library
|
Summary: A general purpose dynamic array implemented as a C callable library
|
||||||
Url: http://judy.sourceforge.net/
|
Url: http://judy.sourceforge.net/
|
||||||
Group: Development/Libraries/C and C++
|
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
|
# PATCH-FIX-OPENSUSE Judy-test-shared.patch -- use shared library for testing
|
||||||
Patch0: Judy-test-shared.patch
|
Patch0: Judy-test-shared.patch
|
||||||
|
|
||||||
@ -78,8 +78,8 @@ BuildArch: noarch
|
|||||||
This package contains documentation about Judy library and examples.
|
This package contains documentation about Judy library and examples.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n judy-%{version}
|
%setup -q
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -110,7 +110,7 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/%{name}.h
|
%{_includedir}/Judy.h
|
||||||
%{_libdir}/libJudy.so
|
%{_libdir}/libJudy.so
|
||||||
%{_mandir}/man3/J*
|
%{_mandir}/man3/J*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user