]> git.pld-linux.org Git - packages/archie.git/commitdiff
Initial release
authorundefine <undefine@pld-linux.org>
Tue, 10 Oct 2000 16:14:01 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    archie.spec -> 1.1

archie.spec [new file with mode: 0644]

diff --git a/archie.spec b/archie.spec
new file mode 100644 (file)
index 0000000..82f6016
--- /dev/null
@@ -0,0 +1,37 @@
+Name:          archie
+License:       non-commercial
+Group:         Applications/Networking
+Group(pl):     Aplikacje/Sieciowe
+Version:       1.4.1
+Release:       1
+Summary:       Simple archie client
+Summary(pl):   Klient us³ugi sieciowej archie
+Source0:       c-%{name}-%{version}.tar.gz
+Patch0:                %{name}-FLAGS.patch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tool that will let you check a database containing thousands of entries 
+for the files that're available at FTP sites around the world.
+
+%description -l pl
+Narzêdzie, pozwalaj±ce wyszukiwaæ pliki w bazie serwerów FTP
+
+%prep
+%setup -q 
+%patch0 -p1
+
+%build
+%{__make} 
+
+%install
+install -d $RPM_BUILD_ROOT%{_bindir} \
+                       $RPM_BUILD_ROOT%{_mandir}/man1
+install %{name} $RPM_BUILD_ROOT%{_bindir} 
+install archie.man $RPM_BUILD_ROOT%{_mandir}/man1/archie.1
+
+%files
+%{_mandir}/man1/*
+%defattr(644,root,root,755)
+%doc README Prospero archie.doc
+%attr(755,root,root) %{_bindir}/archie
This page took 0.075663 seconds and 4 git commands to generate.