[svn] r5863 - in trunk/rpms: . conspy gnash libgnomeuimm26 workrave
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Mon Sep 24 18:29:46 CEST 2007
Author: dag
Date: 2007-09-24 18:29:44 +0200 (Mon, 24 Sep 2007)
New Revision: 5863
Added:
trunk/rpms/libgnomeuimm26/
trunk/rpms/libgnomeuimm26/libgnomeuimm26-2.8.0.spec
trunk/rpms/libgnomeuimm26/libgnomeuimm26.spec
Modified:
trunk/rpms/conspy/conspy.spec
trunk/rpms/gnash/gnash.spec
trunk/rpms/workrave/workrave.spec
Log:
Updates
Modified: trunk/rpms/conspy/conspy.spec
===================================================================
--- trunk/rpms/conspy/conspy.spec 2007-09-24 14:11:07 UTC (rev 5862)
+++ trunk/rpms/conspy/conspy.spec 2007-09-24 16:29:44 UTC (rev 5863)
@@ -4,13 +4,13 @@
Summary: Remote control for text mode virtual consoles
Name: conspy
-Version: 1.4
-Release: 1.2
-License: GPL
+Version: 1.5
+Release: 1
+License: Eclipse Public License v1.0
Group: Applications/System
URL: http://ace-host.stuart.id.au/russell/files/conspy/
-Source: http://ace-host.stuart.id.au/russell/files/conspy/conspy-%{version}.tar.bz2
+Source: http://ace-host.stuart.id.au/russell/files/conspy/conspy-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: ncurses-devel
@@ -32,20 +32,20 @@
%install
%{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR="%{buildroot}"
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
-%doc AUTHORS ChangeLog COPYING NEWS README conspy.html
+%doc AUTHORS ChangeLog INSTALL README *.html
%doc %{_mandir}/man1/conspy.1*
%{_bindir}/conspy
%changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.4-1.2
-- Rebuild for Fedora Core 5.
+* Mon Sep 24 2007 Dag Wieers <dag at wieers.com> - 1.5-1
+- Updated to release 1.5.
* Wed Jan 25 2006 Dries Verachtert <dries at ulyssis.org> - 1.4-1
- Updated to release 1.4.
Modified: trunk/rpms/gnash/gnash.spec
===================================================================
--- trunk/rpms/gnash/gnash.spec 2007-09-24 14:11:07 UTC (rev 5862)
+++ trunk/rpms/gnash/gnash.spec 2007-09-24 16:29:44 UTC (rev 5863)
@@ -100,7 +100,7 @@
%doc AUTHORS ChangeLog COPYING INSTALL NEWS TODO
%doc %{_mandir}/man1/gnash.1*
%{_bindir}/gnash
-%{_bindir}/gtk-nash
+%{_bindir}/gtk-gnash
%{_bindir}/kde-gnash
%{_bindir}/gparser
%{_bindir}/gprocessor
@@ -110,11 +110,11 @@
%{_libdir}/gnash/libgnashbase*.so*
%{_libdir}/gnash/libgnashgeo*.so*
%{_libdir}/gnash/libgnashserver*.so*
-%exclude %{_libdir}/libgnashamf.la
-%exclude %{_libdir}/libgnashbackend.la
-%exclude %{_libdir}/libgnashbase.la
-%exclude %{_libdir}/libgnashgeo.la
-%exclude %{_libdir}/libgnashserver.la
+%exclude %{_libdir}/gnash/libgnashamf.la
+%exclude %{_libdir}/gnash/libgnashbackend.la
+%exclude %{_libdir}/gnash/libgnashbase.la
+%exclude %{_libdir}/gnash/libgnashgeo.la
+%exclude %{_libdir}/gnash/libgnashserver.la
%if %{!?_without_kde32:1}0
%files -n konqueror-gnash
Added: trunk/rpms/libgnomeuimm26/libgnomeuimm26-2.8.0.spec
===================================================================
--- trunk/rpms/libgnomeuimm26/libgnomeuimm26-2.8.0.spec (rev 0)
+++ trunk/rpms/libgnomeuimm26/libgnomeuimm26-2.8.0.spec 2007-09-24 16:29:44 UTC (rev 5863)
@@ -0,0 +1,80 @@
+# $Id$
+# Authority: dag
+
+%define real_name libgnomeuimm
+
+Summary: C++ wrapper for Gnome libs (a GUI library for X)
+Name: libgnomeuimm26
+Version: 2.8.0
+Release: 1
+License: LGPL
+Group: System Environment/Libraries
+URL: http://gtkmm.sourceforge.net/
+
+Source: http://ftp.gnome.org/pub/GNOME/sources/libgnomeuimm/2.8/libgnomeuimm-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: gconfmm26-devel >= 2.6.0
+BuildRequires: gnome-vfsmm26-devel >= 2.6.0
+BuildRequires: libglademm24-devel >= 2.4.0
+BuildRequires: libgnomecanvasmm26-devel >= 2.6.0
+BuildRequires: libgnomemm26-devel >= 2.6.0
+BuildRequires: libgnomeui-devel >= 2.7.1
+
+%description
+This package provides a C++ interface for GnomeUI. It is a subpackage
+of the Gtk-- project. The interface provides a convenient interface for C++
+programmers to create Gnome GUIs with GTK+'s flexible object-oriented
+framework.
+
+%package devel
+Summary: Header files, libraries and development documentation for %{name}.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: libgnomeui-devel
+Requires: libgnomemm26-devel
+Requires: libgnomecanvasmm26-devel
+Requires: gconfmm26-devel
+Requires: libglademm24-devel
+Requires: gnome-vfsmm26-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 %{real_name}-%{version}
+
+%build
+%configure \
+ --disable-static \
+ --enable-docs
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
+%{_libdir}/libgnomeuimm-2.6.so.*
+
+%files devel
+%defattr(-, root, root, 0755)
+%{_includedir}/libgnomeuimm-2.6/
+%{_libdir}/libgnomeuimm-2.6.so
+%{_libdir}/libgnomeuimm-2.6/
+%{_libdir}/pkgconfig/libgnomeuimm-2.6.pc
+%exclude %{_libdir}/libgnomeuimm-2.6.la
+
+%changelog
+* Mon Sep 24 2007 Dag Wieers <dag at wieers.com> - 2.8.0-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/libgnomeuimm26/libgnomeuimm26-2.8.0.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Added: trunk/rpms/libgnomeuimm26/libgnomeuimm26.spec
===================================================================
--- trunk/rpms/libgnomeuimm26/libgnomeuimm26.spec (rev 0)
+++ trunk/rpms/libgnomeuimm26/libgnomeuimm26.spec 2007-09-24 16:29:44 UTC (rev 5863)
@@ -0,0 +1,80 @@
+# $Id$
+# Authority: dag
+
+%define real_name libgnomeuimm
+
+Summary: C++ wrapper for Gnome libs (a GUI library for X)
+Name: libgnomeuimm26
+Version: 2.18.0
+Release: 1
+License: LGPL
+Group: System Environment/Libraries
+URL: http://gtkmm.sourceforge.net/
+
+Source: http://ftp.gnome.org/pub/GNOME/sources/libgnomeuimm/2.18/libgnomeuimm-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: gconfmm26-devel >= 2.6.0
+BuildRequires: gnome-vfsmm26-devel >= 2.6.0
+BuildRequires: libglademm24-devel >= 2.4.0
+BuildRequires: libgnomecanvasmm26-devel >= 2.6.0
+BuildRequires: libgnomemm26-devel >= 2.14.0
+BuildRequires: libgnomeui-devel >= 2.7.1
+
+%description
+This package provides a C++ interface for GnomeUI. It is a subpackage
+of the Gtk-- project. The interface provides a convenient interface for C++
+programmers to create Gnome GUIs with GTK+'s flexible object-oriented
+framework.
+
+%package devel
+Summary: Header files, libraries and development documentation for %{name}.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: libgnomeui-devel
+Requires: libgnomemm26-devel
+Requires: libgnomecanvasmm26-devel
+Requires: gconfmm26-devel
+Requires: libglademm24-devel
+Requires: gnome-vfsmm26-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 %{real_name}-%{version}
+
+%build
+%configure \
+ --disable-static \
+ --enable-docs
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
+%{_libdir}/libgnomeuimm-2.6.so.*
+
+%files devel
+%defattr(-, root, root, 0755)
+%{_includedir}/libgnomeuimm-2.6/
+%{_libdir}/libgnomeuimm-2.6.so
+%{_libdir}/libgnomeuimm-2.6/
+%{_libdir}/pkgconfig/libgnomeuimm-2.6.pc
+%exclude %{_libdir}/libgnomeuimm-2.6.la
+
+%changelog
+* Mon Sep 24 2007 Dag Wieers <dag at wieers.com> - 2.18.0-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/libgnomeuimm26/libgnomeuimm26.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/workrave/workrave.spec
===================================================================
--- trunk/rpms/workrave/workrave.spec 2007-09-24 14:11:07 UTC (rev 5862)
+++ trunk/rpms/workrave/workrave.spec 2007-09-24 16:29:44 UTC (rev 5863)
@@ -16,7 +16,7 @@
Summary: Tool to recover from or prevent Repetitive Strain Injury
Name: workrave
-Version: 1.8.3
+Version: 1.8.5
Release: 1
License: GPL
Group: Applications/System
@@ -25,7 +25,7 @@
Source: http://dl.sf.net/workrave/workrave-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: libsigc++-devel, gnet2-devel, glib2-devel, gcc-c++
+BuildRequires: libsigc++-devel, gnet2-devel, glib2-devel >= 2.12, gcc-c++
BuildRequires: gtkmm2-devel, libgnomeuimm26-devel, gettext
BuildRequires: gnome-panel-devel
@@ -70,7 +70,7 @@
%files -f %{name}.lang
%defattr(-, root, root, 0755)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc AUTHORS COPYING NEWS README TODO
%config %{_sysconfdir}/sound/events/*
%{_bindir}/workrave
%{_libexecdir}/*
@@ -80,15 +80,14 @@
%{_datadir}/pixmaps/workrave/
%{_datadir}/sounds/workrave/
%{_datadir}/workrave/
-#%{_datadir}/locale/*/LC_MESSAGES/workrave.*
%changelog
+* Mon Sep 24 2007 Dag Wieers <dag at wieers.com> - 1.8.5-1
+- Updated to release 1.8.5.
+
* Fri May 19 2006 Dries Verachtert <dries at ulyssis.org> - 1.8.3-1
- Updated to release 1.8.3.
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.8.2-1.2
-- Rebuild for Fedora Core 5.
-
* Sun Feb 12 2006 Dries Verachtert <dries at ulyssis.org> - 1.8.2-1
- Updated to release 1.8.2.
More information about the svn-commits
mailing list