SPECS: captive.spec - added devel subpackage - gnome-vfs bcond com...

glen glen at pld-linux.org
Wed Oct 5 17:42:59 CEST 2005


Author: glen                         Date: Wed Oct  5 15:42:59 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added devel subpackage
- gnome-vfs bcond completely dropped (see cieciwa comment)
- NFY (saving my work)

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

---- Diffs:

================================================================
Index: SPECS/captive.spec
diff -u SPECS/captive.spec:1.9 SPECS/captive.spec:1.10
--- SPECS/captive.spec:1.9	Mon Aug  8 00:02:21 2005
+++ SPECS/captive.spec	Wed Oct  5 17:42:54 2005
@@ -1,14 +1,13 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-#%%bcond_without	gnome	# don't build gnome-vfs support
 %bcond_without	lufs	# don't build LUFS support
 #
 Summary:	Captive - NTFS read/write filesystem for Linux
 Summary(pl):	Captive - obsługa NTFS dla Linuksa z odczytem i zapisem
 Name:		captive
 Version:	1.1.5
-Release:	0.1
+Release:	0.5
 License:	GPL
 Group:		Base/Kernel
 Source0:	http://www.jankratochvil.net/project/captive/dist/%{name}-%{version}.tar.gz
@@ -56,6 +55,14 @@
 wykorzystanie plików oryginalnego sterownika aby osiągnąć lepszą
 kompatybilność i bezpieczeństwo.
 
+%package devel
+Summary:	Development libraries and header files for captive library
+Group:		Development/Libraries
+
+%description devel
+This is the package containing the development libraries and header
+files for captive.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -99,15 +106,22 @@
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README THANKS TODO
-%attr(755,root,root) /sbin/*
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_sbindir}/*
+#%attr(755,root,root) /sbin/* # what was installed here?
+%attr(755,root,root) %{_bindir}/captive-cmdline
+#%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}/lib*
-%{_libdir}/gnome-vfs-2.0/modules/*
-%{_includedir}/captive/*
+%{_libdir}/libcaptive-*.so
+%{_libdir}/gnome-vfs-2.0/modules/libcaptive-gnomevfs-*.so
 %{_mandir}/man?/*
-%{_var}/lib/captive/
+%{_var}/lib/captive
+
+%files devel
+%{_includedir}/captive
+%{_libdir}/libcaptive.so
+%{_libdir}/libcaptive.la
+%{_libdir}/gnome-vfs-2.0/modules/libcaptive-gnomevfs.so
+%{_libdir}/gnome-vfs-2.0/modules/libcaptive-gnomevfs.la
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -115,13 +129,18 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2005/10/05 15:42:54  glen
+- added devel subpackage
+- gnome-vfs bcond completely dropped (see cieciwa comment)
+- NFY (saving my work)
+
 Revision 1.9  2005/08/07 22:02:21  adamg
 - saving work (not finished yet)
 
 Revision 1.8  2004/09/07 14:15:00  adamg
 - added non_root_install patch
 - disable autothingies
-- more files in %%files
+- more files in %files
 - builds, doesn't work
 
 Revision 1.7  2004/09/01 16:21:42  adamg
@@ -141,8 +160,8 @@
 - cleanups, desc from URL, pl
 
 Revision 1.2  2004/07/15 08:25:58  cieciwa
-- STOPED.
-	Can't be build WITHOUT gnome-vfs, I don't use ANY gnome package.
+- STOPPED.
+  Can't be build WITHOUT gnome-vfs, I don't use ANY gnome package.
 
 Revision 1.1  2004/07/15 08:06:14  cieciwa
 - initial
================================================================

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




More information about the pld-cvs-commit mailing list