]> git.pld-linux.org Git - packages/feeder.git/commitdiff
- initial release.
authorTomasz Pala <gotar@pld-linux.org>
Wed, 4 Jul 2001 06:15:58 +0000 (06:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    feeder.spec -> 1.1

feeder.spec [new file with mode: 0644]

diff --git a/feeder.spec b/feeder.spec
new file mode 100644 (file)
index 0000000..1ffe6a4
--- /dev/null
@@ -0,0 +1,59 @@
+Summary:       Support for compressed usenet feeds
+Summary(pl):   Obs³uga feedu kompresowanych newsów
+Name:          feeder
+Version:       2.1.3
+Release:       0
+License:       GPL
+Vendor:                feed-pl@egroups.com /subscription required/
+Group:         Utilities/System
+Group(pl):     Narzêdzia/System
+URL:           http://newsy.media-com.com.pl
+Source:                http://newsy.media-com.com.pl/scripts2/%{name}-%{version}.tar.gz
+Requires:      perl-modules
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A set of client scripts for downloading compressed newsfeed
+and transfering it to a local (proxy)newsserver.
+
+%description -l pl
+Zestaw skryptów klienckich do ¶ci±gania i transferu do
+lokalnego news(proxy)serwera postów w kompresowanych paczkach.
+
+%prep
+%setup -q
+
+%build
+
+%install
+%{__rm} -rf $RPM_BUILD_ROOT
+%{__install} -d $RPM_BUILD_ROOT%{_sysconfdir} \
+       $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/perl5/site_perl/Feeder} \
+       $RPM_BUILD_ROOT{%{_mandir}/pl/man{1,5,7},%{_var}/spool/%{name}2}
+
+%{__install} etc/feeder.conf $RPM_BUILD_ROOT%{_sysconfdir}
+%{__install} usr/lib/perl5/site_perl/Feeder/feeder.pm $RPM_BUILD_ROOT%{_libdir}/perl5/site_perl/Feeder
+%{__install} usr/local/bin/* $RPM_BUILD_ROOT%{_bindir}
+%{__install} usr/local/share/man/pl/man1/* $RPM_BUILD_ROOT%{_mandir}/pl/man1
+%{__install} usr/local/share/man/pl/man5/* $RPM_BUILD_ROOT%{_mandir}/pl/man5
+%{__install} usr/local/share/man/pl/man7/* $RPM_BUILD_ROOT%{_mandir}/pl/man7
+%{__install} var/spool/feeder2/* $RPM_BUILD_ROOT%{_var}/spool/%{name}2
+
+%{__gzip} -9nf ChangeLog README
+
+%clean
+%{__rm} -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr (755,root,root) %{_bindir}/*
+%{_libdir}/perl5/site_perl/Feeder
+%lang(pl) %{_mandir}/pl/man1/*
+%lang(pl) %{_mandir}/pl/man5/*
+%lang(pl) %{_mandir}/pl/man7/*
+%attr (660,root,news) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/%{name}.conf
+%defattr(664,news,news,755)
+%dir %{_var}/spool/%{name}2
+%config(noreplace) %verify(not md5 size mtime) %{_var}/spool/%{name}2/*
This page took 0.079147 seconds and 4 git commands to generate.