comparison feed2imap.spec @ 2:f17c85a9fb8b

Update to version 1.2.2
author Guido Berhoerster <guido+packaging@berhoerster.name>
date Mon, 28 Apr 2014 17:34:11 +0200
parents 35b72dc38da1
children 51f7ba1cdf7c
comparison
equal deleted inserted replaced
1:0ce833e3c661 2:f17c85a9fb8b
1 %global ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']") 1 %global ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
2 %global snapshot 20130109
3 2
4 Name: feed2imap 3 Name: feed2imap
5 Version: 1.0 4 Version: 1.2.2
6 Release: 1.%{snapshot}git%{?dist} 5 Release: 1%{?dist}
7 Summary: RSS/Atom Feed Aggregator Using an IMAP Server or Maildir for Storage 6 Summary: RSS/Atom Feed Aggregator Using an IMAP Server or Maildir for Storage
8 7
9 Group: Applications/Internet 8 Group: Applications/Internet
10 License: GPLv2+ 9 License: GPLv2+
11 URL: http://home.gna.org/feed2imap/ 10 URL: http://home.gna.org/feed2imap/
12 # git clone git://github.com/ln/feed2imap.git; tar -cjf feed2imap-$(date +%%Y%%m%%d).tar.bz2 --exclude-vcs feed2imap 11 Source0: https://github.com/feed2imap/feed2imap/archive/%{name}_%{version}.tar.gz
13 Source0: %{name}-%{snapshot}.tar.bz2
14 # make feed2imap compatible with rubygem versions of ruby-feedparser and rmail 12 # make feed2imap compatible with rubygem versions of ruby-feedparser and rmail
15 Patch0: feed2imap-rubygem-compatibility.patch 13 Patch0: feed2imap-rubygem-compatibility.patch
16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 14 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
17 BuildArch: noarch 15 BuildArch: noarch
18 16
28 HTTPS), it uploads them to a specified folder of an IMAP mail server, or copies 26 HTTPS), it uploads them to a specified folder of an IMAP mail server, or copies
29 them to a local maildir. The user can then access the feeds using a mail user 27 them to a local maildir. The user can then access the feeds using a mail user
30 agent. 28 agent.
31 29
32 %prep 30 %prep
33 %setup -q -n %{name} 31 %setup -q -n %{name}-%{name}_%{version}
34 %patch0 -p1 32 %patch0 -p1
35 33
36 %build 34 %build
37 ruby setup.rb config 35 ruby setup.rb config
38 36
59 %{_mandir}/man1/feed2imap.1* 57 %{_mandir}/man1/feed2imap.1*
60 %{_mandir}/man1/feed2imap-dumpconfig.1* 58 %{_mandir}/man1/feed2imap-dumpconfig.1*
61 %{_mandir}/man1/feed2imap-opmlimport.1* 59 %{_mandir}/man1/feed2imap-opmlimport.1*
62 60
63 %changelog 61 %changelog
62 * Mon Apr 28 2014 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.2.2-1
63 - Update to version 1.2.2
64
64 * Wed Jan 09 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.0-1.20130109 65 * Wed Jan 09 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.0-1.20130109
65 - Initial packaging 66 - Initial packaging