]> git.pld-linux.org Git - packages/freshmeat-submit.git/blame - freshmeat-submit.spec
- tabs in preamble
[packages/freshmeat-submit.git] / freshmeat-submit.spec
CommitLineData
d262d15b 1Summary: Submit release information to freshmeat.net
e7f4f680 2Summary(pl.UTF-8): Wysyłanie informacji o wydaniach na freshmeat.net
d262d15b 3Name: freshmeat-submit
7b47effa 4Version: 1.6
d262d15b
PG
5Release: 0.1
6License: GPL
7Group: Applications/System
8Source0: http://www.catb.org/~esr/freshmeat-submit/%{name}-%{version}.tar.gz
7b47effa 9# Source0-md5: 0c08186b4f0bd6d026c45c3028ed2ccc
181546a5 10URL: http://www.catb.org/~esr/freshmeat-submit/
d262d15b 11Requires: python
d262d15b
PG
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15freshmeat-submit is a script that supports remote submission of
16release updates to Freshmeat via its XML-RPC interface. It is intended
17for use in project release scripts. It reads the metadata from an
18RFC-2822-like message on standard input, possibly with overrides by
19command-line switches.
20
559e3d4c
JR
21%description -l pl.UTF-8
22freshmeat-submit to skrypt wspomagający zdalne wysyłanie uaktualnień
181546a5 23informacji o wydaniach na Freshmeacie poprzez interfejs XML-RPC. Jest
559e3d4c
JR
24przeznaczony do używania w skryptach używanych przy wydawaniu
25projektów. Odczytuje metadane z wiadomości w stylu RFC-2822 ze
26standardowego wejścia z możliwymi przykryciami poprzez opcje z linii
27poleceń.
181546a5 28
d262d15b
PG
29%prep
30%setup -q
31
32%install
33rm -rf $RPM_BUILD_ROOT
d262d15b
PG
34install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
35
36install freshmeat-submit $RPM_BUILD_ROOT%{_bindir}
37install freshmeat-submit.1 $RPM_BUILD_ROOT%{_mandir}/man1
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
7b47effa 44%doc AUTHORS README
d262d15b
PG
45%attr(755,root,root) %{_bindir}/*
46%{_mandir}/man1/*.1*
This page took 0.108991 seconds and 4 git commands to generate.