[svn] r5039 - in trunk/rpms: . edictionary libnxml msort
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Tue Jan 2 06:39:59 CET 2007
Author: dries
Date: 2007-01-02 06:39:57 +0100 (Tue, 02 Jan 2007)
New Revision: 5039
Added:
trunk/rpms/edictionary/
trunk/rpms/edictionary/edictionary.spec
Modified:
trunk/rpms/libnxml/libnxml.spec
trunk/rpms/msort/msort.spec
Log:
add
Added: trunk/rpms/edictionary/edictionary.spec
===================================================================
--- trunk/rpms/edictionary/edictionary.spec (rev 0)
+++ trunk/rpms/edictionary/edictionary.spec 2007-01-02 05:39:57 UTC (rev 5039)
@@ -0,0 +1,47 @@
+# $Id$
+# Authority: dries
+# Upstream: Vishal Verma <vermavee$gmail,com>
+
+Summary: Command line interface to online dictionaries
+Name: edictionary
+Version: 2.2
+Release: 1
+License: GPL
+Group: Applications/Internet
+URL: http://edictionary.sf.net/
+
+Source: http://dl.sf.net/edictionary/edict-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+Buildarch: noarch
+Requires: perl
+
+%description
+edictionary is a command line interface to online dictionaries.
+
+%prep
+%setup -n edict
+%{__perl} -pi -e 's|ln -s \$\(prefix\)|ln -s %{_bindir}|g;' Makefile
+
+%build
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%makeinstall prefix=%{buildroot}%{_bindir}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc ChangeLog COPYING README TODO
+%{_bindir}/edict
+%{_bindir}/ethes
+
+%changelog
+* Sat Dec 30 2006 Dries Verachtert <dries at ulyssis.org> - 2.2-1
+- Updated to release 2.2.
+
+* Fri Nov 04 2005 Dries Verachtert <dries at ulyssis.org> - 2.1-1
+- Initial package.
Modified: trunk/rpms/libnxml/libnxml.spec
===================================================================
--- trunk/rpms/libnxml/libnxml.spec 2006-12-30 13:25:05 UTC (rev 5038)
+++ trunk/rpms/libnxml/libnxml.spec 2007-01-02 05:39:57 UTC (rev 5039)
@@ -4,7 +4,7 @@
Summary: Library for parsing, writing and creating XML
Name: libnxml
-Version: 0.15
+Version: 0.16
Release: 1
License: GPL
Group: Development/Libraries
@@ -61,6 +61,9 @@
%{_libdir}/pkgconfig/nxml.pc
%changelog
+* Sat Dec 30 2006 Dries Verachtert <dries at ulyssis.org> - 0.16-1
+- Updated to release 0.16.
+
* Tue Nov 07 2006 Dag Wieers <dag at wieers.com> - 0.15-1
- Updated to release 0.15.
Modified: trunk/rpms/msort/msort.spec
===================================================================
--- trunk/rpms/msort/msort.spec 2006-12-30 13:25:05 UTC (rev 5038)
+++ trunk/rpms/msort/msort.spec 2007-01-02 05:39:57 UTC (rev 5039)
@@ -4,8 +4,8 @@
Summary: Sort files in sophisticated ways
Name: msort
-%define real_version 8.32.2
-Version: 8.32
+%define real_version 8.33
+Version: 8.33
Release: 1
License: GPL
Group: Applications/Publishing
@@ -48,6 +48,9 @@
%{_bindir}/msort
%changelog
+* Sat Dec 30 2006 Dries Verachtert <dries at ulyssis.org> - 8.33-1
+- Updated to release 8.33.
+
* Mon Dec 18 2006 Dries Verachtert <dries at ulyssis.org> - 8.32-1
- Updated to release 8.32.
More information about the svn-commits
mailing list