]> git.pld-linux.org Git - packages/freshrpms.git/commitdiff
added to repository
authoralchemyx <alchemyx@pld-linux.org>
Fri, 25 Jun 1999 22:18:19 +0000 (22:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freshrpms.spec -> 1.1

freshrpms.spec [new file with mode: 0644]

diff --git a/freshrpms.spec b/freshrpms.spec
new file mode 100644 (file)
index 0000000..cd5aeca
--- /dev/null
@@ -0,0 +1,64 @@
+Summary:       Fetch RPM packages from FTP servers which are newer than the ones installed on your system
+Summary(pl):   ¦ci±ga pakiety nowe pakiet RPM z serwerów FTP
+Name:          freshrpms
+Version:       0.7.3
+Release:       2
+Copyright:     distributable
+Group:         Utilities/System
+Group(pl):     Narzêdzia/System
+Source:                ftp://ftp.cs.tu-berlin.de/pub/local/flp/lutzeb/software/freshrpms/freshrpms.tar.gz
+Requires:      perl-libnet
+Requires:      perl >= 5.004
+Buildarch:     noarch
+BuildRoot:      /tmp/%{name}-%{version}-root
+
+%description
+freshrpms is a Perl5 script which fetches RPM packages from FTP servers which
+version numbers are higher than the ones installed on your system. freshrpms
+does not install any RPMs by itself but makes use of the package manager
+program to determine which RPM packages are currently installed. freshrpms
+uses a configuration file to accomplish its task which defines multiple FTP
+servers, directories to look for RPMs, local download directories and local
+archive directories for installed RPMs. It can also garbage collect local
+archived RPMs which are older than the currenly installed ones.
+
+%description -l pl
+freshrpms jest skryptem w jêzyku Perl, ¶ci±gaj±cym z serwerów FTP pakiety RPM,
+których numery wersji s± wy¿sze ni¿ tych zainstalowanych w Twoim systemie.
+freshrpms nie instaluje samodzielnie ¿adnych pakietów, ale tylko wykorzystuje
+mened¿era pakietów, aby sprawdziæ jakie pakiety masz zainstalowane. freshrpms
+do wykonania swojego zadzania u¿ywa pliku konfiguracyjnego, który definiuje
+u¿ywane serwery FTP, ¶cie¿ki poszukiwañ, lokalne katalogi na nowe pakiety
+oraz archiwum. Mo¿e tak¿e przenosiæ stare pakiety do archiwum.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/{usr/bin,usr/share/man/man1,etc}
+
+install freshrpms $RPM_BUILD_ROOT/usr/bin/freshrpms
+install freshrpms.conf $RPM_BUILD_ROOT/etc/freshrpms.conf
+
+gzip -9fn {README,freshrpms.1}
+
+install freshrpms.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/freshrpms.1.gz
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.gz
+
+%config /etc/freshrpms.conf
+%attr(755,root,root) /usr/bin/freshrpms
+%{_mandir}/man1/freshrpms.1.gz
+
+%changelog
+* Sat Jun 26 1999 Michal Margula <alchemyx@pld.org.pl>
+  [0.7.3-2]
+- spec hacked for PLD
+- translated spec
+- compressed documentation
This page took 0.06041 seconds and 4 git commands to generate.