]> git.pld-linux.org Git - packages/freshmeat-submit.git/commitdiff
- lets see if it works...
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 10 May 2004 16:15:35 +0000 (16:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freshmeat-submit.spec -> 1.1

freshmeat-submit.spec [new file with mode: 0644]

diff --git a/freshmeat-submit.spec b/freshmeat-submit.spec
new file mode 100644 (file)
index 0000000..6499d35
--- /dev/null
@@ -0,0 +1,39 @@
+%include       /usr/lib/rpm/macros.python
+Summary:       Submit release information to freshmeat.net
+Name:          freshmeat-submit
+Version:       1.4
+Release:       0.1
+License:       GPL
+Group:         Applications/System
+Source0:       http://www.catb.org/~esr/freshmeat-submit/%{name}-%{version}.tar.gz
+# Source0-md5: ab45def4807f8ee8da9d877eb3175f90
+BuildRequires: rpm-pythonprov
+Requires:      python
+URL:           http://www.catb.org/~esr/freshmeat-submit/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+freshmeat-submit is a script that supports remote submission of
+release updates to Freshmeat via its XML-RPC interface. It is intended
+for use in project release scripts. It reads the metadata from an
+RFC-2822-like message on standard input, possibly with overrides by
+command-line switches.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+rm -rf "$RPM_BUILD_ROOT"
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install freshmeat-submit $RPM_BUILD_ROOT%{_bindir}
+install freshmeat-submit.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*.1*
This page took 0.075967 seconds and 4 git commands to generate.