]> git.pld-linux.org Git - packages/freshrpms.git/blob - freshrpms.spec
- spec adapterized,
[packages/freshrpms.git] / freshrpms.spec
1 Summary:        Fetch RPM packages from FTP servers which are newer than the ones installed on your system
2 Summary(pl):    ¦ci±ga pakiety nowe pakiet RPM z serwerów FTP
3 Name:           freshrpms
4 Version:        0.7.4
5 Release:        5
6 License:        Distributable
7 Group:          Applications/System
8 Group(de):      Applikationen/System
9 Group(pl):      Aplikacje/System
10 Source0:        ftp://ftp.cs.tu-berlin.de/pub/local/flp/lutzeb/software/freshrpms/%{name}.tar.gz
11 Requires:       perl-libnet
12 Requires:       perl >= 5.004
13 Buildarch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 freshrpms is a Perl5 script which fetches RPM packages from FTP
18 servers which version numbers are higher than the ones installed on
19 your system. freshrpms does not install any RPMs by itself but makes
20 use of the package manager program to determine which RPM packages are
21 currently installed. freshrpms uses a configuration file to accomplish
22 its task which defines multiple FTP servers, directories to look for
23 RPMs, local download directories and local archive directories for
24 installed RPMs. It can also garbage collect local archived RPMs which
25 are older than the currenly installed ones.
26
27 %description -l pl
28 freshrpms jest skryptem w jêzyku Perl, ¶ci±gaj±cym z serwerów FTP
29 pakiety RPM, których numery wersji s± wy¿sze ni¿ tych zainstalowanych
30 w Twoim systemie. freshrpms nie instaluje samodzielnie ¿adnych
31 pakietów, ale tylko wykorzystuje mened¿era pakietów, aby sprawdziæ
32 jakie pakiety masz zainstalowane. freshrpms do wykonania swojego
33 zadzania u¿ywa pliku konfiguracyjnego, który definiuje u¿ywane serwery
34 FTP, ¶cie¿ki poszukiwañ, lokalne katalogi na nowe pakiety oraz
35 archiwum. Mo¿e tak¿e przenosiæ stare pakiety do archiwum.
36
37 %prep
38 %setup -q
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man1,etc}
43
44 chmod u+w .
45
46 install freshrpms $RPM_BUILD_ROOT%{_bindir}/freshrpms
47 install freshrpms.conf $RPM_BUILD_ROOT%{_sysconfdir}/freshrpms.conf
48
49 install freshrpms.1 $RPM_BUILD_ROOT%{_mandir}/man1/
50
51 gzip -9nf README
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc *.gz
59 %config %{_sysconfdir}/freshrpms.conf
60 %attr(755,root,root) %{_bindir}/freshrpms
61 %{_mandir}/man1/freshrpms.1*
This page took 0.106559 seconds and 3 git commands to generate.