SPECS: oniguruma.spec - pl for -static, -devel - added missing .so ...
qboosh
qboosh at pld-linux.org
Tue Nov 21 10:36:18 CET 2006
Author: qboosh Date: Tue Nov 21 09:36:18 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl for -static,-devel
- added missing .so symlink to -devel
---- Files affected:
SPECS:
oniguruma.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/oniguruma.spec
diff -u SPECS/oniguruma.spec:1.5 SPECS/oniguruma.spec:1.6
--- SPECS/oniguruma.spec:1.5 Mon Nov 20 00:20:22 2006
+++ SPECS/oniguruma.spec Tue Nov 21 10:36:13 2006
@@ -23,20 +23,28 @@
%package devel
Summary: Header files for Oniguruma library
+Summary(pl): Pliki nagłówkowe biblioteki Oniguruma
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This is the package containing the header files for Oniguruma library.
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówkowe biblioteki Oniguruma.
+
%package static
Summary: Static Oniguruma library
+Summary(pl): Statyczna biblioteka Oniguruma
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
%description static
Static Oniguruma library.
+%description static -l pl
+Statyczna biblioteka Oniguruma.
+
%prep
%setup -q -n onig-%{version}
@@ -49,6 +57,7 @@
%install
rm -rf $RPM_BUILD_ROOT
+
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -67,6 +76,7 @@
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/onig-config
+%attr(755,root,root) %{_libdir}/libonig.so
%{_libdir}/libonig.la
%{_includedir}/oniggnu.h
%{_includedir}/onigposix.h
@@ -82,6 +92,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2006/11/21 09:36:13 qboosh
+- pl for -static,-devel
+- added missing .so symlink to -devel
+
Revision 1.5 2006/11/19 23:20:22 glen
- cleanup
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/oniguruma.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list