Sophie

Sophie

distrib > Fedora > 19 > i386 > by-pkgid > e395faf313b240dfb45d20d2e957a506 > files > 2

rf-0.4.18-2.fc19.src.rpm

Name:           rf
Version:        0.4.18
Release:        2%{?dist}
Summary:        Read feeds from any source

License:        GPLv3+
URL:            http://code.google.com/p/readfeed
Source0:        http://readfeed.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildArch:      noarch

Requires:       sed
Requires:       bash
Requires:       gawk
Requires:       curl
Requires:       coreutils
Requires:       util-linux
Requires:       lynx
Requires:       xmlstarlet
Requires(post): info
Requires(preun): info

%description
Read feed is a command that reads feeds from any source. read feed uses
the feed of a site to manage it with a command line interface.


%prep
%setup -q


%build
%configure --docdir %{_docdir}/%{name}-%{version}
make %{?_smp_mflags}


%install
export AM_UPDATE_INFO_DIR=no
make install DESTDIR=$RPM_BUILD_ROOT


%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :


%preun
if [ $1 = 0 ] ; then
  /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi


%files
%{_bindir}/%{name}
%{_docdir}/%{name}-%{version}
%{_datadir}/%{name}
%{_infodir}/%{name}.info.*
%{_mandir}/man1/%{name}.1.*


%changelog
* Sun Jun 16 2013 Juan Manuel Borges Caño <juanmabcmail@gmail.com> - 0.4.18-2
- Fix bug number in spec.

* Wed May 08 2013 Juan Manuel Borges Caño <juanmabcmail@gmail.com> - 0.4.18-1
- Update to mainstream.

* Wed May 1 2013 Juan Manuel Borges Caño <juanmabcmail@gmail.com> - 0.4.16-1
- Update to mainstream.

* Mon Apr 29 2013 Juan Manuel Borges Caño <juanmabcmail@gmail.com> - 0.4.14-1
- Update to mainstream.

* Sun Apr 28 2013 Juan Manuel Borges Caño <juanmabcmail@gmail.com> - 0.4.12-2
- Fedora review request (bug 957520).

* Sun Apr 28 2013 Juan Manuel Borges Caño <juanmabcmail@gmail.com> - 0.4.12-1
- Update to mainstream.

* Fri Apr 12 2013 Juan Manuel Borges Caño <juanmabcmail@gmail.com> - 0.4.8-1
- Update to mainstream.

* Fri Mar 15 2013 Juan Manuel Borges Caño <juanmabcmail@gmail.com> - 0.4.6-1
- Version update.

* Mon Jan 02 2013 Juan Manuel Borges Caño <juanmabcmail@gmail.com> - 0.4.2-1
- Improve doc install.
- Fix changelog macros.
- Use more generic man and info %%files.
- Remove obsolete "rm -rf $RPM_BUILD_ROOT".
- Use GPLv3+.
- Omit deprecated stuff like BuildRoot, Group, clean and defattr.
- Omit Requires: glibc-common, implicitly pulled by pretty much everything already.
- Conform to rpmlint.
- Reformat description from too long single line.
- BuildRequires and Requires entries listed one-by-one for a better spec legibility.
- Fix Source* tag to the full URL for the compressed archive containing the (original) pristine source code.
- Fix license to GPLv3.
- Add Changelog.
- Fedora review request (bug pending).