SPECS: captive.spec - pl for -devel, files fix

qboosh qboosh at pld-linux.org
Wed Oct 5 23:56:01 CEST 2005


Author: qboosh                       Date: Wed Oct  5 21:56:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl for -devel, files fix

---- Files affected:
SPECS:
   captive.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/captive.spec
diff -u SPECS/captive.spec:1.10 SPECS/captive.spec:1.11
--- SPECS/captive.spec:1.10	Wed Oct  5 17:42:54 2005
+++ SPECS/captive.spec	Wed Oct  5 23:55:54 2005
@@ -56,12 +56,16 @@
 kompatybilność i bezpieczeństwo.
 
 %package devel
-Summary:	Development libraries and header files for captive library
+Summary:	Header files for captive library
+Summary(pl):	Pliki nagłówkowe biblioteki captive
 Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
-This is the package containing the development libraries and header
-files for captive.
+This is the package containing the header files for captive.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówkowe biblioteki captive.
 
 %prep
 %setup -q
@@ -69,11 +73,6 @@
 %patch1 -p1
 
 %build
-#%{__libtoolize}
-#%{__aclocal} -I macros
-#%{__autoconf}
-#%{__autoheader}
-#%{__automake}
 %configure \
 	--enable-shared \
 	--disable-static \
@@ -98,6 +97,8 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libcaptive-gnomevfs.la
+
 %find_lang %{name}
 
 %clean
@@ -111,17 +112,16 @@
 #%attr(755,root,root) %{_bindir}/captive-bug-replay was here earlier.
 %attr(755,root,root) %{_sbindir}/captive-sandbox-server
 %{_sysconfdir}/gnome-vfs-2.0/modules/*
-%{_libdir}/libcaptive-*.so
-%{_libdir}/gnome-vfs-2.0/modules/libcaptive-gnomevfs-*.so
+%attr(755,root,root) %{_libdir}/libcaptive-*.so
+%attr(755,root,root) %{_libdir}/gnome-vfs-2.0/modules/libcaptive-gnomevfs*.so
 %{_mandir}/man?/*
 %{_var}/lib/captive
 
 %files devel
-%{_includedir}/captive
-%{_libdir}/libcaptive.so
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libcaptive.so
 %{_libdir}/libcaptive.la
-%{_libdir}/gnome-vfs-2.0/modules/libcaptive-gnomevfs.so
-%{_libdir}/gnome-vfs-2.0/modules/libcaptive-gnomevfs.la
+%{_includedir}/captive
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -129,6 +129,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2005/10/05 21:55:54  qboosh
+- pl for -devel, files fix
+
 Revision 1.10  2005/10/05 15:42:54  glen
 - added devel subpackage
 - gnome-vfs bcond completely dropped (see cieciwa comment)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/captive.spec?r1=1.10&r2=1.11&f=u




More information about the pld-cvs-commit mailing list