Author: piti Date: Sun Aug 27 11:35:22 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to version 0.9.7, building with --enable-library option - separated subpackages devel and static
---- Files affected: SPECS: avfs.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/avfs.spec diff -u SPECS/avfs.spec:1.9 SPECS/avfs.spec:1.10 --- SPECS/avfs.spec:1.9 Thu Jul 28 09:39:28 2005 +++ SPECS/avfs.spec Sun Aug 27 13:35:17 2006 @@ -5,12 +5,12 @@ Summary: AFS - A Virtual Filesystem Summary(pl): AFS - wirtualny system plików Name: avfs -Version: 0.9.6 +Version: 0.9.7 Release: 0.1 License: GPL Group: Libraries Source0: http://dl.sourceforge.net/avf/%{name}-%{version}.tar.gz -# Source0-md5: 59829701fb2d7593ed7c1de9e0a5ac63 +# Source0-md5: 88da3489b1c1d80d080ce780333cedef URL: http://sourceforge.net/projects/avf/ BuildRequires: automake BuildRequires: expat-devel @@ -38,6 +38,32 @@ procedur obsługi zaimplementowanych z użyciem extfs (zewnętrznych systemów plików) Midnight Commandera. +%package devel +Summary: Header files for avfs library +Summary(pl): Pliki nagłówkowe bibliotek avfs +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +The avfs-devel package includes the header files necessary for +developing programs using the avfs libraries. + +%description devel -l pl +Pakiet avfs-devel zawiera pliki nagłówkowe niezbędne do budowania +programów używających bibliotek avfs. + +%package static +Summary: Static avfs libraries +Summary(pl): Statyczne biblioteki avfs +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description static +This package contains the static version of avfs libraries. + +%description static -l pl +Ten pakiet zawiera statyczną wersję bibliotek avfs. + %prep %setup -q @@ -45,12 +71,13 @@ install /usr/share/automake/config.* . %configure \ - --enable-preload \ + --enable-library \ --enable-xml \ --with-neon \ --with-ssl \ + --disable-fast-install \ --with-kernel=%{_kernelsrcdir} -# --enable-dav +# --enable-dav # Comment: # I've no idea how to build this package with dav option with expat-devel. %{__make} @@ -75,12 +102,26 @@ %attr(755,root,root) %{_bindir}/ftppass %{_libdir}/%{name} +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/avfs-config +%{_includedir}/*.h +%{_libdir}/*.la + +%files static +%defattr(644,root,root,755) +%{_libdir}/*.a + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2006/08/27 11:35:17 piti +- up to version 0.9.7, building with --enable-library option +- separated subpackages devel and static + Revision 1.9 2005/07/28 07:39:28 blekot - reverted last commit ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/avfs.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
