[thunar-sendto-clamtk/f20] add dist macro to spec

davem davem at fedoraproject.org
Wed Nov 13 22:45:30 UTC 2013


commit 34074d214038769ede5de8a781ead73c86d25d16
Author: Dave M <dave.nerd at gmail.com>
Date:   Wed Nov 13 16:45:55 2013 -0600

    add dist macro to spec

 thunar-sendto-clamtk.spec |   57 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/thunar-sendto-clamtk.spec b/thunar-sendto-clamtk.spec
new file mode 100644
index 0000000..666f1a7
--- /dev/null
+++ b/thunar-sendto-clamtk.spec
@@ -0,0 +1,57 @@
+Name: thunar-sendto-clamtk
+Version: 0.04
+Release: 3%{dist}
+Summary: Simple virus scanning extension for Thunar
+License: GPL+ or Artistic 2.0
+Group: Applications/System
+URL: https://bitbucket.org/dave_theunsub/thunar-sendto-clamtk
+
+Source: https://bitbucket.org/dave_theunsub/thunar-sendto-clamtk/downloads/thunar-sendto-clamtk-%{version}.tar.gz
+BuildArch: noarch
+
+BuildRequires: desktop-file-utils
+Requires: Thunar, clamtk >= 4.00
+
+%description
+This is a simple extension to add virus scanning to Thunar
+in the send-to menu.
+
+ClamTk is a front-end for ClamAV.
+It is meant to be lightweight and easy to use.
+
+%prep
+%setup -q
+
+%build
+
+%install
+
+desktop-file-install --vendor "" \
+	--dir ${RPM_BUILD_ROOT}%{_datadir}/Thunar/sendto \
+	%{name}.desktop
+
+%files
+%doc CHANGES DISCLAIMER LICENSE README
+%{_datadir}/Thunar/sendto/%{name}.desktop
+
+%changelog
+* Sun Nov 10 2013 Dave M. <dave.nerd at gmail.com> - 0.04-3
+- Spec improvements (BZ #1028780).
+
+* Sun Nov 10 2013 Dave M. <dave.nerd at gmail.com> - 0.04-2
+- First version for Fedora.
+
+* Sun Nov 10 2013 Dave M. <dave.nerd at gmail.com> - 0.04-1.fc
+- Update to 0.04.
+- Minor spec clean-up.
+- Updated Url and Source.
+- Updated License field.
+
+* Fri Apr 20 2012 Dave M. <dave.nerd at gmail.com> - 0.03-1.fc
+- Update to 0.03.
+
+* Fri Aug 12 2011 Dave M. <dave.nerd at gmail.com> - 0.02-1.fc
+- Update to 0.02.
+
+* Sat Jul 3 2010 Dave M. <dave.nerd at gmail.com> - 0.01-1.fc
+- Initial release 0.01.


More information about the scm-commits mailing list