SPECS: qscanq.spec - pl fixes - don't use / in setup -n
qboosh
qboosh at pld-linux.org
Wed Jul 13 19:28:50 CEST 2005
Author: qboosh Date: Wed Jul 13 17:28:50 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl fixes
- don't use / in setup -n
---- Files affected:
SPECS:
qscanq.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/qscanq.spec
diff -u SPECS/qscanq.spec:1.1 SPECS/qscanq.spec:1.2
--- SPECS/qscanq.spec:1.1 Tue Jul 12 16:13:47 2005
+++ SPECS/qscanq.spec Wed Jul 13 19:28:45 2005
@@ -1,7 +1,6 @@
# $Revision$, $Date$
-#
Summary: Virus Scanning for Qmail
-Summary(pl): Skanowanie virusów dla Qmaila
+Summary(pl): Skanowanie antywirusowe dla Qmaila
Name: qscanq
Version: 0.43
Release: 0.1
@@ -21,24 +20,23 @@
AntiVir from Hbedv.
%description -l pl
-Qscanq skanuje każdą wiadomość email dostarczoną do qmaila zanim
+Qscanq skanuje każdą wiadomość e-mail dostarczoną do qmaila zanim
jeszcze będzie przeniesiona do kolejki poczty. Zarażone wiadomości są
-odrzucane a nie odbijane, tak więc nie będziesz musiał martwić się o
-podwójne odbicia podczas ataków wirusów. Ten program nie jest skanerem
-antywirusowym a więc będziesz potrzebował clamava albo AntiVira z
-firmy Hbedv.
+odrzucane a nie odbijane, tak więc nie trzeba martwić się o podwójne
+odbicia podczas ataków wirusów. Ten program nie jest skanerem
+antywirusowym, a więc potrzebuje clamava albo AntiVira z firmy Hbedv.
%prep
-%setup -q -n mail/%{name}-%{version}
+%setup -q -n mail
%build
-cd src
+cd %{name}-%{version}/src
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
+
+cd %{name}-%{version}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -48,17 +46,10 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
-
-# if _sysconfdir != /etc:
-#%%dir %{_sysconfdir}
+%doc %{name}-%{version}/{AUTHORS,CREDITS,ChangeLog,NEWS,README,THANKS,TODO}
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
-
%attr(755,root,root) %{_bindir}/*
-
%{_datadir}/%{name}
-
-# initscript and its config
%attr(754,root,root) /etc/rc.d/init.d/%{name}
%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
@@ -68,7 +59,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2005/07/13 17:28:45 qboosh
+- pl fixes
+- don't use / in setup -n
+
Revision 1.1 2005/07/12 14:13:47 hunter
- init
-
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/qscanq.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list