[svn] r5540 - in trunk/rpms: . devilspie enchant gnokii iso-codes libsexy memtest86 re2c swatch tasks vobcopy

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Mon Jun 25 03:19:17 CEST 2007


Author: dag
Date: 2007-06-25 03:19:15 +0200 (Mon, 25 Jun 2007)
New Revision: 5540

Added:
   trunk/rpms/enchant/
   trunk/rpms/enchant/enchant.spec
   trunk/rpms/iso-codes/
   trunk/rpms/iso-codes/iso-codes.spec
   trunk/rpms/libsexy/
   trunk/rpms/libsexy/libsexy.spec
   trunk/rpms/tasks/
   trunk/rpms/tasks/tasks.spec
Modified:
   trunk/rpms/devilspie/devilspie.spec
   trunk/rpms/gnokii/gnokii.spec
   trunk/rpms/memtest86/memtest86.spec
   trunk/rpms/re2c/re2c.spec
   trunk/rpms/swatch/swatch.spec
   trunk/rpms/vobcopy/vobcopy.spec
Log:
Updates

Modified: trunk/rpms/devilspie/devilspie.spec
===================================================================
--- trunk/rpms/devilspie/devilspie.spec	2007-06-25 00:57:16 UTC (rev 5539)
+++ trunk/rpms/devilspie/devilspie.spec	2007-06-25 01:19:15 UTC (rev 5540)
@@ -4,7 +4,7 @@
 
 Summary: Window matching tool inspired by the Matched Window options in Sawfish
 Name: devilspie
-Version: 0.20.1
+Version: 0.20.2
 Release: 1
 License: GPL
 Group: User Interface/Desktops
@@ -52,6 +52,9 @@
 %{_bindir}/devilspie
 
 %changelog
+* Mon Jun 25 2007 Dag Wieers <dag at wieers.com> - 0.20.2.
+- Updated to release 0.20.2.
+
 * Thu Feb 01 2007 Dag Wieers <dag at wieers.com> - 0.20.1.
 - Updated to release 0.20.1.
 

Added: trunk/rpms/enchant/enchant.spec
===================================================================
--- trunk/rpms/enchant/enchant.spec	                        (rev 0)
+++ trunk/rpms/enchant/enchant.spec	2007-06-25 01:19:15 UTC (rev 5540)
@@ -0,0 +1,71 @@
+# $Id$
+# Authority: dag
+
+Summary: Cross-platform abstract layer to spellchecking
+Name: enchant
+Version: 1.3.0
+Release: 1
+License: LGPL
+Group: System Environment/Libraries
+URL: http://www.abisource.com/projects/enchant/
+
+Source: http://www.abisource.com/downloads/enchant/%{version}/enchant-%{version}.tar.gz
+BuildRequires: glib2-devel >= 2.0.0, aspell-devel
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+Enchant is a cross-platform abstract layer to spellchecking.
+
+%package devel
+Summary: Header files, libraries and development documentation for %{name}.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: glib2-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
+
+%build
+%configure \
+	--disable-ispell
+%{__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.LIB README
+%doc %{_mandir}/man1/enchant.1*
+%{_bindir}/*
+%{_libdir}/lib*.so.*
+%dir %{_libdir}/enchant/
+%{_libdir}/enchant/*.so
+%{_datadir}/enchant/
+
+%files devel
+%defattr(-, root, root, 0755)
+%{_includedir}/enchant/
+%{_libdir}/*.a
+%{_libdir}/*.so
+%dir %{_libdir}/enchant/
+%{_libdir}/enchant/*.a
+%{_libdir}/pkgconfig/enchant.pc
+%exclude %{_libdir}/*.la
+%exclude %{_libdir}/enchant/*.la
+
+%changelog
+* Mon Jun 25 2007 Dag Wieers <dag at wieers.com> - 1.3.0-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/enchant/enchant.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Modified: trunk/rpms/gnokii/gnokii.spec
===================================================================
--- trunk/rpms/gnokii/gnokii.spec	2007-06-25 00:57:16 UTC (rev 5539)
+++ trunk/rpms/gnokii/gnokii.spec	2007-06-25 01:19:15 UTC (rev 5540)
@@ -9,7 +9,7 @@
 
 Summary: Linux/UNIX tool suite for various mobile phones
 Name: gnokii
-Version: 0.6.15
+Version: 0.6.17
 Release: 1
 License: GPL
 Group: Applications/Communications
@@ -95,17 +95,12 @@
 %doc Docs/FAQ Docs/README* Docs/gnokii-IrDA-Linux Docs/gnokii-ir-howto Docs/ringtones.txt
 %doc Docs/protocol/ Docs/sample/ utils/gnapplet.sis
 %doc %{_mandir}/man1/gnokii.1*
-%doc %{_mandir}/man1/ppm2nokia.1*
 %doc %{_mandir}/man1/sendsms.1*
-%doc %{_mandir}/man1/todologo.1*
 %doc %{_mandir}/man8/gnokiid.8*
 %doc %{_mandir}/man8/mgnokiidev.8*
 %config(noreplace) %{_sysconfdir}/gnokiirc
 %{_bindir}/gnokii
-%{_bindir}/ppm2nokia
 %{_bindir}/sendsms
-%{_bindir}/todologo
-%{_bindir}/waitcall
 %{_libdir}/libgnokii.so.*
 %{_sbindir}/gnokiid
 
@@ -131,6 +126,9 @@
 %{_libdir}/libgnokii.so
 
 %changelog
+* Sun Jun 24 2007 Dag Wieers <dag at wieers.com> - 0.6.17-1
+- Updated to release 0.6.17.
+
 * Wed May 09 2007 Dag Wieers <dag at wieers.com> - 0.6.15-1
 - Updated to release 0.6.15.
 

Added: trunk/rpms/iso-codes/iso-codes.spec
===================================================================
--- trunk/rpms/iso-codes/iso-codes.spec	                        (rev 0)
+++ trunk/rpms/iso-codes/iso-codes.spec	2007-06-25 01:19:15 UTC (rev 5540)
@@ -0,0 +1,66 @@
+# $Id$
+# Authority: dag
+
+Summary: ISO code lists and translations
+Name: iso-codes
+Version: 1.0a
+Release: 1
+License: LGPL
+Group: System Environment/Base
+URL: http://alioth.debian.org/projects/pkg-isocodes/
+
+Source:	http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_%{version}.orig.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+BuildRequires: gettext
+
+%description
+This package provides the ISO-639 Language code list, the ISO-3166 
+Territory code list, and ISO-3166-2 sub-territory lists, and all their 
+translations in gettext .po form.
+
+%package devel
+Summary: Header files, libraries and development documentation for %{name}.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%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
+
+%build
+%configure
+%{__make}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+%find_lang iso_639
+%find_lang iso_639_3
+%find_lang iso_3166_2
+%find_lang iso_3166
+%find_lang iso_4217
+%{__cat} *.lang >%{name}.lang
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files -f %{name}.lang
+%defattr(-, root, root, 0755)
+%doc ChangeLog LGPL-2.1 README
+%{_datadir}/iso-codes/
+%dir %{_datadir}/xml/
+%{_datadir}/xml/iso-codes/
+
+%files devel
+%defattr(-, root, root, 0755)
+%{_datadir}/pkgconfig/iso-codes.pc
+
+%changelog
+* Mon Jun 25 2007 Dag Wieers <dag at wieers.com> - 1.0a-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/iso-codes/iso-codes.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Added: trunk/rpms/libsexy/libsexy.spec
===================================================================
--- trunk/rpms/libsexy/libsexy.spec	                        (rev 0)
+++ trunk/rpms/libsexy/libsexy.spec	2007-06-25 01:19:15 UTC (rev 5540)
@@ -0,0 +1,69 @@
+# $Id$
+# Authority: dag
+
+Summary: Collection of GTK+ widgets that extend functionality
+Name: libsexy
+Version: 0.1.11
+Release: 1
+License: LGPL
+Group: System Environment/Libraries
+URL: http://www.chipx86.com/wiki/Libsexy
+
+Source: http://releases.chipx86.com/libsexy/libsexy/libsexy-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: libxml2-devel, gtk2-devel, iso-codes-devel
+BuildRequires: gtk-doc, enchant-devel
+Requires: enchant
+
+%description
+libsexy is a collection of GTK+ widgets that extend the functionality of such
+standard widgets as GtkEntry and GtkLabel by subclassing them and working
+around the limitations of the widgets.
+
+%package devel
+Summary: Header files, libraries and development documentation for %{name}.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig, gtk2-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
+
+%build
+%configure \
+	--disable-static \
+	--enable-gtk-doc
+%{__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 NEWS
+%{_libdir}/libsexy.so.*
+
+%files devel
+%defattr(-, root, root, 0755)
+%doc %{_datadir}/gtk-doc/html/libsexy/
+%{_includedir}/libsexy/
+%{_libdir}/libsexy.so
+%{_libdir}/pkgconfig/libsexy.pc
+%exclude %{_libdir}/libsexy.la
+
+%changelog
+* Mon Jun 25 2007 Dag Wieers <dag at wieers.com> - 0.1.11-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/libsexy/libsexy.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Modified: trunk/rpms/memtest86/memtest86.spec
===================================================================
--- trunk/rpms/memtest86/memtest86.spec	2007-06-25 00:57:16 UTC (rev 5539)
+++ trunk/rpms/memtest86/memtest86.spec	2007-06-25 01:19:15 UTC (rev 5540)
@@ -6,8 +6,8 @@
 
 Summary: Thorough, stand alone memory test
 Name: memtest86
-Version: 3.2
-Release: 1.2
+Version: 3.3
+Release: 1
 License: GPL
 Group: System Environment/Kernel
 URL: http://www.memtest86.com/
@@ -57,8 +57,8 @@
 /boot/%{name}-%{version}
 
 %changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 3.2-1.2
-- Rebuild for Fedora Core 5.
+* Sun Jun 24 2007 Dag Wieers <dag at wieers.com> - 3.3-1
+- Updated to release 3.3.
 
 * Fri Dec 31 2004 Dag Wieers <dag at wieers.com> - 3.2-1
 - Updated to release 3.2.

Modified: trunk/rpms/re2c/re2c.spec
===================================================================
--- trunk/rpms/re2c/re2c.spec	2007-06-25 00:57:16 UTC (rev 5539)
+++ trunk/rpms/re2c/re2c.spec	2007-06-25 01:19:15 UTC (rev 5540)
@@ -3,7 +3,7 @@
 
 Summary: Tool for generating C-based recognizers from regular expressions
 Name: re2c
-Version: 0.12.1
+Version: 0.13.0
 Release: 1
 License: MIT
 Group: Development/Tools
@@ -46,6 +46,9 @@
 %{_bindir}/re2c
 
 %changelog
+* Mon Jun 25 2007 Dag Wieers <dag at wieers.com> - 0.13.0-1
+- Updated to release 0.13.0.
+
 * Wed May 23 2007 Dag Wieers <dag at wieers.com> - 0.12.1-1
 - Updated to release 0.12.1.
 

Modified: trunk/rpms/swatch/swatch.spec
===================================================================
--- trunk/rpms/swatch/swatch.spec	2007-06-25 00:57:16 UTC (rev 5539)
+++ trunk/rpms/swatch/swatch.spec	2007-06-25 01:19:15 UTC (rev 5540)
@@ -27,17 +27,15 @@
 
 %prep
 %setup
-chmod 644 tools/*
+%{__chmod} 0644 tools/*
 
 %build
-%{__perl} Makefile.PL \
-	INSTALLDIRS="vendor"
+%{__perl} Makefile.PL INSTALLDIRS="vendor"
 %{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
-%{__make} pure_install \
-	PERL_INSTALL_ROOT="%{buildroot}"
+%{__make} pure_install PERL_INSTALL_ROOT="%{buildroot}"
 %{__chmod} -R u+w %{buildroot}/*
 
 ### Clean up buildroot
@@ -59,8 +57,5 @@
 * Sat Apr 22 2006 Dries Verachtert <dries at ulyssis.org> - 3.1.1-1
 - Updated to release 3.1.1.
 
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 3.1-1.2
-- Rebuild for Fedora Core 5.
-
 * Sun Jul 25 2004 Dag Wieers <dag at wieers.com> - 3.1-1
 - Initial package. (using DAR)

Added: trunk/rpms/tasks/tasks.spec
===================================================================
--- trunk/rpms/tasks/tasks.spec	                        (rev 0)
+++ trunk/rpms/tasks/tasks.spec	2007-06-25 01:19:15 UTC (rev 5540)
@@ -0,0 +1,61 @@
+# $Id$
+# Authority: dag
+
+Summary: Tasks to-do list
+Name: tasks
+Version: 0.8
+Release: 1
+License: GPL
+Group: Applications/Productivity
+URL: http://pimlico-project.org/tasks.html
+
+Source: http://pimlico-project.org/sources/tasks/tasks-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: gettext, intltool, libsexy-devel, gtk2-devel
+BuildRequires: evolution-data-server-devel >= 1.2.0
+BuildRequires: desktop-file-utils
+
+%description
+Tasks is a simple To Do list application that eschews complicated features
+for a lean interface and functionality that just does the right thing.
+
+It has a simple interface with little cruft around the list of tasks, is
+ported to the OpenMoko framework, and there are plans for focused ports to
+other frameworks (such as Maemo as used on the Nokia N800).
+
+%prep
+%setup
+
+%build
+%configure
+%{__make} %{?_smp_mflags} 
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}" INSTALL="%{__install} -p"
+%find_lang %{name}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%post
+touch %{_datadir}/icons/hicolor
+/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
+%postun
+touch %{_datadir}/icons/hicolor
+/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
+%files -f %{name}.lang
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING NEWS README
+%{_bindir}/tasks
+%{_datadir}/applications/tasks.desktop
+%{_datadir}/icons/hicolor/*/apps/tasks.png
+%{_datadir}/icons/hicolor/*/apps/tasks.svg
+%{_datadir}/tasks/
+
+%changelog
+* Mon Jun 25 2007 Dag Wieers <dag at wieers.com> - 0.8-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/tasks/tasks.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Modified: trunk/rpms/vobcopy/vobcopy.spec
===================================================================
--- trunk/rpms/vobcopy/vobcopy.spec	2007-06-25 00:57:16 UTC (rev 5539)
+++ trunk/rpms/vobcopy/vobcopy.spec	2007-06-25 01:19:15 UTC (rev 5540)
@@ -3,7 +3,7 @@
 
 Summary: Utility to copy DVD .vob files to disk
 Name: vobcopy
-Version: 1.0.1
+Version: 1.0.2
 Release: 1
 License: GPL
 Group: Applications/Multimedia
@@ -23,7 +23,7 @@
 
 
 %prep
-%setup -q
+%setup
 %patch0 -p1 -b .Makefile
 
 
@@ -55,6 +55,9 @@
 
 
 %changelog
+* Sun Jun 24 2007 Dag Wieers <dag at wieers.com> - 1.0.2-1
+- Updated to release 1.0.2.
+
 * Mon Nov 27 2006 Matthias Saou <http://freshrpms.net/> 1.0.1-1
 - Update to 1.0.1.
 - Remove no longer needed gcc change in the Makefile patch.



More information about the svn-commits mailing list