SPECS: scatterchat.spec - works, use --with-executable instead of ...

shadzik shadzik at pld-linux.org
Tue Jul 25 19:39:07 CEST 2006


Author: shadzik                      Date: Tue Jul 25 17:39:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- works, use --with-executable instead of --with-shared in scatterchatmod;
  otherwise it won't work
- rel 0.3

---- Files affected:
SPECS:
   scatterchat.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/scatterchat.spec
diff -u SPECS/scatterchat.spec:1.3 SPECS/scatterchat.spec:1.4
--- SPECS/scatterchat.spec:1.3	Tue Jul 25 14:38:58 2006
+++ SPECS/scatterchat.spec	Tue Jul 25 19:39:02 2006
@@ -5,7 +5,7 @@
 Summary(pl):	ScatterChat
 Name:		scatterchat
 Version:	1.0.1
-Release:	0.2
+Release:	0.3
 License:	GPLv2
 Group:		X11/Applications
 Source0:	http://www.rit.edu/~jst2912/%{name}-%{version}.tar.bz2
@@ -71,7 +71,7 @@
 %{__aclocal}
 %{__automake}
 %configure \
-	--with-shared
+	--with-executable
 %{__make}
 
 %install
@@ -88,12 +88,6 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p /sbin/ldconfig
-%postun	-p /sbin/ldconfig
-
-%post modules	-p /sbin/ldconfig
-%postun modules	-p /sbin/ldconfig
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog HACKING NEWS PROGRAMMING_NOTES README
@@ -120,7 +114,7 @@
 
 %files modules
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libscatterchat.so.1.0.2
+%attr(755,root,root) %{_bindir}/scatterchatmod
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -128,6 +122,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/07/25 17:39:02  shadzik
+- works, use --with-executable instead of --with-shared in scatterchatmod;
+  otherwise it won't work
+- rel 0.3
+
 Revision 1.3  2006/07/25 12:38:58  shadzik
 - R: scatterchat-modules
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/scatterchat.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list