[svn] r6188 - in trunk/rpms: ocaml perl-Geo-Coder-Google
perl-Image-ExifTool pidgin-guifications pidgin-plugin_pack viewvc
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sat Mar 1 13:04:07 CET 2008
Author: dag
Date: 2008-03-01 12:04:03 +0000 (Sat, 01 Mar 2008)
New Revision: 6188
Modified:
trunk/rpms/ocaml/ocaml.spec
trunk/rpms/perl-Geo-Coder-Google/perl-Geo-Coder-Google.spec
trunk/rpms/perl-Image-ExifTool/perl-Image-ExifTool.spec
trunk/rpms/pidgin-guifications/pidgin-guifications.spec
trunk/rpms/pidgin-plugin_pack/pidgin-plugin_pack.spec
trunk/rpms/viewvc/viewvc.spec
Log:
Updates
Modified: trunk/rpms/ocaml/ocaml.spec
===================================================================
--- trunk/rpms/ocaml/ocaml.spec 2008-02-29 22:33:58 UTC (rev 6187)
+++ trunk/rpms/ocaml/ocaml.spec 2008-03-01 12:04:03 UTC (rev 6188)
@@ -23,16 +23,16 @@
Summary: Objective Caml
Name: ocaml
-Version: 3.09.1
-Release: 1.2
+Version: 3.10.1
+Release: 1
License: QPL/LGPL
Group: Development/Languages
URL: http://caml.inria.fr/
-Source: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-%{version}.tar.bz2
-Source1: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.html.tar.gz
-Source2: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.ps.gz
-Source3: http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09-refman.info.tar.gz
+Source0: http://caml.inria.fr/distrib/ocaml-3.10/ocaml-%{version}.tar.bz2
+Source1: http://caml.inria.fr/distrib/ocaml-3.10/ocaml-3.10-refman.html.tar.gz
+Source2: http://caml.inria.fr/distrib/ocaml-3.10/ocaml-3.10-refman.ps.gz
+Source3: http://caml.inria.fr/distrib/ocaml-3.10/ocaml-3.10-refman.info.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: ncurses-devel, gdbm-devel, emacs
@@ -116,18 +116,15 @@
%files
%defattr(-, root, root, 0755)
%doc Changes htmlman/ INSTALL LICENSE README refman.ps.gz
-%doc %{_mandir}/man1/*
-%doc %{_mandir}/man3/*
+%doc %{_mandir}/man1/*.1*
+%doc %{_mandir}/man3/*.3*
%doc %{_infodir}/ocaml*
%{_bindir}/*
%{_libdir}/ocaml/
### in ocaml-camlp4
-%exclude %{_mandir}/man1/camlp4*
-%exclude %{_mandir}/man1/mkcamlp4*
%exclude %{_bindir}/camlp4*
%exclude %{_bindir}/mkcamlp4
-%exclude %{_bindir}/ocpp
%exclude %{_libdir}/ocaml/camlp4/
### in ocaml-labltk
@@ -142,11 +139,8 @@
%files camlp4
%defattr(-, root, root, 0755)
-%doc %{_mandir}/man1/camlp4*
-%doc %{_mandir}/man1/mkcamlp4*
%{_bindir}/camlp4*
%{_bindir}/mkcamlp4
-%{_bindir}/ocpp
%dir %{_libdir}/ocaml/
%{_libdir}/ocaml/camlp4/
@@ -171,6 +165,9 @@
%{_datadir}/emacs/site-lisp/*.elc
%changelog
+* Thu Feb 28 2008 Dag Wieers <dag at wieers.com> - 3.10-1
+- Updated to release 3.10.
+
* Wed Jan 04 2006 Dries Verachtert <dries at ulyssis.org> - 3.09.1-1
- Updated to release 3.09.1.
Modified: trunk/rpms/perl-Geo-Coder-Google/perl-Geo-Coder-Google.spec
===================================================================
--- trunk/rpms/perl-Geo-Coder-Google/perl-Geo-Coder-Google.spec 2008-02-29 22:33:58 UTC (rev 6187)
+++ trunk/rpms/perl-Geo-Coder-Google/perl-Geo-Coder-Google.spec 2008-03-01 12:04:03 UTC (rev 6188)
@@ -1,6 +1,6 @@
# $Id: $
# Authority: dries
-# Upstream: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+# Upstream: Tatsuhiko Miyagawa <miyagawa$bulknews,net>
%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
@@ -15,7 +15,7 @@
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Geo-Coder-Google/
-Source: http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Geo-Coder-Google-%{version}.tar.gz
+Source: http://www.cpan.org/modules/by-module/Geo/Geo-Coder-Google-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
@@ -44,10 +44,11 @@
%files
%defattr(-, root, root, 0755)
-%doc Changes README
-%doc %{_mandir}/man3/Geo::Coder::Google.3*
-%dir %{perl_vendorlib}/Geo
-%dir %{perl_vendorlib}/Geo/Coder
+%doc Changes MANIFEST META.yml README
+%doc %{_mandir}/man3/Geo::Coder::Google.3pm*
+%dir %{perl_vendorlib}/Geo/
+%dir %{perl_vendorlib}/Geo/Coder/
+#%{perl_vendorlib}/Geo/Coder/Google/
%{perl_vendorlib}/Geo/Coder/Google.pm
%changelog
Modified: trunk/rpms/perl-Image-ExifTool/perl-Image-ExifTool.spec
===================================================================
--- trunk/rpms/perl-Image-ExifTool/perl-Image-ExifTool.spec 2008-02-29 22:33:58 UTC (rev 6187)
+++ trunk/rpms/perl-Image-ExifTool/perl-Image-ExifTool.spec 2008-03-01 12:04:03 UTC (rev 6188)
@@ -11,7 +11,7 @@
Summary: Read and write meta information in images
Name: perl-Image-ExifTool
Version: 7.15
-Release: 1
+Release: 2
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Image-ExifTool/
@@ -29,9 +29,10 @@
%prep
%setup -n %{real_name}-%{version}
-# avoid dependency on 'perl(a)'
-%{__perl} -pi -e "s|use a|Use a|g;" lib/Image/ExifTool/Canon.pm
+### Prevent 'use a' to end up as a perl(a) dependency.
+%{__perl} -pi -e 's| use a | Use a |' lib/Image/ExifTool/Canon.pm
+
%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
%{__make} %{?_smp_mflags}
@@ -63,6 +64,9 @@
%{perl_vendorlib}/Image/ExifTool.pod
%changelog
+* Thu Feb 28 2008 Dag Wieers <dag at wieers.com> - 7.15-2
+- Remove the erroneous perl(a) dependency. (Jelmer Jellema)
+
* Wed Feb 20 2008 Dag Wieers <dag at wieers.com> - 7.15-1
- Updated to release 7.15.
Modified: trunk/rpms/pidgin-guifications/pidgin-guifications.spec
===================================================================
--- trunk/rpms/pidgin-guifications/pidgin-guifications.spec 2008-02-29 22:33:58 UTC (rev 6187)
+++ trunk/rpms/pidgin-guifications/pidgin-guifications.spec 2008-03-01 12:04:03 UTC (rev 6188)
@@ -3,14 +3,13 @@
Summary: Guifications Plugin for Pidgin
Name: pidgin-guifications
-%define real_version 2.14
-Version: 2.14
+Version: 2.16
Release: 1
License: GPL
Group: Applications/Internet
URL: http://gaim.guifications.org/
-Source: http://downloads.guifications.org/plugins//Guifications2/pidgin-guifications-%{real_version}.tar.bz2
+Source: http://downloads.guifications.org/plugins//Guifications2/pidgin-guifications-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: pkgconfig, libtool, gettext, pidgin-devel, gtk2-devel
@@ -20,7 +19,7 @@
instant messaging client Pidgin
%prep
-%setup -n %{name}-%{real_version}
+%setup
%build
%configure
@@ -39,11 +38,13 @@
%doc AUTHORS ChangeLog COPYING README doc/*.dia doc/*.png
%{_datadir}/pixmaps/pidgin/guifications/
%dir %{_libdir}/pidgin/
-#exclude %{_libdir}/pidgin/guifications.a
+%{_libdir}/pidgin/guifications.so
%exclude %{_libdir}/pidgin/guifications.la
-%{_libdir}/pidgin/guifications.so
%changelog
+* Sat Mar 01 2008 Dag Wieers <dag at wieers.com> - 2.16-1
+- Updated to release 2.16.
+
* Fri Jul 06 2007 Heiko Adams <info at fedora-blog.de> - 2.14-1
- Updated to release 2.14.
Modified: trunk/rpms/pidgin-plugin_pack/pidgin-plugin_pack.spec
===================================================================
--- trunk/rpms/pidgin-plugin_pack/pidgin-plugin_pack.spec 2008-02-29 22:33:58 UTC (rev 6187)
+++ trunk/rpms/pidgin-plugin_pack/pidgin-plugin_pack.spec 2008-03-01 12:04:03 UTC (rev 6188)
@@ -1,16 +1,17 @@
# $Id$
# Authority: dag
+%define real_name purple-plugin_pack
+
Summary: Plugin Pack for Pidgin
Name: pidgin-plugin_pack
-%define real_version 1.0beta7
-Version: 1.0
-Release: 0.beta7
+Version: 2.0.0
+Release: 1
License: GPL
Group: Applications/Internet
URL: http://plugins.guifications.org/trac/
-Source: http://downloads.guifications.org/plugins/Plugin%20Pack%20Archive/purple-plugin_pack-%{real_version}.tar.bz2
+Source: http://downloads.guifications.org/plugins/Plugin%20Pack%20Archive/purple-plugin_pack-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: pkgconfig, libtool, gettext, xmms-devel, pidgin-devel, gtk2-devel
@@ -22,7 +23,7 @@
instant messaging client Pidgin.
%prep
-%setup -n %{name}-%{real_version}
+%setup -n %{real_name}-%{version}
%build
%configure
@@ -41,12 +42,17 @@
%doc AUTHORS ChangeLog COPYING NEWS README TODO doc/*.txt
%dir %{_libdir}/pidgin/
%{_libdir}/pidgin/*.so
+%dir %{_libdir}/purple-2/
+%{_libdir}/purple-2/*.so
%dir %{_datadir}/pixmaps/pidgin/
%{_datadir}/pixmaps/pidgin/plugin_pack/
-%exclude %{_libdir}/pidgin/*.a
%exclude %{_libdir}/pidgin/*.la
+%exclude %{_libdir}/purple-2/*.la
%changelog
+* Sat Mar 01 2008 Dag Wieers <dag at wieers.com> - 2.0.0-1
+- Updated to release 2.0.0.
+
* Sun Jul 01 2007 Dag Wieers <dag at wieers.com> - 1.0-0.beta7
- Updated to release 1.0beta7.
Modified: trunk/rpms/viewvc/viewvc.spec
===================================================================
--- trunk/rpms/viewvc/viewvc.spec 2008-02-29 22:33:58 UTC (rev 6187)
+++ trunk/rpms/viewvc/viewvc.spec 2008-03-01 12:04:03 UTC (rev 6188)
@@ -3,7 +3,7 @@
Summary: Web-interface for CVS and Subversion version control repositories
Name: viewvc
-Version: 1.0.4
+Version: 1.0.5
Release: 1
License: BSD
Group: Development/Tools
@@ -56,10 +56,10 @@
### Fix python files perms and shellbang
%{__perl} -pi \
- -e 's|/usr/local/bin/python|%{_bindir}/python|g;' \
- -e 's|\s*/usr/bin/env python|%{_bindir}/python|g;' \
- -e 's|CONF_PATHNAME =.*|CONF_PATHNAME = r"%{_sysconfdir}/viewvc/viewvc.conf"|g;' \
- $(find %{buildroot}%{_datadir}/viewvc/ -type f)
+ -e 's|/usr/local/bin/python|%{_bindir}/python|g;' \
+ -e 's|\s*/usr/bin/env python|%{_bindir}/python|g;' \
+ -e 's|CONF_PATHNAME =.*|CONF_PATHNAME = r"%{_sysconfdir}/viewvc/viewvc.conf"|g;' \
+ $(find %{buildroot}%{_datadir}/viewvc/ -type f)
### Install CGI's to www directory
%{__mkdir_p} %{buildroot}%{_localstatedir}/www/cgi-bin
@@ -68,10 +68,10 @@
### Fix paths in configuration
%{__perl} -pi \
- -e 's|templates/|%{_datadir}/viewvc/templates/|g;' \
- -e 's|^#docroot = .*|docroot = /viewvc-static|;' \
- -e 's|^cvsgraph_conf = .*|cvsgraph_conf = %{_sysconfdir}/viewvc/cvsgraph.conf|;' \
- %{buildroot}%{_datadir}/viewvc/viewvc.conf
+ -e 's|templates/|%{_datadir}/viewvc/templates/|g;' \
+ -e 's|^#docroot = .*|docroot = /viewvc-static|;' \
+ -e 's|^cvsgraph_conf = .*|cvsgraph_conf = %{_sysconfdir}/viewvc/cvsgraph.conf|;' \
+ %{buildroot}%{_datadir}/viewvc/viewvc.conf
### Install config to sysconf directory
%{__install} -Dp -m0644 %{buildroot}%{_datadir}/viewvc/viewvc.conf %{buildroot}%{_sysconfdir}/viewvc/viewvc.conf
@@ -107,6 +107,9 @@
%{_localstatedir}/www/viewvc/
%changelog
+* Thu Feb 28 2008 Dag Wieers <dag at wieers.com> - 1.0.5-1
+- Updated to release 1.0.5.
+
* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 1.0.4-1
- Updated to release 1.0.4.
More information about the svn-commits
mailing list