[svn] r5162 - in trunk/rpms: . clamav dnsmasq glibmm24 gtkmm2
gtkmm24 inkscape kobodeluxe libgc rdup
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Tue Feb 13 16:37:17 CET 2007
Author: dag
Date: 2007-02-13 16:37:15 +0100 (Tue, 13 Feb 2007)
New Revision: 5162
Added:
trunk/rpms/glibmm24/
trunk/rpms/glibmm24/glibmm24.spec
trunk/rpms/gtkmm24/
trunk/rpms/gtkmm24/gtkmm24.spec
Modified:
trunk/rpms/clamav/clamav.spec
trunk/rpms/dnsmasq/dnsmasq.spec
trunk/rpms/gtkmm2/gtkmm2.spec
trunk/rpms/inkscape/inkscape.spec
trunk/rpms/kobodeluxe/kobodeluxe.spec
trunk/rpms/libgc/libgc.spec
trunk/rpms/rdup/rdup.spec
Log:
Updates
Modified: trunk/rpms/clamav/clamav.spec
===================================================================
--- trunk/rpms/clamav/clamav.spec 2007-02-13 12:51:08 UTC (rev 5161)
+++ trunk/rpms/clamav/clamav.spec 2007-02-13 15:37:15 UTC (rev 5162)
@@ -10,7 +10,7 @@
Summary: Anti-virus software
Name: clamav
-Version: 0.88.7
+Version: 0.90
Release: 1
License: GPL
Group: Applications/System
@@ -306,12 +306,14 @@
%defattr(-, root, root, 0755)
%doc contrib/clamdwatch/ etc/clamd.conf
%doc %{_mandir}/man1/clamdscan.1*
+%doc %{_mandir}/man1/clamconf.1*
%doc %{_mandir}/man5/clamd.conf.5*
%doc %{_mandir}/man8/clamd.8*
%config(noreplace) %{_sysconfdir}/clamd.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/clamav
%config %{_initrddir}/clamd
%{_sbindir}/clamd
+%{_bindir}/clamconf
%{_bindir}/clamdscan
%defattr(0644, clamav, clamav, 0755)
@@ -351,6 +353,9 @@
%{_libdir}/pkgconfig/libclamav.pc
%changelog
+* Tue Dec 12 2006 Dag Wieers <dag at wieers.com> - 0.90-1
+- Updated to release 0.90.
+
* Tue Dec 12 2006 Dag Wieers <dag at wieers.com> - 0.88.7-1
- Updated to release 0.88.7.
Modified: trunk/rpms/dnsmasq/dnsmasq.spec
===================================================================
--- trunk/rpms/dnsmasq/dnsmasq.spec 2007-02-13 12:51:08 UTC (rev 5161)
+++ trunk/rpms/dnsmasq/dnsmasq.spec 2007-02-13 15:37:15 UTC (rev 5162)
@@ -156,7 +156,7 @@
%{_localstatedir}/lib/misc/
%changelog
-* Tue Feb 13 2007 Dries Verachtert <dries at ulyssis.org> - 2.38-1
+* Tue Feb 13 2007 Dag Wieers <dag at wieers.com> - 2.38-1
- Updated to release 2.38.
* Mon Jan 22 2007 Dag Wieers <dag at wieers.com> - 2.37-1
Added: trunk/rpms/glibmm24/glibmm24.spec
===================================================================
--- trunk/rpms/glibmm24/glibmm24.spec (rev 0)
+++ trunk/rpms/glibmm24/glibmm24.spec 2007-02-13 15:37:15 UTC (rev 5162)
@@ -0,0 +1,80 @@
+# $Id$
+# Authority: dag
+
+Summary: C++ interface for GTK2 (a GUI library for X).
+Name: glibmm24
+Version: 2.4.8
+Release: 1
+License: LGPL
+Group: System Environment/Libraries
+URL: http://gtkmm.sourceforge.net/
+
+Source: http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.4/glibmm-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: libsigc++20-devel >= 2.0.0
+BuildRequires: glib2-devel >= 2.4.0
+
+%description
+gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps GTK+ 2.
+Highlights include typesafe callbacks, widgets extensible via inheritance
+and a comprehensive set of widget classes that can be freely combined to
+quickly create complex user interfaces.
+
+
+%package devel
+Summary: Header files, libraries and development documentation for %{name}.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: glib2-devel
+Requires: libsigc++20-devel
+
+%description devel
+This package contains the header files, static libraries and development
+documentation for %{name}. If you like to develop programs using %{name},
+you will need to install %{name}-devel.
+
+%prep
+%setup -n glibmm-%{version}
+
+%build
+%configure --enable-static
+%{__make} %{?_smp_mflags}
+
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%{__install} -dp -m0755 rpm-doc/
+%{__mv} -f %{buildroot}%{_docdir}/glibmm-2.4/* rpm-doc/
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING NEWS README
+%{_libdir}/libglibmm-2.4.so.*
+%{_libdir}/libglibmm_generate_extra_defs-2.4.so.*
+
+%files devel
+%defattr(-, root, root, 0755)
+%doc CHANGES rpm-doc/*
+%{_includedir}/glibmm-2.4/
+%{_libdir}/libglibmm-2.4.a
+%{_libdir}/libglibmm_generate_extra_defs-2.4.a
+%exclude %{_libdir}/libglibmm-2.4.la
+%exclude %{_libdir}/libglibmm_generate_extra_defs-2.4.la
+%{_libdir}/libglibmm-2.4.so
+%{_libdir}/libglibmm_generate_extra_defs-2.4.so
+%{_libdir}/glibmm-2.4/
+%{_libdir}/pkgconfig/glibmm-2.4.pc
+%{_datadir}/aclocal/glibmm_check_perl.m4
+
+%changelog
+* Tue Feb 13 2007 Dag Wieers <dag at wieers.com> - 2.4.8-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/glibmm24/glibmm24.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/gtkmm2/gtkmm2.spec
===================================================================
--- trunk/rpms/gtkmm2/gtkmm2.spec 2007-02-13 12:51:08 UTC (rev 5161)
+++ trunk/rpms/gtkmm2/gtkmm2.spec 2007-02-13 15:37:15 UTC (rev 5162)
@@ -3,12 +3,13 @@
Summary: The C++ interface for the GIMP ToolKit (GTK+) GUI library
Name: gtkmm2
-Version: 2.2.12
+Version: 2.10.7
Release: 1
Group: System Environment/Libraries
License: LGPL
URL: http://www.gtkmm.org/
-Source: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.2/gtkmm-%{version}.tar.bz2
+
+Source: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.10/gtkmm-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: gtk2 >= 2.2.0, libsigc++ >= 1.2.0
BuildRequires: gcc-c++, gtk2-devel >= 2.2.0, libsigc++-devel >= 1.2.0,
@@ -83,6 +84,9 @@
%changelog
+* Tue Feb 13 2007 Dag Wieers <dag at wieers.com> - 2.10.7-1
+- Updated to release 2.10.7.
+
* Mon Jun 7 2004 Matthias Saou <http://freshrpms.net/> 2.2.12-1
- Update to 2.2.12.
Added: trunk/rpms/gtkmm24/gtkmm24.spec
===================================================================
--- trunk/rpms/gtkmm24/gtkmm24.spec (rev 0)
+++ trunk/rpms/gtkmm24/gtkmm24.spec 2007-02-13 15:37:15 UTC (rev 5162)
@@ -0,0 +1,99 @@
+# $Id$
+# Authority: dag
+
+Summary: C++ interface for GTK2 (a GUI library for X).
+Name: gtkmm24
+Version: 2.4.8
+Release: 1
+License: LGPL
+Group: System Environment/Libraries
+URL: http://gtkmm.sourceforge.net/
+
+Source: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.4/gtkmm-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: glibmm24-devel >= 2.4.0
+BuildRequires: atk-devel >= 1.6.0
+BuildRequires: pango-devel >= 1.4.0
+BuildRequires: gtk2-devel >= 2.4.0
+
+%description
+gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps GTK+ 2.
+Highlights include typesafe callbacks, widgets extensible via inheritance
+and a comprehensive set of widget classes that can be freely combined to
+quickly create complex user interfaces.
+
+%package devel
+Summary: Header files, libraries and development documentation for %{name}.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+Requires: glib2-devel, gtk2-devel, atk-devel, pango-devel
+Requires: glibmm24-devel
+
+%description devel
+This package contains the header files, static libraries and development
+documentation for %{name}. If you like to develop programs using %{name},
+you will need to install %{name}-devel.
+
+%description devel
+This package contains the static libraries and header files needed for
+developing gtkmm applications.
+
+%prep
+%setup -n gtkmm-%{version}
+
+%build
+%configure --enable-static --enable-shared
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+%{__install} -d -m0755 rpm-doc/
+%{__mv} %{buildroot}%{_docdir}/gtkmm-2.4/* rpm-doc/
+%{__rm} -rf %{buildroot}%{_datadir}/devhelp/books/gtkmm-2.4/
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING NEWS README
+%{_libdir}/libatkmm-1.6.so.*
+%{_libdir}/libgdkmm-2.4.so.*
+%{_libdir}/libgtkmm-2.4.so.*
+%{_libdir}/libpangomm-1.4.so.*
+
+%files devel
+%defattr(-, root, root, 0755)
+%doc CHANGES PORTING rpm-doc/*
+%{_includedir}/atkmm-1.6/
+%{_includedir}/gdkmm-2.4/
+%{_includedir}/gtkmm-2.4/
+%{_includedir}/pangomm-1.4/
+%{_libdir}/libatkmm-1.6.a
+%{_libdir}/libgdkmm-2.4.a
+%{_libdir}/libgtkmm-2.4.a
+%{_libdir}/libpangomm-1.4.a
+%exclude %{_libdir}/libatkmm-1.6.la
+%exclude %{_libdir}/libgdkmm-2.4.la
+%exclude %{_libdir}/libgtkmm-2.4.la
+%exclude %{_libdir}/libpangomm-1.4.la
+%{_libdir}/libatkmm-1.6.so
+%{_libdir}/libgdkmm-2.4.so
+%{_libdir}/libgtkmm-2.4.so
+%{_libdir}/libpangomm-1.4.so
+%{_libdir}/gdkmm-2.4/
+%{_libdir}/gtkmm-2.4/
+%{_libdir}/pkgconfig/atkmm-1.6.pc
+%{_libdir}/pkgconfig/gdkmm-2.4.pc
+%{_libdir}/pkgconfig/gtkmm-2.4.pc
+%{_libdir}/pkgconfig/pangomm-1.4.pc
+
+%changelog
+* Tue Feb 13 2007 Dag Wieers <dag at wieers.com> - 2.4.8-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/gtkmm24/gtkmm24.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/inkscape/inkscape.spec
===================================================================
--- trunk/rpms/inkscape/inkscape.spec 2007-02-13 12:51:08 UTC (rev 5161)
+++ trunk/rpms/inkscape/inkscape.spec 2007-02-13 15:37:15 UTC (rev 5162)
@@ -5,6 +5,7 @@
%{?dist: %{expand: %%define %dist 1}}
%{?fc4:%define _without_modxorg 1}
+%{?el4:%define _without_modxorg 1}
%{?fc3:%define _without_modxorg 1}
%{?fc2:%define _without_modxorg 1}
%{?fc1:%define _without_modxorg 1}
@@ -24,7 +25,7 @@
Summary: Vector drawing application
Name: inkscape
-Version: 0.44.1
+Version: 0.45
Release: 1
License: GPL
Group: Applications/Multimedia
@@ -42,7 +43,8 @@
BuildRequires: gtk2-devel, libxml2-devel, libxslt-devel
BuildRequires: python-devel
%{!?_without_freedesktop:BuildRequires: desktop-file-utils}
-%{?_without_modxorg:BuildRequires: XFree86-devel, XFree86-Mesa-libGLU}
+#%{?_without_modxorg:BuildRequires: XFree86-devel, XFree86-Mesa-libGLU}
+%{?_without_modxorg:BuildRequires: XFree86-devel, xorg-x11-Mesa-libGLU}
%{!?_without_modxorg:BuildRequires: mesa-libGL-devel, mesa-libGLU-devel}
%description
@@ -103,6 +105,9 @@
%{_datadir}/pixmaps/inkscape.png
%changelog
+* Tue Feb 13 2007 Dag Wieers <dag at wieers.com> - 0.45-1
+- Updated to release 0.45.
+
* Sun Nov 12 2006 Dries Verachtert <dries at ulyssis.org> - 0.44.1-1
- Updated to release 0.44.1.
Modified: trunk/rpms/kobodeluxe/kobodeluxe.spec
===================================================================
--- trunk/rpms/kobodeluxe/kobodeluxe.spec 2007-02-13 12:51:08 UTC (rev 5161)
+++ trunk/rpms/kobodeluxe/kobodeluxe.spec 2007-02-13 15:37:15 UTC (rev 5162)
@@ -13,7 +13,7 @@
Version: 0.4
Release: 0.pre10
License: GPL
-Group: Amusement/Games
+Group: Amusements/Games
URL: http://www.olofson.net/kobodl/
Source0: http://olofson.net/kobodl/download/KoboDeluxe-%{version}pre10.tar.gz
@@ -101,7 +101,7 @@
%defattr(2755, root, games, 0755)
%{_bindir}/kobodl
-%defattr(775, root, games, 0755)
+%defattr(0775, root, games, 0775)
%{_localstatedir}/games/kobo-deluxe/
%changelog
Modified: trunk/rpms/libgc/libgc.spec
===================================================================
--- trunk/rpms/libgc/libgc.spec 2007-02-13 12:51:08 UTC (rev 5161)
+++ trunk/rpms/libgc/libgc.spec 2007-02-13 15:37:15 UTC (rev 5162)
@@ -12,10 +12,13 @@
Group: System Environment/Libraries
URL: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
-Source: http://www.hpl.hp.com/personal/Hans_Boehm/%{real_name}/gc_source/%{real_name}%{version}.tar.gz
+Source: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Obsoletes: libgc-6, libgc-6.1alpha5, gc
+Obsoletes: libgc6 <= %{epoch}:%{version}-%{release}
+Provides: libgc6 <= %{epoch}:%{version}-%{release}
+Obsoletes: gc <= %{epoch}:%{version}-%{release}
+Provides: gc = %{epoch}:%{version}-%{release}
BuildRequires: gcc-c++
%description
@@ -26,7 +29,10 @@
Summary: Header files, libraries and development documentation for %{name}
Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}
-Obsoletes: libgc6-devel, gc-devel
+Obsoletes: libgc6-devel <= %{epoch}:%{version}-%{release}
+Provides: libgc6-devel = %{epoch}:%{version}-%{release}
+Obsoletes: gc-devel <= %{epoch}:%{version}-%{release}
+Provides: gc-devel = %{epoch}:%{version}-%{release}
%description devel
This package contains the header files, static libraries and development
Modified: trunk/rpms/rdup/rdup.spec
===================================================================
--- trunk/rpms/rdup/rdup.spec 2007-02-13 12:51:08 UTC (rev 5161)
+++ trunk/rpms/rdup/rdup.spec 2007-02-13 15:37:15 UTC (rev 5162)
@@ -3,7 +3,7 @@
Summary: Prints filenames for backup
Name: rdup
-Version: 0.3.6
+Version: 0.3.7
Release: 1
License: GPL
Group: Applications/File
@@ -63,6 +63,9 @@
%{_datadir}/rdup/
%changelog
+* Tue Feb 13 2007 Dag Wieers <dag at wieers.com> - 0.3.7-1
+- Updated to release 0.3.7.
+
* Mon Jan 29 2007 Dag Wieers <dag at wieers.com> - 0.3.6-1
- Updated to release 0.3.6.
More information about the svn-commits
mailing list