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