[svn] r5219 - in trunk/rpms: . getmail wine xlcrack
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sun Mar 4 13:33:41 CET 2007
Author: dag
Date: 2007-03-04 13:33:40 +0100 (Sun, 04 Mar 2007)
New Revision: 5219
Added:
trunk/rpms/getmail/
trunk/rpms/getmail/getmail-3.spec
trunk/rpms/getmail/getmail.spec
trunk/rpms/xlcrack/
trunk/rpms/xlcrack/xlcrack.spec
Modified:
trunk/rpms/wine/wine.spec
Log:
Updates and additions
Added: trunk/rpms/getmail/getmail-3.spec
===================================================================
--- trunk/rpms/getmail/getmail-3.spec (rev 0)
+++ trunk/rpms/getmail/getmail-3.spec 2007-03-04 12:33:40 UTC (rev 5219)
@@ -0,0 +1,58 @@
+# $Id$
+# Authority: dag
+
+Summary: POP3 mail retriever with reliable Maildir delivery
+Name: getmail
+Version: 3.2.5
+Release: 1
+License: GPL
+Group: Applications/Internet
+URL: http://pyropus.ca/software/getmail/
+
+Source: http://pyropus.ca/software/getmail/old-versions/getmail-%{version}.tar.gz
+Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: python-devel >= 2.3.3
+Requires: python >= 2.3.3
+BuildArch: noarch
+
+%description
+getmail is intended as a simple replacement for fetchmail for those people
+who do not need its various and sundry configuration options, complexities,
+and bugs. It retrieves mail from one or more POP3 servers for one or more
+email accounts, and reliably delivers into a Maildir specified on a
+per-account basis. It can also deliver into mbox files, although this
+should not be attempted over NFS. getmail is written entirely in python.
+
+
+%prep
+%setup
+
+%build
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -Dp -m0755 getmail %{buildroot}%{_bindir}/getmail
+%{__install} -Dp -m0755 getmail_maildir %{buildroot}%{_bindir}/getmail_maildir
+%{__install} -Dp -m0755 getmail_mbox %{buildroot}%{_bindir}/getmail_mbox
+
+%{__install} -Dp -m0755 getmail.1 %{buildroot}%{_mandir}/man1/getmail.1
+
+%{__install} -d -m0755 %{buildroot}%{_prefix}/lib/getmail/
+%{__install} -Dp -m0644 *.py %{buildroot}%{_prefix}/lib/getmail/
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc BUGS CHANGELOG COPYING THANKS TODO *.html *.txt getmailrc-example
+%doc %{_mandir}/man1/getmail.1*
+%{_bindir}/getmail
+%{_bindir}/getmail_maildir
+%{_bindir}/getmail_mbox
+%{_prefix}/lib/getmail/
+
+%changelog
+* Sun Mar 04 2007 Dag Wieers <dag at wieers.com> - 3.2.5-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/getmail/getmail-3.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Added: trunk/rpms/getmail/getmail.spec
===================================================================
--- trunk/rpms/getmail/getmail.spec (rev 0)
+++ trunk/rpms/getmail/getmail.spec 2007-03-04 12:33:40 UTC (rev 5219)
@@ -0,0 +1,52 @@
+# $Id$
+# Authority: dag
+
+%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()')
+
+Summary: POP3 mail retriever with reliable Maildir delivery
+Name: getmail
+Version: 4.7.2
+Release: 1
+License: GPL
+Group: Applications/Internet
+URL: http://pyropus.ca/software/getmail/
+
+Source: http://pyropus.ca/software/getmail/old-versions/getmail-%{version}.tar.gz
+Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+#BuildRequires: python-devel = 2.3
+BuildRequires: python-devel
+Requires: python >= 1.5.2
+BuildArch: noarch
+
+%description
+getmail is intended as a simple replacement for fetchmail for those people
+who do not need its various and sundry configuration options, complexities,
+and bugs. It retrieves mail from one or more POP3 servers for one or more
+email accounts, and reliably delivers into a Maildir specified on a
+per-account basis. It can also deliver into mbox files, although this
+should not be attempted over NFS. getmail is written entirely in python.
+
+
+%prep
+%setup
+
+%build
+
+%install
+%{__rm} -rf %{buildroot}
+python setup.py install --root="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc docs/*
+%doc %{_mandir}/man1/*.1*
+%{_bindir}/getmail*
+%{python_sitelib}/getmailcore/
+
+%changelog
+* Sun Mar 04 2007 Dag Wieers <dag at wieers.com> - 4.7.2-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/getmail/getmail.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/wine/wine.spec
===================================================================
--- trunk/rpms/wine/wine.spec 2007-03-02 13:16:38 UTC (rev 5218)
+++ trunk/rpms/wine/wine.spec 2007-03-04 12:33:40 UTC (rev 5219)
@@ -47,7 +47,7 @@
Summary: Windows 16/32/64 bit emulator
Name: wine
-Version: 0.9.31
+Version: 0.9.32
Release: 1
License: LGPL
Group: Applications/Emulators
@@ -104,9 +104,7 @@
Summary: Wine core package
Group: Applications/Emulators
Requires(post): /sbin/ldconfig, /sbin/chkconfig, /sbin/service,
-Requires(post): /usr/bin/update-desktop-database
Requires(preun): /sbin/chkconfig, /sbin/service
-Requires(postun): /sbin/ldconfig, /usr/bin/update-desktop-database
Requires: /usr/X11R6/bin/xmessage
Obsoletes: wine-tools <= %{version}-%{release}
Provides: wine-tools = %{version}-%{release}
@@ -556,6 +554,9 @@
%{_libdir}/wine/cryptdll.dll.so
%{_libdir}/wine/cryptnet.dll.so
%{_libdir}/wine/ctl3d32.dll.so
+%{_libdir}/wine/d3d8.dll.so
+%{_libdir}/wine/d3d9.dll.so
+%{_libdir}/wine/d3dx8.dll.so
%{_libdir}/wine/d3dim.dll.so
%{_libdir}/wine/d3drm.dll.so
%{_libdir}/wine/d3dxof.dll.so
@@ -575,6 +576,7 @@
%{_libdir}/wine/dmsynth.dll.so
%{_libdir}/wine/dmusic.dll.so
%{_libdir}/wine/dmusic32.dll.so
+%{_libdir}/wine/dnsapi.dll.so
%{_libdir}/wine/dplay.dll.so
%{_libdir}/wine/dplayx.dll.so
%{_libdir}/wine/dpnet.dll.so
@@ -583,7 +585,8 @@
%{_libdir}/wine/dswave.dll.so
%{_libdir}/wine/dxdiagn.dll.so
%{_libdir}/wine/gdi32.dll.so
-%{_libdir}/wine/gphoto2.ds.so
+%{_libdir}/wine/glu32.dll.so
+#%{_libdir}/wine/glut32.dll.so
%{_libdir}/wine/hid.dll.so
%{_libdir}/wine/hlink.dll.so
%{_libdir}/wine/iccvid.dll.so
@@ -638,6 +641,7 @@
%{_libdir}/wine/oledlg.dll.so
%{_libdir}/wine/olepro32.dll.so
%{_libdir}/wine/olesvr32.dll.so
+%{_libdir}/wine/opengl32.dll.so
%{_libdir}/wine/powrprof.dll.so
%{_libdir}/wine/psapi.dll.so
%{_libdir}/wine/pstorec.dll.so
@@ -651,11 +655,13 @@
%{_libdir}/wine/rpcrt4.dll.so
%{_libdir}/wine/rsabase.dll.so
%{_libdir}/wine/rsaenh.dll.so
-%{_libdir}/wine/sane.ds.so
+%{_libdir}/wine/schannel.dll.so
%{_libdir}/wine/secur32.dll.so
+%{_libdir}/wine/security.dll.so
%{_libdir}/wine/sensapi.dll.so
%{_libdir}/wine/serialui.dll.so
%{_libdir}/wine/setupapi.dll.so
+%{_libdir}/wine/sfc.dll.so
%{_libdir}/wine/sfc_os.dll.so
%{_libdir}/wine/shdoclc.dll.so
%{_libdir}/wine/shdocvw.dll.so
@@ -663,6 +669,7 @@
%{_libdir}/wine/shfolder.dll.so
%{_libdir}/wine/shlwapi.dll.so
%{_libdir}/wine/snmpapi.dll.so
+%{_libdir}/wine/spoolss.dll.so
%{_libdir}/wine/sti.dll.so
%{_libdir}/wine/svrapi.dll.so
%{_libdir}/wine/tapi32.dll.so
@@ -676,11 +683,12 @@
%{_libdir}/wine/vdmdbg.dll.so
%{_libdir}/wine/version.dll.so
%{_libdir}/wine/w32skrnl.dll.so
+%{_libdir}/wine/wined3d.dll.so
%{_libdir}/wine/winedos.dll.so
+%{_libdir}/wine/wing32.dll.so
%{_libdir}/wine/wininet.dll.so
%{_libdir}/wine/winmm.dll.so
%{_libdir}/wine/winnls32.dll.so
-%{_libdir}/wine/spoolss.dll.so
%{_libdir}/wine/wintab32.dll.so
%{_libdir}/wine/wintrust.dll.so
%{_libdir}/wine/wnaspi32.dll.so
@@ -688,16 +696,9 @@
%{_libdir}/wine/ws2_32.dll.so
%{_libdir}/wine/wsock32.dll.so
%{_libdir}/wine/wtsapi32.dll.so
-%{_libdir}/wine/security.dll.so
-%{_libdir}/wine/sfc.dll.so
-%{_libdir}/wine/d3d8.dll.so
-%{_libdir}/wine/d3d9.dll.so
-%{_libdir}/wine/d3dx8.dll.so
-%{_libdir}/wine/glu32.dll.so
-#%{_libdir}/wine/glut32.dll.so
-%{_libdir}/wine/opengl32.dll.so
-%{_libdir}/wine/wined3d.dll.so
-%{_libdir}/wine/dnsapi.dll.so
+### ds.so
+%{_libdir}/wine/gphoto2.ds.so
+%{_libdir}/wine/sane.ds.so
### drv16
%{_libdir}/wine/comm.drv16
%{_libdir}/wine/display.drv16
@@ -808,5 +809,9 @@
%{_libdir}/wine/*.def
%changelog
+* Sat Mar 03 2007 Dag Wieers <dag at wieers.com> - 0.9.32-1
+- Updated to release 0.9.32.
+- Fixed the depenency to update-desktop-database. (Bart Schaefer)
+
* Sat Feb 17 2007 Dag Wieers <dag at wieers.com> - 0.9.31-1
- Initial package. (using DAR)
Added: trunk/rpms/xlcrack/xlcrack.spec
===================================================================
--- trunk/rpms/xlcrack/xlcrack.spec (rev 0)
+++ trunk/rpms/xlcrack/xlcrack.spec 2007-03-04 12:33:40 UTC (rev 5219)
@@ -0,0 +1,47 @@
+# $Id$
+# Authority: dag
+# Upstream:
+
+Summary: Recover lost and forgotten passwords from XLS files
+Name: xlcrack
+Version: 1.2
+Release: 1
+License: GPL
+Group: Applications/File
+URL: http://devel.tlrmx.org/misc/
+
+Source: http://devel.tlrmx.org/misc/xlcrack-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: libgsf-devel
+
+%description
+xlcrack is a tool to recover lost and forgotten passwords from XLS files.
+
+xlcrack has been updated to work better with non-ASCII characters, the
+passwords displayed in this case should work with Excel installed on
+English language and most Western European language systems. On other
+systems you may need to type non-ASCII characters differently.
+
+%prep
+%setup
+
+%build
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+#{__make} install DESTDIR="%{buildroot}"
+%{__install} -Dp -m0755 xlcrack %{buildroot}%{_bindir}/xlcrack
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc COPYING README
+%{_bindir}/xlcrack
+
+%changelog
+* Sun Mar 04 2007 Dag Wieers <dag at wieers.com> - 1.2-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/xlcrack/xlcrack.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
More information about the svn-commits
mailing list