packages: davfs2/davfs2.spec - more cleanup - rel 0.3

matik matik at pld-linux.org
Thu Sep 10 13:57:22 CEST 2009


Author: matik                        Date: Thu Sep 10 11:57:22 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- more cleanup
- rel 0.3

---- Files affected:
packages/davfs2:
   davfs2.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/davfs2/davfs2.spec
diff -u packages/davfs2/davfs2.spec:1.2 packages/davfs2/davfs2.spec:1.3
--- packages/davfs2/davfs2.spec:1.2	Tue Sep  8 18:05:54 2009
+++ packages/davfs2/davfs2.spec	Thu Sep 10 13:57:17 2009
@@ -3,13 +3,13 @@
 Summary(pl.UTF-8):	Bazujące na WWW Rozproszone Autoryzowanie i Wersjonowanie - wersja z cache
 Name:		davfs2
 Version:	1.4.1
-Release:	0.2
+Release:	0.3
 License:	GPL
 Group:		Networking/Utilities
-Source0:	http://download.savannah.gnu.org/releases-noredirect/%{name}/%{name}-%{version}.tar.gz
+Source0:	http://download.savannah.gnu.org/releases-noredirect/davfs2/%{name}-%{version}.tar.gz
 URL:		http://savannah.nongnu.org/projects/davfs2
-BuildRequires:	autoconf
-BuildRequires:	automake
+#BuildRequires:	autoconf
+#BuildRequires:	automake
 BuildRequires:	neon-devel >= 0.24
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRequires:	rpmbuild(macros) >= 1.118
@@ -38,9 +38,9 @@
 %description -l pl.UTF-8
 WebDAV to bazujące na WWW Rozproszone Autoryzowanie i Wersjonowanie.
 Zazwyczaj protokół HTTP jest protokołem tylko do odczytu ale po
-zainstalowaniu DAVa staje się on również zapisywalnym. Co więcej jeśli
-używasz DAVfs to możesz montować swój serwer WWW jako system plików i
-używać tak jak normalnego dysku.
+zainstalowaniu DAVa staje się on również zapisywalnym. Co więcej
+jeśli używasz DAVfs to możesz montować swój serwer WWW jako
+system plików i używać tak jak normalnego dysku.
 
 Ten pakiet zawiera wersję davfs korzystającą z cache'u.
 
@@ -54,18 +54,17 @@
 #%{__autoconf}
 #%{__autoheader}
 #%{__automake}
-%configure --sbindir=/sbin
+%configure \
+	--sbindir=/sbin \
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
         DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_var}/cache/%{name}
-
 %find_lang %{name}
 
 %clean
@@ -83,24 +82,18 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-
 %doc %{_docdir}/*
-
 %{_mandir}/man5/*
 %{_mandir}/man8/*
 %{_usr}/share/%{name}/*
-
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %attr(600,root,root) %{_sysconfdir}/%{name}/secrets
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
-
 %attr(755,root,root) /sbin/mount.davfs
 %attr(755,root,root) /sbin/umount.davfs
 %attr(755,davfs2,davfs2) %{_var}/cache/%{name}
-
 %lang(de) %{_mandir}/de/man5/*
 %lang(de) %{_mandir}/de/man8/*
-
 %lang(es) %{_mandir}/es/man5/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -109,6 +102,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2009/09/10 11:57:17  matik
+- more cleanup
+- rel 0.3
+
 Revision 1.2  2009/09/08 16:05:54  matik
 - changed uid/gid (and updated uid_gid_database.txt)
 - general tidying
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/davfs2/davfs2.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list