SPECS: alltray.spec - kill subpackages - --disable-static for %con...

darekr darekr at pld-linux.org
Mon Oct 31 20:34:29 CET 2005


Author: darekr                       Date: Mon Oct 31 19:34:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kill subpackages
- --disable-static for %configure, rm -rf *.la

---- Files affected:
SPECS:
   alltray.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/alltray.spec
diff -u SPECS/alltray.spec:1.6 SPECS/alltray.spec:1.7
--- SPECS/alltray.spec:1.6	Mon Oct 31 19:05:20 2005
+++ SPECS/alltray.spec	Mon Oct 31 20:34:24 2005
@@ -27,30 +27,6 @@
 Thunderbird czy terminal) do tacki systemowej. Działa dobrze z GNOME,
 KDE, XFCE 4, Fluxboksem i WindowMakerem.
 
-%package devel
-Summary:	Libraries and header files for alltray
-Summary(pl):	Biblioteki i pliki nagłówkowe dla alltray
-Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
-
-%description devel
-Libraries and header files for alltray.
-
-%description devel -l pl
-Biblioteki i pliki nagłówkowe dla alltray.
-
-%package static
-Summary:	Static libraries for alltray
-Summary(pl):	Statyczne biblioteki dla alltray
-Group:		Development/Libraries
-Requires:	%{name}-devel = %{version}-%{release}
-
-%description static
-alltray static libraries.
-
-%description static -l pl
-Biblioteki statyczne dla alltray.
-
 %prep
 %setup -q
 #%%patch0 -p1
@@ -59,7 +35,8 @@
 %{__aclocal}
 %{__automake}
 %{__autoconf}
-%configure
+%configure \
+	--disable-static
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -67,6 +44,8 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -77,20 +56,16 @@
 %attr(755,root,root) %{_libdir}/liballtray*.so.*.*
 %{_mandir}/man1/alltray.1*
 
-%files devel
-%defattr(644,root,root,755)
-%{_libdir}/liballtray*.la
-
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/liballtray*.a
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/10/31 19:34:24  darekr
+- kill subpackages
+- --disable-static for %configure, rm -rf *.la
+
 Revision 1.6  2005/10/31 18:05:20  darekr
 - added -devel, -static subpackages (missing libraries)
 - missing manuals, release 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/alltray.spec?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list