[svn] r6433 - in trunk/rpms: fuse-unionfs
perl-Algorithm-Evolutionary perl-SOAP-Lite subversion txt2tags zvbi
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Thu Jul 31 02:53:18 CEST 2008
Author: dag
Date: 2008-07-31 01:53:17 +0100 (Thu, 31 Jul 2008)
New Revision: 6433
Modified:
trunk/rpms/fuse-unionfs/fuse-unionfs.spec
trunk/rpms/perl-Algorithm-Evolutionary/perl-Algorithm-Evolutionary.spec
trunk/rpms/perl-SOAP-Lite/perl-SOAP-Lite.spec
trunk/rpms/subversion/subversion.spec
trunk/rpms/txt2tags/txt2tags.spec
trunk/rpms/zvbi/zvbi.spec
Log:
Updates
Modified: trunk/rpms/fuse-unionfs/fuse-unionfs.spec
===================================================================
--- trunk/rpms/fuse-unionfs/fuse-unionfs.spec 2008-07-30 20:35:59 UTC (rev 6432)
+++ trunk/rpms/fuse-unionfs/fuse-unionfs.spec 2008-07-31 00:53:17 UTC (rev 6433)
@@ -1,11 +1,13 @@
# $Id$
# Authority: dag
+%define _sbindir /sbin
+
%define real_name unionfs-fuse
Summary: FUSE-base user-space union filesystem
Name: fuse-unionfs
-Version: 0.20
+Version: 0.21
Release: 1
License: GPL
Group: System Environment/Kernel
@@ -33,18 +35,31 @@
%install
%{__rm} -rf %{buildroot}
+%{__install} -d -m0755 %{buildroot}%{_sbindir}
+%{__install} -d -m0755 %{buildroot}%{_mandir}/man8/
#%{__make} install DESTDIR="%{buildroot}"
-%{__install} -Dp -m0755 unionfs %{buildroot}%{_bindir}/unionfs
+%{__install} -Dp -m0755 src/unionfs %{buildroot}%{_bindir}/unionfs
+%{__install} -Dp -m0644 man/unionfs-fuse.8 %{buildroot}%{_mandir}/man8/unionfs-fuse.8
+### Symlink different locations
+%{__ln_s} -f %{_bindir}/unionfs %{buildroot}%{_sbindir}/mount.unionfs
+%{__ln_s} -f unionfs-fuse.8 %{buildroot}%{_mandir}/man8/unionfs.8
+
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
-%doc CREDITS
+%doc CREDITS LICENSE NEWS examples/
+%doc %{_mandir}/man8/unionfs-fuse.8*
+%doc %{_mandir}/man8/unionfs.8*
%{_bindir}/unionfs
+%{_sbindir}/mount.unionfs
%changelog
+* Sun Jul 27 2008 Dag Wieers <dag at wieers.com> - 0.21-1
+- Updated to release 0.21.
+
* Tue Jun 03 2008 Dag Wieers <dag at wieers.com> - 0.20-1
- Updated to release 0.20.
Modified: trunk/rpms/perl-Algorithm-Evolutionary/perl-Algorithm-Evolutionary.spec
===================================================================
--- trunk/rpms/perl-Algorithm-Evolutionary/perl-Algorithm-Evolutionary.spec 2008-07-30 20:35:59 UTC (rev 6432)
+++ trunk/rpms/perl-Algorithm-Evolutionary/perl-Algorithm-Evolutionary.spec 2008-07-31 00:53:17 UTC (rev 6433)
@@ -9,7 +9,7 @@
Summary: Perl extension for performing paradigm-free evolutionary algorithms
Name: perl-Algorithm-Evolutionary
-Version: 0.56
+Version: 0.60
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
@@ -51,7 +51,7 @@
%files
%defattr(-, root, root, 0755)
-%doc Changes LICENSE MANIFEST META.yml README examples/
+%doc Changes LICENSE MANIFEST META.yml README TODO examples/
%doc %{_mandir}/man3/Algorithm::Evolutionary.3pm*
%doc %{_mandir}/man3/Algorithm::Evolutionary::*.3pm*
%dir %{perl_vendorlib}/Algorithm/
@@ -59,6 +59,9 @@
%{perl_vendorlib}/Algorithm/Evolutionary.pm
%changelog
+* Sat Jul 26 2008 Dag Wieers <dag at wieers.com> - 0.60-1
+- Updated to release 0.60.
+
* Sun Jun 22 2008 Dag Wieers <dag at wieers.com> - 0.56-1
- Updated to release 0.56.
Modified: trunk/rpms/perl-SOAP-Lite/perl-SOAP-Lite.spec
===================================================================
--- trunk/rpms/perl-SOAP-Lite/perl-SOAP-Lite.spec 2008-07-30 20:35:59 UTC (rev 6432)
+++ trunk/rpms/perl-SOAP-Lite/perl-SOAP-Lite.spec 2008-07-31 00:53:17 UTC (rev 6433)
@@ -6,11 +6,10 @@
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name SOAP-Lite
-%define real_version 0.710005
Summary: Interface to SOAP
Name: perl-SOAP-Lite
-Version: 0.710.07
+Version: 0.710.08
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
@@ -78,6 +77,9 @@
%{perl_vendorlib}/XMLRPC/
%changelog
+* Sat Jul 26 2008 Dag Wieers <dag at wieers.com> - 0.710.08-1
+- Updated to release 0.710.08.
+
* Sun Jun 22 2008 Dag Wieers <dag at wieers.com> - 0.710.07-1
- Updated to release 0.710.07.
Modified: trunk/rpms/subversion/subversion.spec
===================================================================
--- trunk/rpms/subversion/subversion.spec 2008-07-30 20:35:59 UTC (rev 6432)
+++ trunk/rpms/subversion/subversion.spec 2008-07-31 00:53:17 UTC (rev 6433)
@@ -27,7 +27,7 @@
Summary: Modern Version Control System designed to replace CVS
Name: subversion
-Version: 1.5.0
+Version: 1.5.1
### FC3 comes with release 1.1
Release: 0.1
License: BSD
@@ -318,6 +318,9 @@
%endif
%changelog
+* Thu Jul 31 2008 Dag Wieers <dag at wieers.com> - 1.5.1-0.1
+- Updated to release 1.5.1.
+
* Tue Jun 24 2008 Dag Wieers <dag at wieers.com> - 1.5.0-0.1
- Updated to release 1.5.0.
Modified: trunk/rpms/txt2tags/txt2tags.spec
===================================================================
--- trunk/rpms/txt2tags/txt2tags.spec 2008-07-30 20:35:59 UTC (rev 6432)
+++ trunk/rpms/txt2tags/txt2tags.spec 2008-07-31 00:53:17 UTC (rev 6433)
@@ -13,7 +13,7 @@
Summary: Converts text files to HTML, XHTML, sgml, LaTeX, man...
Name: txt2tags
-Version: 2.4
+Version: 2.5
Release: 1
License: GPL
Group: Applications/Text
@@ -42,7 +42,7 @@
### Create locale files
for file in $(ls -1 po/*.po); do
- msgfmt -o ${file//.po/.mo} $file
+ msgfmt -o ${file//.po/.mo} $file
done
%install
@@ -53,16 +53,16 @@
### Install translated manpages
%{__install} -Dp -m0644 doc/manpage.man %{buildroot}%{_mandir}/man1/txt2tags.1
for file in $(ls -1 doc/manpage-*.man); do
- lang="${file##doc/manpage-}"
- lang="${lang%%.man}"
- %{__install} -Dp -m0644 $file %{buildroot}%{_mandir}/$lang/man1/txt2tags.1
+ lang="${file##doc/manpage-}"
+ lang="${lang%%.man}"
+ %{__install} -Dp -m0644 $file %{buildroot}%{_mandir}/$lang/man1/txt2tags.1
done
### Install locale files
for file in $(ls -1 po/*.mo); do
- basename="${file##po/}"
- lang="${basename%%.mo}"
- %{__install} -Dp -m0644 $file %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES/txt2tags.mo
+ basename="${file##po/}"
+ lang="${basename%%.mo}"
+ %{__install} -Dp -m0644 $file %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES/txt2tags.mo
done
%find_lang %{name}
@@ -78,5 +78,8 @@
%{_bindir}/txt2tags
%changelog
+* Sun Jul 27 2008 Dag Wieers <dag at wieers.com> - 2.5-1
+- Updated to release 2.5.
+
* Mon Jan 29 2007 Dag Wieers <dag at wieers.com> - 2.4-1
- Initial package. (using DAR)
Modified: trunk/rpms/zvbi/zvbi.spec
===================================================================
--- trunk/rpms/zvbi/zvbi.spec 2008-07-30 20:35:59 UTC (rev 6432)
+++ trunk/rpms/zvbi/zvbi.spec 2008-07-31 00:53:17 UTC (rev 6433)
@@ -11,7 +11,7 @@
Summary: Raw VBI, Teletext and Closed Caption decoding library
Name: zvbi
-Version: 0.2.30
+Version: 0.2.31
Release: 1
License: GPL
Group: Applications/Multimedia
@@ -85,6 +85,9 @@
%exclude %{_libdir}/libzvbi-chains.la
%changelog
+* Sun Jul 27 2008 Dag Wieers <dag at wieers.com> - 0.2.31-1
+- Updated to release 0.2.31.
+
* Mon Jun 09 2008 Dag Wieers <dag at wieers.com> - 0.2.30-1
- Updated to release 0.2.30.
More information about the svn-commits
mailing list