SPECS: slang.spec - updated to 2.1.2, updated LDFLAGS patch (ann...

qboosh qboosh at pld-linux.org
Tue Sep 11 18:48:02 CEST 2007


Author: qboosh                       Date: Tue Sep 11 16:48:02 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.1.2, updated LDFLAGS patch
  (annoying readline completion bug is fixed, but now ^G behaves strangely in slrn)

---- Files affected:
SPECS:
   slang.spec (1.116 -> 1.117) 

---- Diffs:

================================================================
Index: SPECS/slang.spec
diff -u SPECS/slang.spec:1.116 SPECS/slang.spec:1.117
--- SPECS/slang.spec:1.116	Wed Mar 28 17:51:21 2007
+++ SPECS/slang.spec	Tue Sep 11 18:47:57 2007
@@ -13,15 +13,15 @@
 Summary(tr.UTF-8):	C benzeri dil için ortak kitaplık
 Summary(uk.UTF-8):	Бібліотека спільного користування C-подібної мови розширення S-Lang
 Name:		slang
-Version:	2.0.7
-Release:	2
+Version:	2.1.2
+Release:	1
 Epoch:		1
 License:	GPL
 Group:		Libraries
-Source0:	ftp://space.mit.edu/pub/davis/slang/v2.0/%{name}-%{version}.tar.bz2
-# Source0-md5:	522d9075a721ebe235211dc96c7db2d1
-Source1:	ftp://space.mit.edu/pub/davis/slang/v2.0/%{name}doc-2.0.4.tar.gz
-# Source1-md5:	1c7acca555a4ad1c165048f751e09b02
+Source0:	ftp://space.mit.edu/pub/davis/slang/v2.1/%{name}-%{version}.tar.bz2
+# Source0-md5:	99534ae667ed1a50c863ce9a08912ccc
+# more recent text documentation already in Source0, html was not packaged anyway
+#Source1:	ftp://space.mit.edu/pub/davis/slang/v2.0/%{name}doc-2.0.4.tar.gz
 Patch0:		%{name}-nodevel.patch
 Patch1:		%{name}-remove_unused_terminfo_paths.patch
 Patch2:		%{name}-LDFLAGS.patch
@@ -233,7 +233,7 @@
 Moduł PCRE dla Slanga.
 
 %prep
-%setup -q -a1
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -258,11 +258,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_bindir}}
 
-%{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
-%{__make} -j1 install-elf \
-	DESTDIR=$RPM_BUILD_ROOT
-%{__make} install-links \
+%{__make} install-all \
 	DESTDIR=$RPM_BUILD_ROOT
 
 install slsh/slsh $RPM_BUILD_ROOT%{_bindir}
@@ -283,31 +279,33 @@
 
 %files
 %defattr(644,root,root,755)
+%doc slsh/doc/html/*.html
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/slsh.rc
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/slsh
 %{_datadir}/slsh
 %{_mandir}/man1/*.1*
 
 %files libs
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libslang.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libslang.so.2
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/v2
 %dir %{_libdir}/%{name}/v2/modules
-%attr(755,root,root) %{_libdir}/lib*.so.*
 %attr(755,root,root) %{_libdir}/%{name}/v2/modules/*.so
-%{?with_png:%attr(755,root,root) %exclude %{_libdir}/%{name}/v2/modules/png-module.so}
-%attr(755,root,root) %exclude %{_libdir}/%{name}/v2/modules/pcre-module.so
+%{?with_png:%exclude %{_libdir}/%{name}/v2/modules/png-module.so}
+%exclude %{_libdir}/%{name}/v2/modules/pcre-module.so
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/*.txt doc/text/*.txt
-%attr(755,root,root) %{_libdir}/libslang*.so
+%doc doc/slangdoc.html doc/*.txt doc/text/*.txt
+%attr(755,root,root) %{_libdir}/libslang.so
 %{_includedir}
 %{_examplesdir}/%{name}-%{version}
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libslang*.a
+%{_libdir}/libslang.a
 
 %if %{with png}
 %files png
@@ -325,6 +323,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.117  2007/09/11 16:47:57  qboosh
+- updated to 2.1.2, updated LDFLAGS patch
+  (annoying readline completion bug is fixed, but now ^G behaves strangely in slrn)
+
 Revision 1.116  2007/03/28 15:51:21  baggins
 - rel 2
 - add LANG patch to not enable utf-8 on non-utf displays
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/slang.spec?r1=1.116&r2=1.117&f=u



More information about the pld-cvs-commit mailing list