Author: glen Date: Sun Oct 9 15:35:45 2011 GMT Module: packages Tag: HEAD ---- Log message: - base spec created
---- Files affected: packages/svs: svs.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/svs/svs.spec diff -u /dev/null packages/svs/svs.spec:1.1 --- /dev/null Sun Oct 9 17:35:45 2011 +++ packages/svs/svs.spec Sun Oct 9 17:35:40 2011 @@ -0,0 +1,49 @@ +# $Revision$, $Date$ +# TODO +# - needs samba sources to compile +Summary: Samba Virus Scanner +Name: svs +Version: 0.1.3 +Release: 0.1 +License: GPL v3 +Group: Networking/Daemons +Source0: http://downloads.sourceforge.net/svs/%{name}-%{version}.tar.bz2 +# Source0-md5: +URL: http://sourceforge.net/projects/svs/ +BuildRequires: QtCore-devel +BuildRequires: QtTest-devel +BuildRequires: qt4-build >= 4.3.3-3 +BuildRequires: qt4-qmake >= 4.3.3-3 +BuildRequires: rpmbuild(macros) >= 1.129 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Samba Virus Scanner (SVS) -- Samba VFS plugin for transparent and +parallel on-access virus scans. + +%prep +%setup -qn %{name} + +%build +qmake-qt4 +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc CHANGES FAQ TODO README svs.ini.example + +%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.1 2011/10/09 15:35:40 glen +- base spec created ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
