commit 52ce1a4d334537cd104e5280d3a47a2f5f6c6449
Author: Elan Ruusamäe <[email protected]>
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 <[email protected]>
+# Copyright (C) 2000-2015 PLD-Team <[email protected]>
 # Authors:
 #      Sebastian Zagrodzki <[email protected]>
 #      Jacek Konieczny <[email protected]>
================================================================

---- gitweb:

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to