Author: qboosh Date: Sat Aug 25 10:47:15 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - include .so symlink in -devel - dav left disabled (requires outdated neon)
---- Files affected: SPECS: avfs.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/avfs.spec diff -u SPECS/avfs.spec:1.14 SPECS/avfs.spec:1.15 --- SPECS/avfs.spec:1.14 Sun Aug 12 13:02:57 2007 +++ SPECS/avfs.spec Sat Aug 25 12:47:10 2007 @@ -2,8 +2,8 @@ # TODO # do --enable-dav switch -Summary: AFS - A Virtual Filesystem -Summary(pl.UTF-8): AFS - wirtualny system plików +Summary: AVFS - A Virtual Filesystem +Summary(pl.UTF-8): AVFS - wirtualny system plików Name: avfs Version: 0.9.8 Release: 0.1 @@ -13,10 +13,10 @@ # Source0-md5: cd1d5c3616124bc8397936718cc0d651 URL: http://sourceforge.net/projects/avf/ BuildRequires: automake -BuildRequires: expat-devel -BuildRequires: neon-devel -BuildRequires: openssl-devel >= 0.9.7d BuildRequires: libfuse-devel >= 0:2.4 +#BuildRequires: neon-devel >= 0.12 +#BuildRequires: neon-devel < 0.13 +BuildRequires: openssl-devel >= 0.9.7d BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -41,47 +41,42 @@ %package devel Summary: Header files for avfs library -Summary(pl.UTF-8): Pliki nagłówkowe bibliotek avfs +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki 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. +developing programs using the avfs library. %description devel -l pl.UTF-8 Pakiet avfs-devel zawiera pliki nagłówkowe niezbędne do budowania -programów używających bibliotek avfs. +programów używających biblioteki avfs. %package static -Summary: Static avfs libraries -Summary(pl.UTF-8): Statyczne biblioteki avfs +Summary: Static avfs library +Summary(pl.UTF-8): Statyczna biblioteka avfs Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description static -This package contains the static version of avfs libraries. +This package contains the static version of avfs library. %description static -l pl.UTF-8 -Ten pakiet zawiera statyczną wersję bibliotek avfs. +Ten pakiet zawiera statyczną wersję biblioteki avfs. %prep %setup -q %build -install /usr/share/automake/config.* . - +cp -f /usr/share/automake/config.* . %configure \ - --enable-library \ - --enable-xml \ - --with-neon \ - --with-ssl \ - --disable-fast-install \ + --disable-avfscoda \ --enable-fuse \ - --with-kernel=%{_kernelsrcdir} -# --enable-dav + --enable-library \ + --with-ssl # Comment: -# I've no idea how to build this package with dav option with expat-devel. +# I've no idea how to build this package with dav option with expat-devel --blekot %{__make} %install @@ -99,7 +94,7 @@ %files %defattr(644,root,root,755) %doc README doc/README.avfs-fuse -%attr(755,root,root) %{_libdir}/*.so.*.* +%attr(755,root,root) %{_libdir}/libavfs.so.*.*.* %attr(755,root,root) %{_bindir}/avfsd %attr(755,root,root) %{_bindir}/davpass %attr(755,root,root) %{_bindir}/ftppass @@ -110,12 +105,13 @@ %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/avfs-config +%attr(755,root,root) %{_libdir}/libavfs.so +%{_libdir}/libavfs.la %{_includedir}/*.h -%{_libdir}/*.la %files static %defattr(644,root,root,755) -%{_libdir}/*.a +%{_libdir}/libavfs.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -123,6 +119,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2007/08/25 10:47:10 qboosh +- include .so symlink in -devel +- dav left disabled (requires outdated neon) + Revision 1.14 2007/08/12 11:02:57 maciek2w - updated to 0.9.8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/avfs.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
