[svn] r5649 - in trunk/rpms: botan grsync segatex tellico utf8proc
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sun Jul 29 23:31:22 CEST 2007
Author: dries
Date: 2007-07-29 23:31:20 +0200 (Sun, 29 Jul 2007)
New Revision: 5649
Modified:
trunk/rpms/botan/botan.spec
trunk/rpms/grsync/grsync.spec
trunk/rpms/segatex/segatex.spec
trunk/rpms/tellico/tellico.spec
trunk/rpms/utf8proc/utf8proc.spec
Log:
updates
Modified: trunk/rpms/botan/botan.spec
===================================================================
--- trunk/rpms/botan/botan.spec 2007-07-29 14:44:15 UTC (rev 5648)
+++ trunk/rpms/botan/botan.spec 2007-07-29 21:31:20 UTC (rev 5649)
@@ -3,18 +3,17 @@
Summary: Library implementing a variety of cryptographic algorithms and formats
Name: botan
-Version: 1.4.12
-Release: 1.2
+Version: 1.6.3
+Release: 1
License: Other
Group: System Environment/Libraries
URL: http://botan.randombit.net/
#Source: http://botan.randombit.net/files/Botan-%{version}.tgz
-Source: http://files.randombit.net/botan/archive/v1.4/Botan-%{version}.tgz
+Source: http://files.randombit.net/botan/archive/v1.6/Botan-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++, perl
-%{?fc4:BuildRequires: compat-gcc-32-c++}
%description
Botan is a library, written in C++. It's main purpose it to provide an easy
@@ -39,19 +38,18 @@
%build
%{expand: %%define optflags -O2}
./configure.pl \
- --prefix="%{buildroot}%{_prefix}"
-%{__make} %{?_smp_mflags} CXX=g++32
+ --prefix="%{_prefix}"
+%{__perl} -pi -e "s|-o ..OWNER. -g ..GROUP.||g;" Makefile
+%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install INSTALLROOT=%{buildroot}%{_prefix}
%{__mv} -vf %{buildroot}%{_docdir}/Botan-%{version} rpm-doc
-%post
-/sbin/ldconfig 2>/dev/null
+%post -p /sbin/ldconfig
-%postun
-/sbin/ldconfig 2>/dev/null
+%postun -p /sbin/ldconfig
%clean
%{__rm} -rf %{buildroot}
@@ -59,16 +57,22 @@
%files
%defattr(-, root, root, 0755)
%doc rpm-doc/*
-%{_bindir}/*
+%{_bindir}/botan-config
%{_libdir}/libbotan-*.so
%files devel
%defattr(-, root, root, 0755)
-%{_includedir}/botan
-%{_libdir}/*.a
-%{_libdir}/*.so
+%{_includedir}/botan/
+%{_libdir}/libbotan.so
+%exclude %{_libdir}/libbotan.a
%changelog
+* Sun Jul 29 2007 Dries Verachtert <dries at ulyssis.org> - 1.6.3-1
+- Updated to release 1.6.3.
+
+* Mon Dec 18 2006 Dries Verachtert <dries at ulyssis.org> - 1.6.0-1
+- Updated to release 1.6.0.
+
* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.4.12-1.2
- Rebuild for Fedora Core 5.
Modified: trunk/rpms/grsync/grsync.spec
===================================================================
--- trunk/rpms/grsync/grsync.spec 2007-07-29 14:44:15 UTC (rev 5648)
+++ trunk/rpms/grsync/grsync.spec 2007-07-29 21:31:20 UTC (rev 5649)
@@ -3,7 +3,7 @@
Summary: GUI for rsync
Name: grsync
-Version: 0.5.2
+Version: 0.6
Release: 1
License: GPL
Group: Applications/Internet
@@ -39,11 +39,16 @@
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%doc %{_mandir}/man1/grsync.1*
+%doc %{_mandir}/man1/grsync-batch.1*
%{_bindir}/grsync
+%{_bindir}/grsync-batch
%{_datadir}/pixmaps/grsync.png
%{_datadir}/applications/grsync.desktop
%changelog
+* Sun Jul 29 2007 Dries Verachtert <dries at ulyssis.org> - 0.6-1
+- Updated to release 0.6.
+
* Sun May 13 2007 Dag Wieers <dag at wieers.com> - 0.5.2-1
- Added perl(XML::Parser) dependency. (Lajos)
Modified: trunk/rpms/segatex/segatex.spec
===================================================================
--- trunk/rpms/segatex/segatex.spec 2007-07-29 14:44:15 UTC (rev 5648)
+++ trunk/rpms/segatex/segatex.spec 2007-07-29 21:31:20 UTC (rev 5649)
@@ -4,7 +4,7 @@
Summary: Create SELinux policies
Name: segatex
-Version: 3.07
+Version: 3.08
Release: 1
License: GPL
Group: Applications/System
@@ -61,6 +61,9 @@
%{_datadir}/applications/*-segatex.desktop
%changelog
+* Sun Jul 29 2007 Dries Verachtert <dries at ulyssis.org> - 3.08-1
+- Updated to release 3.08.
+
* Mon Jul 16 2007 Dries Verachtert <dries at ulyssis.org> - 3.07-1
- Updated to release 3.07.
Modified: trunk/rpms/tellico/tellico.spec
===================================================================
--- trunk/rpms/tellico/tellico.spec 2007-07-29 14:44:15 UTC (rev 5648)
+++ trunk/rpms/tellico/tellico.spec 2007-07-29 21:31:20 UTC (rev 5649)
@@ -9,7 +9,7 @@
Summary: collection manager
Name: tellico
-Version: 1.2.12
+Version: 1.2.13
Release: 1
License: GPL
Group: Applications/Multimedia
@@ -73,6 +73,9 @@
%{_datadir}/config.kcfg/tellico_config.kcfg
%changelog
+* Sun Jul 29 2007 Dries Verachtert <dries at ulyssis.org> - 12.13-1
+- Updated to release 1.2.13.
+
* Sun Jul 08 2007 Dries Verachtert <dries at ulyssis.org> - 12.12-1
- Updated to release 1.2.12.
Modified: trunk/rpms/utf8proc/utf8proc.spec
===================================================================
--- trunk/rpms/utf8proc/utf8proc.spec 2007-07-29 14:44:15 UTC (rev 5648)
+++ trunk/rpms/utf8proc/utf8proc.spec 2007-07-29 21:31:20 UTC (rev 5649)
@@ -4,7 +4,7 @@
Summary: Library for processing UTF-8 encoded unicode strings
Name: utf8proc
-Version: 1.1.1
+Version: 1.1.2
Release: 1
License: BSD
Group: Development/Libraries
@@ -60,6 +60,9 @@
%{_includedir}/utf8proc.h
%changelog
+* Sun Jul 29 2007 Dries Verachtert <dries at ulyssis.org> - 1.1.2-1
+- Updated to release 1.1.2.
+
* Mon Jul 23 2007 Dries Verachtert <dries at ulyssis.org> - 1.1.1-1
- Updated to release 1.1.1.
More information about the svn-commits
mailing list