rpms/dictd/devel .cvsignore, 1.6, 1.7 dictd.spec, 1.33, 1.34 sources, 1.6, 1.7

Karsten Hopp karsten at fedoraproject.org
Wed Jan 14 13:58:07 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/dictd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28410

Modified Files:
	.cvsignore dictd.spec sources 
Log Message:
- update


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dictd/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	7 May 2008 10:04:24 -0000	1.6
+++ .cvsignore	14 Jan 2009 13:57:37 -0000	1.7
@@ -1 +1,2 @@
-dictd-1.10.11.tar.gz
+dictd-1.11.0.tar.gz
+libmaa-1.1.0.tar.gz


Index: dictd.spec
===================================================================
RCS file: /cvs/extras/rpms/dictd/devel/dictd.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- dictd.spec	16 Jul 2008 16:26:04 -0000	1.33
+++ dictd.spec	14 Jan 2009 13:57:37 -0000	1.34
@@ -1,11 +1,13 @@
+%define libmaaVersion 1.1.0
 Summary:   DICT protocol (RFC 2229) command-line client
 Name:      dictd
-Version:   1.10.11
-Release:   3
+Version:   1.11.0
+Release:   1
 License:   GPL+ and zlib and MIT
 Group:     Applications/Internet
 Source0:   http://downloads.sourceforge.net/dict/%{name}-%{version}.tar.gz
 Source1:   dictd.init
+Source2:   libmaa-%{libmaaVersion}.tar.gz
 URL:       http://www.dict.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post):  chkconfig
@@ -21,9 +23,12 @@
 
 %prep
 %setup -q
+tar xzf %{SOURCE2}
+mv libmaa-%{libmaaVersion} libmaa
 
 %build
-%configure --with-cflags="$RPM_OPT_FLAGS" --enable-dictorg --disable-plugin 
+%configure --with-cflags="$RPM_OPT_FLAGS" --enable-dictorg --disable-plugin \
+            --with-local-libmaa
 make %{?_smp_mflags}
 
 %install
@@ -56,6 +61,9 @@
 %config(noreplace) %{_sysconfdir}/sysconfig/dictd
 
 %changelog
+* Wed Jan 14 2009 Karsten Hopp <karsten at redhat.com> 1.11.0-1
+- update
+
 * Wed Jul 16 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.10.11-3
 - fix license tag
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dictd/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	7 May 2008 10:04:24 -0000	1.6
+++ sources	14 Jan 2009 13:57:37 -0000	1.7
@@ -1 +1,2 @@
-7145acf0eded8b67e842eef0dd9f4189  dictd-1.10.11.tar.gz
+1b316bf797ff239eb87110c18cd7d5d9  dictd-1.11.0.tar.gz
+d1883d09f65179a3b6aa16579cb5a7e9  libmaa-1.1.0.tar.gz




More information about the scm-commits mailing list