[packages/pldnotify] version 4.8; separated from rpm-build-tools repo

glen glen at pld-linux.org
Mon Nov 2 16:59:17 CET 2015


commit 52ce1a4d334537cd104e5280d3a47a2f5f6c6449
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Nov 2 17:58:51 2015 +0200

    version 4.8; separated from rpm-build-tools repo

 pldnotify.awk  |  2 +-
 pldnotify.spec | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletion(-)
---
diff --git a/pldnotify.spec b/pldnotify.spec
new file mode 100644
index 0000000..b2b7a11
--- /dev/null
+++ b/pldnotify.spec
@@ -0,0 +1,34 @@
+Summary:	Tool to check for updates in RPM .spec files
+Name:		pldnotify
+Version:	4.8
+Release:	1
+License:	GPL
+Group:		Applications/File
+Source0:	%{name}.awk
+Requires:	curl
+Requires:	perl-base
+Requires:	rpmbuild(macros) >= 1.539
+Requires:	wget
+Conflicts:	rpm-build-tools < 4.8
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tool to check for updates in RPM .spec files.
+
+%prep
+%setup -qcT
+cp -p %{SOURCE0} pldnotify.awk
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -p pldnotify.awk $RPM_BUILD_ROOT%{_bindir}/pldnotify
+ln -s pldnotify $RPM_BUILD_ROOT%{_bindir}/pldnotify.awk
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/pldnotify*
diff --git a/pldnotify.awk b/pldnotify.awk
index f1c59bf..7b83cb1 100755
--- a/pldnotify.awk
+++ b/pldnotify.awk
@@ -1,6 +1,6 @@
 #!/bin/awk -f
 #
-# Copyright (C) 2000-2013 PLD-Team <feedback at pld-linux.org>
+# Copyright (C) 2000-2015 PLD-Team <feedback at pld-linux.org>
 # Authors:
 #	Sebastian Zagrodzki <zagrodzki at pld-linux.org>
 #	Jacek Konieczny <jajcus at pld-linux.org>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pldnotify.git/commitdiff/52ce1a4d334537cd104e5280d3a47a2f5f6c6449



More information about the pld-cvs-commit mailing list