[svn] r5248 - in trunk/rpms: amsn exiv2 fio frozen-bubble gnochm
gstreamer-plugins-extras gstreamer08-plugins-extras gtkmm2
kismet lftp swftools
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Wed Mar 28 23:53:46 CEST 2007
Author: dag
Date: 2007-03-28 23:53:45 +0200 (Wed, 28 Mar 2007)
New Revision: 5248
Added:
trunk/rpms/gstreamer-plugins-extras/gstreamer-plugins-extras-0.8.6.spec
trunk/rpms/gtkmm2/gtkmm2-2.2.spec
Modified:
trunk/rpms/amsn/amsn.spec
trunk/rpms/exiv2/exiv2.spec
trunk/rpms/fio/fio.spec
trunk/rpms/frozen-bubble/frozen-bubble.spec
trunk/rpms/gnochm/gnochm.spec
trunk/rpms/gstreamer-plugins-extras/gstreamer-plugins-extras.spec
trunk/rpms/gstreamer08-plugins-extras/gstreamer08-plugins-extras.spec
trunk/rpms/kismet/kismet.spec
trunk/rpms/lftp/lftp.spec
trunk/rpms/swftools/swftools.spec
Log:
Updates
Modified: trunk/rpms/amsn/amsn.spec
===================================================================
--- trunk/rpms/amsn/amsn.spec 2007-03-28 21:15:30 UTC (rev 5247)
+++ trunk/rpms/amsn/amsn.spec 2007-03-28 21:53:45 UTC (rev 5248)
@@ -28,11 +28,11 @@
Summary: Full featured MSN Messenger clone
Name: amsn
-Version: 0.95
-Release: 2.2
+Version: 0.96
+Release: 1
License: GPL
Group: Applications/Internet
-URL: http://amsn.sourceforge.net/
+URL: http://www.amsn-project.net/
Source: http://dl.sf.net/amsn/amsn-%{version}.tar.gz
#Source1: http://dl.sf.net/amsn/tls%{tls_maj}.%{tls_min}-src.tar.bz2
@@ -43,12 +43,12 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
ExclusiveArch: i386 x86_64
-BuildRequires: tcl >= 8.3, tk >= 8.3, openssl-devel
+BuildRequires: tcl >= 8.4, tk >= 8.4, openssl-devel
BuildRequires: imlib-devel, libpng-devel, libtiff-devel
-%{!?_without_tcltk_devel:BuildRequires: tcl-devel >= 8.3, tk-devel}
-%{?_without_tcltk_devel:BuildRequires: tcl >= 8.3, tk}
+%{!?_without_tcltk_devel:BuildRequires: tcl-devel >= 8.4, tk-devel}
+%{?_without_tcltk_devel:BuildRequires: tcl >= 8.4, tk}
%{!?_without_freedesktop:BuildRequires: desktop-file-utils}
-Requires: tcl >= 8.3, tk >= 8.3
+Requires: tcl >= 8.4, tk >= 8.4
%description
amsn is a Tcl/Tk clone that implements the Microsoft Messenger (MSN) for
@@ -57,7 +57,7 @@
%prep
%setup -a 2
-%patch1 -p0
+#patch1 -p0
%build
%configure
@@ -99,8 +99,8 @@
%{!?_without_freedesktop:%{_datadir}/applications/%{desktop_vendor}-amsn.desktop}
%changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 0.95-2.2
-- Rebuild for Fedora Core 5.
+* Mon Mar 26 2007 Dag Wieers <dag at wieers.com> - 0.96-1
+- Updated to release 0.96.
* Wed Jan 11 2006 Dag Wieers <dag at wieers.com> - 0.95-2
- Really include release 0.95. (Jaime Ventura)
Modified: trunk/rpms/exiv2/exiv2.spec
===================================================================
--- trunk/rpms/exiv2/exiv2.spec 2007-03-28 21:15:30 UTC (rev 5247)
+++ trunk/rpms/exiv2/exiv2.spec 2007-03-28 21:53:45 UTC (rev 5248)
@@ -14,7 +14,7 @@
Summary: Exif and Iptc metadata manipulation library and tools
Name: exiv2
-Version: 0.13
+Version: 0.14
Release: 1
License: GPL
Group: Applications/Multimedia
@@ -63,28 +63,32 @@
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}" prefix="%{_prefix}"
-%find_lang Exiv2
+%find_lang %{name}
%clean
%{__rm} -rf %{buildroot}
-%files -f Exiv2.lang
+%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc COPYING README
%doc %{_mandir}/man1/exiv*.1*
%{_bindir}/exiv2
-%{_libdir}/libexiv2*.so
+%{_libdir}/libexiv2.so.*
%files devel
%defattr(-, root, root, 0755)
%doc doc/html
-%{_bindir}/exiv2-config
+#%{_bindir}/exiv2-config
%{_includedir}/exiv2/
%{_libdir}/libexiv2*.a
%exclude %{_libdir}/libexiv2*.la
+%{_libdir}/libexiv2.so
%{_libdir}/pkgconfig/exiv2.pc
%changelog
+* Mon Mar 26 2007 Dag Wieers <dag at wieers.com> - 0.14-1
+- Updated to release 0.14.
+
* Sun Mar 04 2007 Dag Wieers <dag at wieers.com> - 0.13-1
- Updated to release 0.13.
Modified: trunk/rpms/fio/fio.spec
===================================================================
--- trunk/rpms/fio/fio.spec 2007-03-28 21:15:30 UTC (rev 5247)
+++ trunk/rpms/fio/fio.spec 2007-03-28 21:53:45 UTC (rev 5248)
@@ -4,7 +4,7 @@
Summary: I/O benchmark and stress/hardware verification tool
Name: fio
-Version: 1.14
+Version: 1.15
Release: 1
License: GPL
Group: Applications/System
@@ -51,6 +51,9 @@
#%{_libdir}/fio/
%changelog
+* Wed Mar 28 2007 Dag Wieers <dag at wieers.com> - 1.15-1
+- Updated to release 1.15.
+
* Sun Mar 18 2007 Dag Wieers <dag at wieers.com> - 1.14-1
- Updated to release 1.14.
Modified: trunk/rpms/frozen-bubble/frozen-bubble.spec
===================================================================
--- trunk/rpms/frozen-bubble/frozen-bubble.spec 2007-03-28 21:15:30 UTC (rev 5247)
+++ trunk/rpms/frozen-bubble/frozen-bubble.spec 2007-03-28 21:53:45 UTC (rev 5248)
@@ -11,7 +11,7 @@
License: GPL
Group: Amusements/Games
URL: http://www.frozen-bubble.org/
-Source: http://zarb.org/~gc/fb/frozen-bubble-%{version}-9fdd84f56e5221e6c58c12eab72459d9.tar.bz2
+Source: http://zarb.org/~gc/fb/frozen-bubble-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: perl-SDL >= 2.1.3
BuildRequires: perl-SDL >= 2.1.3, SDL_mixer-devel, SDL_Pango-devel, glib2-devel
Modified: trunk/rpms/gnochm/gnochm.spec
===================================================================
--- trunk/rpms/gnochm/gnochm.spec 2007-03-28 21:15:30 UTC (rev 5247)
+++ trunk/rpms/gnochm/gnochm.spec 2007-03-28 21:53:45 UTC (rev 5248)
@@ -4,13 +4,11 @@
%{?dist: %{expand: %%define %dist 1}}
-%define _without_shmime 1
-%{?fc6:%undefine _without_shmime}
-%{?fc5:%undefine _without_shmime}
-%{?fc4:%undefine _without_shmime}
-%{?el4:%undefine _without_shmime}
-%{?fc3:%undefine _without_shmime}
-%{?fc2:%undefine _without_shmime}
+%{?fc1:%define _without_shmime 1}
+%{?el3:%define _without_shmime 1}
+%{?rh9:%define _without_shmime 1}
+%{?rh7:%define _without_shmime 1}
+%{?el2:%define _without_shmime 1}
Summary: CHM file viewer
Name: gnochm
Added: trunk/rpms/gstreamer-plugins-extras/gstreamer-plugins-extras-0.8.6.spec
===================================================================
--- trunk/rpms/gstreamer-plugins-extras/gstreamer-plugins-extras-0.8.6.spec (rev 0)
+++ trunk/rpms/gstreamer-plugins-extras/gstreamer-plugins-extras-0.8.6.spec 2007-03-28 21:53:45 UTC (rev 5248)
@@ -0,0 +1,303 @@
+# $Id: gstreamer-plugins-extras.spec 5241 2007-03-25 20:32:19Z dag $
+# Authority: matthias
+
+# ExclusiveDist: el4
+
+%{?dist: %{expand: %%define %dist 1}}
+
+%{!?dist:%define _with_modxorg 1}
+%{?el5:%define _with_modxorg 1}
+%{?fc6:%define _with_modxorg 1}
+%{?fc5:%define _with_modxorg 1}
+
+%define gst_minver 0.8.6.1
+%define gstp_minver 0.8.7
+%define majorminor 0.8
+%define gstreamer gstreamer
+%define register %{_bindir}/gst-register-%{majorminor}
+
+# gst plugins we want (this is passed to configure with spaces converted to
+# commas, don't mangle them)
+%define gstplugs mpeg1sys mpeg1videoparse mpeg2sub mpegaudio mpegaudioparse mpegstream
+# external plugin directories that we want built
+%define extplug_dirs a52dec dvdnav dvdread faad gsm lame libfame mad mpeg2dec swfdec
+# corresponding external plugin names
+%define extplug_names a52dec dvdnavsrc dvdreadsrc faad gsmenc gsmdec lame libfame mad mpeg2dec swfdec
+
+Summary: GStreamer streaming media framework extra plugins
+Name: gstreamer-plugins-extra
+Version: 0.8.6
+Release: 1
+License: LGPL
+Group: Applications/Multimedia
+URL: http://gstreamer.net/
+Source: http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-%{version}.tar.bz2
+Patch0: gst-plugins-0.8.6-faad2-test.patch
+Patch1: gst-plugins-0.8.8-mpcdec.patch
+Patch2: gst-plugins-0.8.6-dvdread.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: %{gstreamer}-devel >= %{gst_minver}
+# libtool needs this, sigh
+BuildRequires: gcc-c++
+# so gst-libs can build
+%{?_with_modxorg:BuildRequires: libXt-devel}
+%{!?_with_modxorg:BuildRequires: XFree86-devel}
+# so configure passes
+BuildRequires: GConf2-devel
+# because we patch configure.in
+BuildRequires: autoconf, automake, libtool, gettext-devel, which, cvs
+
+%description
+GStreamer is a streaming-media framework, based on graphs of filters which
+operate on media data. Applications using this library can do anything
+from real-time sound processing to playing videos, and just about anything
+else media-related. Its plugin-based architecture means that new data
+types or processing capabilities can be added simply by installing new
+plugins.
+
+
+%package audio
+Summary: Extra audio plugins for GStreamer
+Group: Applications/Multimedia
+
+BuildRequires: a52dec-devel >= 0.7.3
+BuildRequires: faad2-devel >= 2.0
+BuildRequires: gsm-devel >= 1.0.10
+BuildRequires: lame-devel >= 3.89
+BuildRequires: libmad-devel >= 0.15.0, libid3tag-devel >= 0.15.0
+BuildRequires: libmpcdec-devel >= 1.2
+BuildRequires: libmusepack-devel
+
+Requires: %{gstreamer}-plugins >= %{gstp_minver}
+Requires(pre): %{register}
+Requires(post): %{register}
+
+Provides: %{gstreamer}-a52dec = %{version}-%{release}
+Provides: %{gstreamer}-faad = %{version}-%{release}
+Provides: %{gstreamer}-gsm = %{version}-%{release}
+Provides: %{gstreamer}-lame = %{version}-%{release}
+Provides: %{gstreamer}-mad = %{version}-%{release}
+Provides: %{gstreamer}-musepack = %{version}-%{release}
+
+%description audio
+This package contains extra audio plugins for GStreamer, including :
+- a52 decoding
+- faad2 decoding
+- gsm decoding
+- lame mp3 encoding
+- mad mp3 decoding
+
+%post audio
+%{register} &>/dev/null || :
+
+%postun audio
+%{register} &>/dev/null || :
+
+%files audio
+%defattr(-, root, root, 0755)
+%{_libdir}/gstreamer-%{majorminor}/libgsta52dec.so
+%{_libdir}/gstreamer-%{majorminor}/libgstfaad.so
+%{_libdir}/gstreamer-%{majorminor}/libgstgsm.so
+%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
+%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
+%{_libdir}/gstreamer-%{majorminor}/libgstmusepack.so
+
+
+%package dvd
+Summary: DVD plugins for GStreamer
+Group: Applications/Multimedia
+
+BuildRequires: libdvdnav-devel >= 0.1.3
+BuildRequires: libdvdread-devel >= 0.9.0
+
+Requires: %{gstreamer}-plugins >= %{gstp_minver}
+Requires: %{gstreamer}-plugins-extra-audio >= %{gstp_minver}
+Requires: %{gstreamer}-plugins-extra-video >= %{gstp_minver}
+Requires(pre): %{register}
+Requires(post): %{register}
+
+Provides: %{gstreamer}-dvd = %{version}-%{release}
+Provides: %{gstreamer}-dvdnavsrc = %{version}-%{release}
+Provides: %{gstreamer}-dvdreadsrc = %{version}-%{release}
+
+%description dvd
+This package contains dvd plugins for GStreamer, including :
+- libdvdnav
+- libdvdread
+
+%post dvd
+%{register} &>/dev/null || :
+
+%postun dvd
+%{register} &>/dev/null || :
+
+%files dvd
+%defattr(-, root, root, 0755)
+%{_libdir}/gstreamer-%{majorminor}/libgstdvdnavsrc.so
+%{_libdir}/gstreamer-%{majorminor}/libgstdvdreadsrc.so
+
+
+%package video
+Summary: Extra video plugins for GStreamer
+Group: Applications/Multimedia
+
+BuildRequires: libfame-devel >= 0.9.1
+BuildRequires: mpeg2dec-devel >= 0.4.0
+BuildRequires: swfdec-devel >= 0.3.1
+
+Requires: %{gstreamer}-plugins >= %{gstp_minver}
+Requires: %{gstreamer}-plugins-extra-audio >= %{gstp_minver}
+Requires(pre): %{register}
+Requires(post): %{register}
+
+Provides: %{gstreamer}-libfame = %{version}-%{release}
+Provides: %{gstreamer}-mpeg2dec = %{version}-%{release}
+Provides: %{gstreamer}-swfdec = %{version}-%{release}
+
+%description video
+This package contains extra video plugins for GStreamer, including :
+- libfame MPEG video encoding
+- mpeg2dec MPEG-2 decoding
+
+%post video
+%{register} &>/dev/null || :
+
+%postun video
+%{register} &>/dev/null || :
+
+%files video
+%defattr(-, root, root, 0755)
+%{_libdir}/gstreamer-%{majorminor}/libgstlibfame.so
+%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so
+%{_libdir}/gstreamer-%{majorminor}/libgstmp1videoparse.so
+%{_libdir}/gstreamer-%{majorminor}/libgstmpeg1systemencode.so
+%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2subt.so
+%{_libdir}/gstreamer-%{majorminor}/libgstmpegaudio.so
+%{_libdir}/gstreamer-%{majorminor}/libgstmpegaudioparse.so
+%{_libdir}/gstreamer-%{majorminor}/libgstmpegstream.so
+%{_libdir}/gstreamer-%{majorminor}/libgstswfdec.so
+
+
+%prep
+%setup -n gst-plugins-%{version}
+%patch0 -p1 -b .faad2
+#patch1 -p0 -b .mpcdec
+%patch2 -p1 -b .dvdread
+
+
+%build
+./autogen.sh --noconfigure
+%configure \
+ --with-package-name='Fedora freshrpms rpm' \
+ --with-package-origin='http://freshrpms.net/' \
+ --with-plugins=$(echo %{gstplugs} | sed 's/ /,/g') \
+ --enable-debug \
+ --enable-DEBUG \
+ --disable-tests \
+ --disable-examples
+
+# Die if any of the external plugins we want aren't configured properly
+# This will fail silently if the configure script stops printing the
+# "These plugins will not be built: blah blah blah" messages.
+grep -oP "(?<=will not be built: )[[:alpha:] ]+" config.log | sort > notbuilt
+BADPLUGS=$(echo %{extplug_names} | xargs -n1 echo | sort | join - notbuilt)
+if [ "$BADPLUGS" != "" ]; then
+ echo "Plugins not configured: $BADPLUGS"
+ exit 1;
+fi
+
+%{__make} %{?_smp_mflags}
+
+
+%install
+%{__rm} -rf %{buildroot}
+
+# We're better off manually installing the plugins we want to package
+
+cd gst
+for p in %{gstplugs}
+do
+ cd $p
+ %makeinstall
+ cd ..
+done
+cd ..
+
+cd ext
+for p in %{extplug_dirs}
+do
+ cd $p
+ %makeinstall
+ cd ..
+done
+cd ..
+
+# Clean out files that should not be part of the rpm.
+%{__rm} -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.{a,la}
+
+
+%clean
+%{__rm} -rf %{buildroot}
+
+
+%changelog
+* Mon Mar 26 2007 Dag Wieers <dag at wieers.com> - 0.8.6-2
+- Updated to release 0.8.6.
+
+* Wed Feb 23 2005 Matthias Saou <http://freshrpms.net/> 0.8.6-2
+- Further fixes by Nicholas Miell merged at last.
+- Disable swfdec for now, it's more hassles than it is useful.
+- Disable musepack, as the plugin doesn't work with 1.1 (only 1.0).
+- Rebuild against new libmusepack library.
+
+* Wed Feb 2 2005 Matthias Saou <http://freshrpms.net/> 0.8.6-1
+- Include all changes by Nicholas Miell :
+- Fix for faad2 detection (new and old).
+- Have build die if any of the requested plugins aren't configured properly,
+ since they could get built (because of the short circuiting of the built)
+ but be totally broken.
+
+* Fri Nov 26 2004 Matthias Saou <http://freshrpms.net/> 0.8.6-0
+- Update to 0.8.6.
+- Sync with Thomas's current spec file.
+
+* Mon Nov 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.8.5.3-0.lvn.1
+- new prerelease
+
+* Wed Oct 06 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.8.5-0.lvn.1: new release
+- added GConf2 requirement to pass configure
+
+* Tue Aug 31 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.8.4-0.lvn.1: new release
+
+* Fri Aug 27 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.8.3.2-0.lvn.1: new prerelease
+
+* Mon Aug 02 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.8.3-0.lvn.1: new source release
+
+* Fri Jul 30 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.8.2.2-0.lvn.1: new prerelease
+
+* Wed Jun 23 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.8.2-0.lvn.1: new source release
+
+* Fri Jun 18 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.8.1.2-0.lvn.1: new source prerelease
+
+* Thu Apr 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.8.1-0.lvn.1: new source release
+
+* Tue Mar 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.8.0-0.lvn.1: new source release, change base name to gstreamer
+
+* Tue Mar 09 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.7.6-0.lvn.1: new source release
+
+* Fri Mar 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.7.5-0.lvn.2: sync with FreshRPMS
+
+* Tue Mar 02 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.7.5-0.lvn.1: First package for rpm.livna.org
Modified: trunk/rpms/gstreamer-plugins-extras/gstreamer-plugins-extras.spec
===================================================================
--- trunk/rpms/gstreamer-plugins-extras/gstreamer-plugins-extras.spec 2007-03-28 21:15:30 UTC (rev 5247)
+++ trunk/rpms/gstreamer-plugins-extras/gstreamer-plugins-extras.spec 2007-03-28 21:53:45 UTC (rev 5248)
@@ -1,6 +1,8 @@
# $Id$
# Authority: matthias
+# ExclusiveDist: fc1 fc2 fc3 fc4
+
%{?dist: %{expand: %%define %dist 1}}
%{!?dist:%define _with_modxorg 1}
Modified: trunk/rpms/gstreamer08-plugins-extras/gstreamer08-plugins-extras.spec
===================================================================
--- trunk/rpms/gstreamer08-plugins-extras/gstreamer08-plugins-extras.spec 2007-03-28 21:15:30 UTC (rev 5247)
+++ trunk/rpms/gstreamer08-plugins-extras/gstreamer08-plugins-extras.spec 2007-03-28 21:53:45 UTC (rev 5248)
@@ -1,12 +1,19 @@
# $Id$
# Authority: matthias
-# ExclusiveDist: fc5
+# ExclusiveDist: el4 fc5
-%define gst_minver 0.8.9
+%{!?dist:%define _with_modxorg 1}
+%{?fc7: %define _with_modxorg 1}
+%{?el5: %define _with_modxorg 1}
+%{?fc6: %define _with_modxorg 1}
+%{?fc5: %define _with_modxorg 1}
+
+%define gst_minver 0.8.8.1
%define gstp_minver 0.8.8
%define majorminor 0.8
-%define gstreamer gstreamer08
+%{?fc5:%define gstreamer gstreamer08}
+%{?el4:%define gstreamer gstreamer}
%define register %{_bindir}/gst-register-%{majorminor}
# gst plugins we want (this is passed to configure with spaces converted to
@@ -18,7 +25,7 @@
%define extplug_names a52dec dvdnavsrc dvdreadsrc faad gsmenc gsmdec lame libfame mad mpeg2dec swfdec musepack
Summary: GStreamer streaming media framework extra plugins
-Name: %{gstreamer}-plugins-extra
+Name: gstreamer-plugins-extra
Version: 0.8.8
Release: 3
License: LGPL
@@ -33,7 +40,8 @@
# libtool needs this, sigh
BuildRequires: gcc-c++
# so gst-libs can build
-BuildRequires: libXt-devel
+%{?_with_modxorg:BuildRequires: libXt-devel}
+%{!?_with_modxorg:BuildRequires: XFree86-devel}
# so glimagesink can build
Buildrequires: libGL-devel, libGLU-devel
# so configure passes
Added: trunk/rpms/gtkmm2/gtkmm2-2.2.spec
===================================================================
--- trunk/rpms/gtkmm2/gtkmm2-2.2.spec (rev 0)
+++ trunk/rpms/gtkmm2/gtkmm2-2.2.spec 2007-03-28 21:53:45 UTC (rev 5248)
@@ -0,0 +1,102 @@
+# $Id: gtkmm2.spec 4260 2006-03-29 17:04:33Z thias $
+# Authority: matthias
+
+Summary: The C++ interface for the GIMP ToolKit (GTK+) GUI library
+Name: gtkmm2
+Version: 2.2.12
+Release: 1
+License: LGPL
+Group: System Environment/Libraries
+URL: http://www.gtkmm.org/
+
+Source: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.2/gtkmm-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: gcc-c++, gtk2-devel >= 2.2.0, libsigc++-devel >= 1.2.0,
+Requires: gtk2 >= 2.2.0, libsigc++ >= 1.2.0
+
+%description
+gtkmm (previously known as Gtk--) is the official C++ interface for the
+popular GUI library GTK+. 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: Development tools for gtkmm2 applications
+Group: Development/Libraries
+Requires: %{name} = %{version}
+Requires: gtk2-devel, libsigc++-devel >= 1.2.0
+
+%description devel
+gtkmm (previously known as Gtk--) is the official C++ interface for the
+popular GUI library GTK+. 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.
+
+The gtkmm devel package contains the static libraries and header files
+needed for developing GTK+ (GIMP ToolKit) applications in C++.
+
+
+%prep
+%setup -n gtkmm-%{version}
+
+%build
+%configure --enable-static
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot} docs-to-include
+%{__make} install DESTDIR="%{buildroot}"
+# Move the docs back into place
+%{__mkdir} docs-to-include
+%{__mv} %{buildroot}%{_docdir}/gtkmm-2.0/* docs-to-include/
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog CHANGES COPYING NEWS README
+%{_libdir}/*.so.*
+
+%files devel
+%defattr(-, root, root, 0755)
+%doc docs-to-include/*
+%{_includedir}/*
+%{_libdir}/*.so
+%exclude %{_libdir}/*.la
+%{_libdir}/*.a
+%{_libdir}/gtkmm-*
+%{_libdir}/pkgconfig/*
+%{_datadir}/devhelp/books/*
+
+%changelog
+* Mon Jun 7 2004 Matthias Saou <http://freshrpms.net/> 2.2.12-1
+- Update to 2.2.12.
+
+* Thu May 20 2004 Matthias Saou <http://freshrpms.net/> 2.2.9-2
+- Rebuild for Fedora Core 2.
+
+* Fri Mar 5 2004 Matthias Saou <http://freshrpms.net/> 2.2.9-1
+- Update to 2.2.9.
+
+* Thu Nov 12 2003 Matthias Saou <http://freshrpms.net/> 2.2.8-1
+- Update to 2.2.8.
+- Added devhelp book.
+- Rebuild for Fedora Core 1.
+
+* Tue Jul 22 2003 Matthias Saou <http://freshrpms.net/>
+- Update to 2.2.5.
+
+* Fri May 23 2003 Matthias Saou <http://freshrpms.net/>
+- Update to 2.2.3.
+
+* Thu May 22 2003 Matthias Saou <http://freshrpms.net/>
+- Update to 2.2.2.
+
+* Sun May 4 2003 Matthias Saou <http://freshrpms.net/>
+- Initial release based on the gtkmm 1.x spec file.
+
Modified: trunk/rpms/kismet/kismet.spec
===================================================================
--- trunk/rpms/kismet/kismet.spec 2007-03-28 21:15:30 UTC (rev 5247)
+++ trunk/rpms/kismet/kismet.spec 2007-03-28 21:53:45 UTC (rev 5248)
@@ -7,14 +7,11 @@
%{?rh7:%define _without_gpsmap 1}
%{?el2:%define _without_gpsmap 1}
-%{?fc1:%define _without_xorg 1}
-%{?el3:%define _without_xorg 1}
-%{?rh9:%define _without_xorg 1}
-%{?rh8:%define _without_xorg 1}
-%{?rh7:%define _without_xorg 1}
-%{?el2:%define _without_xorg 1}
-%{?rh6:%define _without_xorg 1}
-%{?yd3:%define _without_xorg 1}
+%{!?dist:%define _with_modxorg 1}
+%{?fc7: %define _with_modxorg 1}
+%{?el5: %define _with_modxorg 1}
+%{?fc6: %define _with_modxorg 1}
+%{?fc5: %define _with_modxorg 1}
Summary: 802.11 (wireless) network sniffer and network dissector
Name: kismet
@@ -31,8 +28,8 @@
BuildRequires: ImageMagick-devel, ncurses-devel, autoconf, flex, gcc-c++
BuildRequires: zlib-devel, expat-devel, byacc, gmp-devel, wget
BuildRequires: libtiff-devel, libjpeg-devel, bzip2-devel
-%{?_without_xorg:BuildRequires: XFree86-devel}
-%{!?_without_xorg:BuildRequires: xorg-x11-devel}
+%{!?_with_modxorg:BuildRequires: XFree86-devel}
+%{?_with_modxorg:BuildRequires: libX11-devel}
%description
Kismet is an 802.11 (wireless) network sniffer and network dissector.
Modified: trunk/rpms/lftp/lftp.spec
===================================================================
--- trunk/rpms/lftp/lftp.spec 2007-03-28 21:15:30 UTC (rev 5247)
+++ trunk/rpms/lftp/lftp.spec 2007-03-28 21:53:45 UTC (rev 5248)
@@ -7,7 +7,7 @@
Summary: Sophisticated file transfer program
Name: lftp
-Version: 3.5.9
+Version: 3.5.10
Release: 1
License: GPL
Group: Applications/Internet
@@ -62,6 +62,9 @@
%{_libdir}/liblftp-tasks.so*
%changelog
+* Wed Mar 28 2007 Dag Wieers <dag at wieers.com> - 3.5.10-1
+- Updated to release 3.5.10.
+
* Fri Jan 26 2007 Dag Wieers <dag at wieers.com> - 3.5.9-1
- Updated to release 3.5.9.
Modified: trunk/rpms/swftools/swftools.spec
===================================================================
--- trunk/rpms/swftools/swftools.spec 2007-03-28 21:15:30 UTC (rev 5247)
+++ trunk/rpms/swftools/swftools.spec 2007-03-28 21:53:45 UTC (rev 5248)
@@ -3,7 +3,7 @@
Summary: Tools for SWF (Flash) animations under linux
Name: swftools
-Version: 0.8.0
+Version: 0.8.1
Release: 1
License: GPL
Group: Applications/Multimedia
@@ -69,5 +69,8 @@
%{_datadir}/swftools/
%changelog
+* Thu Mar 01 2007 Dag Wieers <dag at wieers.com> - 0.8.1-1
+- Updated to release 0.8.1.
+
* Mon Jan 22 2007 Dag Wieers <dag at wieers.com> - 0.8.0-1
- Initial package. (using DAR)
More information about the svn-commits
mailing list