68 lines
2.1 KiB
RPMSpec
68 lines
2.1 KiB
RPMSpec
Name: freepops
|
|
Version: 0.2.9
|
|
Release: 2mamba
|
|
Summary: FreePOPs is a POP3 fetcher for variuos webmail services
|
|
Group: Applications/Networking
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
|
URL: http://www.freepops.org
|
|
Source: http://downloads.sourceforge.net/sourceforge/freepops/freepops-%{version}.tar.gz
|
|
Patch0: freepops-0.2.9-curl_authopt-meta.patch
|
|
Patch1: freepops-0.2.9-lua-curl.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libcurl-devel
|
|
BuildRequires: libexpat-devel
|
|
BuildRequires: liblua51-devel
|
|
BuildRequires: libopenssl-devel
|
|
BuildRequires: libreadline-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
FreePOPs is an easily extensible program, which allows access to the most varied resources through the POP3 protocol. Mainly, it can be used to download mail from the most famous webmails, but it could also be used as an aggregator for RSS feeds and much more. This way it is possible to get all your messages in your favorite email client.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
|
|
%build
|
|
./configure.sh linux-slack -lua
|
|
make all
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
#%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/freepops-updater-dialog
|
|
%{_bindir}/freepops-updater-zenity
|
|
%{_bindir}/freepopsd
|
|
%{_docdir}/freepops/MANUAL.txt
|
|
%{_datadir}/freepops/lua/*.lua
|
|
%{_datadir}/freepops/lua/browser/*.lua
|
|
%{_datadir}/freepops/lua/soap/*.lua
|
|
%{_datadir}/freepops/lua/lxp/*.lua
|
|
%{_mandir}/man1/*.gz
|
|
%doc AUTHORS COPYING
|
|
#%doc ChangeLog README README.modules TODO
|
|
|
|
%changelog
|
|
* Fri Jul 12 2013 Automatic Build System <autodist@mambasoft.it> 0.2.9-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Tue Jan 20 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.9-1mamba
|
|
- update to 0.2.9
|
|
|
|
* Fri Jul 18 2008 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.2.7-1mamba
|
|
- package created by autospec
|