diff --git a/.cvsignore b/.cvsignore index cfeb9bf..664973e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -slang-2.2.0.tar.bz2 +slang-2.2.1.tar.bz2 diff --git a/slang.spec b/slang.spec index 4965eaf..078cabc 100644 --- a/slang.spec +++ b/slang.spec @@ -1,6 +1,6 @@ Summary: The shared library for the S-Lang extension language Name: slang -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -38,6 +38,7 @@ the S-Lang distribution. Summary: Development files for the S-Lang extension language Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: pkgconfig %description devel This package contains files which you'll need if you want to @@ -105,6 +106,7 @@ rm -rf ${RPM_BUILD_ROOT} %defattr(-,root,root) %doc doc/*/cslang*.txt doc/*/cref.txt %{_libdir}/libslang*.so +%{_libdir}/pkgconfig/slang.pc %{_includedir}/slang %files static @@ -112,6 +114,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libslang*.a %changelog +* Mon Sep 07 2009 Miroslav Lichvar - 2.2.1-1 +- update to 2.2.1 + * Mon Aug 03 2009 Miroslav Lichvar - 2.2.0-1 - update to 2.2.0 diff --git a/sources b/sources index 667aac6..afce696 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2593b390c6db81b840f6b48b0e768fa0 slang-2.2.0.tar.bz2 +51b7e9c29c6812f304531713e2ebf969 slang-2.2.1.tar.bz2