From 8007a580acd6376da58647f232e1955d3ab0c07a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 20 Jan 2010 10:48:38 +0100 Subject: [PATCH] Update pkg names in RPM --- yazpp.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yazpp.spec.in b/yazpp.spec.in index f1f48be..10033a0 100644 --- a/yazpp.spec.in +++ b/yazpp.spec.in @@ -22,7 +22,7 @@ Requires: libyaz4 %description -n libyazpp4 Libraries for the YAZ++ package. -%package -n libyazpp3-devel +%package -n libyazpp4-devel Summary: Z39.50 Library - development package Group: Development/Libraries Requires: libyazpp4 = %{version} libyaz4-devel @@ -48,12 +48,12 @@ make prefix=${RPM_BUILD_ROOT}/%{_prefix} mandir=${RPM_BUILD_ROOT}/%{_mandir} \ %clean rm -fr ${RPM_BUILD_ROOT} -%files -n libyazpp3 +%files -n libyazpp4 %doc README LICENSE NEWS %defattr(-,root,root) %{_libdir}/*.so.* -%files -n libyazpp3-devel +%files -n libyazpp4-devel %defattr(-,root,root) %{_bindir}/yazpp-config %{_includedir}/yazpp -- 1.7.10.4