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