]> git.pld-linux.org Git - packages/clamtk.git/commitdiff
- initial release
authorRobert Tomasik <rotom@pld-linux.org>
Mon, 13 Feb 2006 12:06:42 +0000 (12:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamtk.spec -> 1.1

clamtk.spec [new file with mode: 0644]

diff --git a/clamtk.spec b/clamtk.spec
new file mode 100644 (file)
index 0000000..6f57ef8
--- /dev/null
@@ -0,0 +1,57 @@
+Summary:       Easy to use front-end for ClamAV
+Summary(pl):   Prosty w u¿yciu interface dla ClamAV
+Name:          clamtk
+Version:       2.15
+Release:       1
+License:       Artistic
+Group:         Applications
+Source0:       http://dl.sourceforge.net/clamtk/%{name}-%{version}.tar.gz
+# Source0-md5: 543f6914c3b7a37b758b05728bb0a0c0
+URL:           http://clamtk.sourceforge.net/
+Requires:      clamav >= 0.87
+Requires:      clamav-database 
+Requires:      clamav-libs 
+Requires:      perl-Date-Calc
+Requires:      perl-File-Find-Rule 
+Requires:      perl-Gtk2 
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ClamTk is a frontend for ClamAV antivirus. It is meant to be
+lightweight and easy to use.
+
+%description -l pl
+ClamTk jest ma³± i prost± w u¿yciu nak³adk± graficzn± na program
+antyvirusowy ClamAV.
+
+%prep
+%setup -q
+sed -i -e 's#Categories=Application;Utility;#Categories=GTK;Application;Utility;#' clamtk.desktop
+echo 'Comment[pl]=Skaner antyvirusowy' >> clamtk.desktop
+echo '# vi: encoding=utf-8' >> clamtk.desktop
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_mandir}/man1,%{_desktopdir},%{_datadir}/mime/packages}
+
+cp clamtk $RPM_BUILD_ROOT%{_bindir}
+install clamtk.xml $RPM_BUILD_ROOT%{_datadir}/mime/packages
+install clamtk.1.gz $RPM_BUILD_ROOT%{_mandir}/man1
+install clam.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
+install clamtk.desktop $RPM_BUILD_ROOT%{_desktopdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%doc CHANGES DISCLAIMER README clamtk.pl clamtk LICENSE
+%{_desktopdir}/clamtk.desktop
+%{_pixmapsdir}/clam.xpm
+%{_datadir}/mime/packages/%{name}.xml
+%{_mandir}/man1/%{name}.1*
This page took 0.076172 seconds and 4 git commands to generate.