[svn] r5870 - in trunk/rpms: . galculator gentium-fonts iperf perl-NetAddr-IP syslinux

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Fri Sep 28 13:10:49 CEST 2007


Author: dag
Date: 2007-09-28 13:10:46 +0200 (Fri, 28 Sep 2007)
New Revision: 5870

Added:
   trunk/rpms/gentium-fonts/
   trunk/rpms/gentium-fonts/gentium-fonts.spec
   trunk/rpms/syslinux/syslinux-test.spec
Modified:
   trunk/rpms/galculator/galculator.spec
   trunk/rpms/iperf/iperf.spec
   trunk/rpms/perl-NetAddr-IP/perl-NetAddr-IP.spec
   trunk/rpms/syslinux/syslinux.spec
Log:
Updates

Modified: trunk/rpms/galculator/galculator.spec
===================================================================
--- trunk/rpms/galculator/galculator.spec	2007-09-27 18:15:00 UTC (rev 5869)
+++ trunk/rpms/galculator/galculator.spec	2007-09-28 11:10:46 UTC (rev 5870)
@@ -2,11 +2,9 @@
 # Authority: dag
 # Upstream: Simon Floery <simon,floery$gmx,at>
 
-%define real_version 1.3.0
-
 Summary: Graphical scientific calculator
 Name: galculator
-Version: 1.3
+Version: 1.3.1
 Release: 1
 License: GPL
 Group: Applications/Engineering
@@ -27,7 +25,7 @@
 Reverse Polish Notation.
 
 %prep
-%setup -n %{name}-%{real_version}
+%setup
 
 %build
 %configure
@@ -43,7 +41,7 @@
 
 %files -f %{name}.lang
 %defattr(-, root, root, 0755)
-%doc AUTHORS ChangeLog COPYING doc/shortcuts NEWS README THANKS TODO
+%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO doc/shortcuts
 %doc %{_mandir}/man1/galculator.1*
 %{_bindir}/galculator
 %{_datadir}/applications/galculator.desktop
@@ -51,6 +49,9 @@
 %{_datadir}/pixmaps/galculator/
 
 %changelog
+* Fri Sep 28 2007 Dag Wieers <dag at wieers.com> - 1.3.1-1
+- Updated to release 1.3.1.
+
 * Sat Sep 08 2007 Dag Wieers <dag at wieers.com> - 1.3-1
 - Updated to release 1.3.
 

Added: trunk/rpms/gentium-fonts/gentium-fonts.spec
===================================================================
--- trunk/rpms/gentium-fonts/gentium-fonts.spec	                        (rev 0)
+++ trunk/rpms/gentium-fonts/gentium-fonts.spec	2007-09-28 11:10:46 UTC (rev 5870)
@@ -0,0 +1,62 @@
+# $Id$
+# Authority: dag
+
+# Dist: nodist
+
+%define real_name ttf-sil-gentium
+
+Summary: SIL Gentium fonts
+Name: gentium-fonts
+Version: 1.02
+Release: 1
+License: SIL Open Font License
+Group: User Interface/X
+#URL: http://scripts.sil.org/Gentium
+URL: http://scripts.sil.org/Gentium_linux
+
+#Source: http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=Gentium_102_L_tar&filename=%2Fttf-sil-gentium_1.0.2.tar.gz
+Source: ttf-sil-gentium_1.0.2.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+Obsoletes: fonts-sil-gentium
+Provides: fonts-sil-gentium
+
+%description
+SIL Gentium ("belonging to the nations" in Latin) is a Unicode typeface family
+designed to enable the many diverse ethnic groups around the world who use
+the Latin script to produce readable, high-quality publications. It supports
+a wide range of Latin-based alphabets and includes glyphs that correspond to
+all the Latin ranges of Unicode.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -d -m0755 %{buildroot}%{_datadir}/fonts/gentium/
+%{__install} -p -m0644 *.ttf %{buildroot}%{_datadir}/fonts/gentium/
+
+touch %{buildroot}%{_datadir}/fonts/gentium/fonts.cache-1
+
+%post
+%{_bindir}/fc-cache -f %{_datadir}/fonts/gentium/ || :
+
+%postun
+if [ $1 -eq 0 ]; then
+    %{_bindir}/fc-cache -f %{_datadir}/fonts/gentium/ || :
+fi
+
+%files
+%defattr(-, root, root, 0755)
+%doc FONTLOG GENTIUM-FAQ OFL OFL-FAQ QUOTES README
+%dir %{_datadir}/fonts/
+%dir %{_datadir}/fonts/gentium/
+%{_datadir}/fonts/gentium/*.ttf
+%ghost %{_datadir}/fonts/gentium/fonts.cache-1
+
+%changelog
+* Fri Sep 28 2007 Dag Wieers <dag at wieers.com> - 1.02-1
+- Initial package. (using DAR)


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

Modified: trunk/rpms/iperf/iperf.spec
===================================================================
--- trunk/rpms/iperf/iperf.spec	2007-09-27 18:15:00 UTC (rev 5869)
+++ trunk/rpms/iperf/iperf.spec	2007-09-28 11:10:46 UTC (rev 5870)
@@ -5,13 +5,14 @@
 Summary: Tool for measuring TCP and UDP bandwidth performance
 Name: iperf
 Version: 2.0.2
-Release: 1.2
+Release: 2
 License: GPL
 Group: Applications/Internet
 URL: http://dast.nlanr.net/Projects/Iperf/
 
 #Source: http://dast.nlanr.net/Projects/Iperf/iperf-%{version}.tar.gz
 Source: http://dast.nlanr.net/Projects/Iperf2.0/iperf-%{version}.tar.gz
+Patch0: iperf-2.0.2-noyield.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires: gcc-c++, libstdc++-devel
@@ -23,6 +24,7 @@
 
 %prep
 %setup
+%patch -p1
 
 %build
 %configure
@@ -42,8 +44,8 @@
 %{_bindir}/iperf
 
 %changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 2.0.2-1.2
-- Rebuild for Fedora Core 5.
+* Thu Sep 27 2007 Dag Wieers <dag at wieers.com> - 2.0.2-2
+- Added Ingo Molnar's noyield patch.
 
 * Sun Sep 18 2005 Dries Verachtert <dries at ulyssis.org> - 2.0.2-1
 - Updated to release 2.0.2.

Modified: trunk/rpms/perl-NetAddr-IP/perl-NetAddr-IP.spec
===================================================================
--- trunk/rpms/perl-NetAddr-IP/perl-NetAddr-IP.spec	2007-09-27 18:15:00 UTC (rev 5869)
+++ trunk/rpms/perl-NetAddr-IP/perl-NetAddr-IP.spec	2007-09-28 11:10:46 UTC (rev 5870)
@@ -1,5 +1,6 @@
 # $Id$
 # Authority: dag
+# Upstream: Luis Muñoz <luismunoz$cpan,org>
 
 %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
 %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
@@ -8,9 +9,9 @@
 
 Summary: Manages IPv4 and IPv6 addresses and subnets
 Name: perl-NetAddr-IP
-Version: 4.004
+Version: 4.007
 Release: 1
-License: distributable
+License: Artistic/GPL
 Group: Applications/CPAN
 URL: http://search.cpan.org/dist/NetAddr-IP/
 
@@ -28,7 +29,7 @@
 
 %build
 CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
-%{__make} %{?_smp_mflags}
+%{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}"
 
 %install
 %{__rm} -rf %{buildroot}
@@ -37,19 +38,26 @@
 ### Clean up buildroot
 find %{buildroot} -name .packlist -exec %{__rm} {} \;
 
+### Clean up docs 
+find docs/ -type f -exec %{__chmod} a-x {} \;
+
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(-, root, root, 0755)
-%doc MANIFEST README TODO
-%doc %{_mandir}/man?/NetAddr::IP*
+%doc Changes MANIFEST MANIFEST.SKIP META.yml README TODO docs/
+%doc %{_mandir}/man3/*.3pm*
 %dir %{perl_vendorarch}/NetAddr/
 %{perl_vendorarch}/NetAddr/IP.pm
 %{perl_vendorarch}/NetAddr/IP/
-%{perl_vendorarch}/auto/NetAddr/
+%dir %{perl_vendorarch}/auto/NetAddr/
+%{perl_vendorarch}/auto/NetAddr/IP/
 
 %changelog
+* Fri Sep 28 2007 Dag Wieers <dag at wieers.com> - 4.007-1
+- Updated to release 4.007.
+
 * Tue Feb 13 2007 Dries Verachtert <dries at ulyssis.org> - 4.004-1
 - Updated to release 4.004.
 - Buildarch isn't noarch anymore (thanks to Peter Bieringer)

Added: trunk/rpms/syslinux/syslinux-test.spec
===================================================================
--- trunk/rpms/syslinux/syslinux-test.spec	                        (rev 0)
+++ trunk/rpms/syslinux/syslinux-test.spec	2007-09-28 11:10:46 UTC (rev 5870)
@@ -0,0 +1,138 @@
+# $Id$
+# Authority: dag
+# Upstream: <syslinux$zytor,com>
+
+# Rationale: If you need syslinux, you'd appreciate the latest, trust me.
+# Tag: test
+
+%define _sbindir /sbin
+
+Summary: Kernel bootloader for FAT or ISO9660 filesystems or PXE networks
+Name: syslinux
+%define real_version 3.52-pre10
+Version: 3.52
+Release: 0.pre10
+License: GPL
+Group: Applications/System
+URL: http://syslinux.zytor.com/
+
+Source: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/syslinux-%{real_version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+ExclusiveArch: i386 x86_64
+BuildRequires: nasm, perl, netpbm-progs
+Requires: mtools
+
+%description
+SYSLINUX is a suite of bootloaders, currently supporting DOS FAT
+filesystems, Linux ext2/ext3 filesystems (EXTLINUX), PXE network boots
+(PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX).  It also includes a tool,
+MEMDISK, which loads legacy operating systems from these media.
+
+%prep
+%setup -n %{name}-%{real_version}
+
+%build
+%{__make} clean
+%{__make} %{?_smp_mflags} installer
+
+%install
+%{__rm} -rf %{buildroot}
+#%makeinstall install-lib \
+%{__make} install install-lib \
+	INSTALLROOT="%{buildroot}" \
+	BINDIR="%{_bindir}" \
+	LIBDIR="%{_prefix}/lib" \
+	INCDIR="%{_includedir}"
+%{__install} -p -m0755 mkdiskimage sys2ansi.pl keytab-lilo.pl %{buildroot}%{_prefix}/lib/syslinux/
+
+### Clean up docroot
+%{__make} -C sample tidy
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc BUGS COPYING NEWS README* TODO *.doc com32/modules/mboot.doc memdisk/memdisk.doc sample/
+%{_sbindir}/extlinux
+%{_bindir}/gethostip
+%{_bindir}/md5pass
+%{_bindir}/lss16toppm
+%{_bindir}/ppmtolss16
+%{_bindir}/sha1pass
+%{_bindir}/syslinux
+%{_prefix}/lib/syslinux/
+
+%changelog
+* Sat Sep 08 2007 Dag Wieers <dag at wieers.com> - 3.51-2
+- Fixed the location of syslinux on x86_64. (Matt Hyclak)
+
+* Tue Jun 12 2007 Dag Wieers <dag at wieers.com> - 3.51-1
+- Updated to release 3.51.
+
+* Sun Jun 10 2007 Dag Wieers <dag at wieers.com> - 3.50-1
+- Updated to release 3.50.
+
+* Mon Jan 29 2007 Dag Wieers <dag at wieers.com> - 3.35-1
+- Updated to release 3.35.
+
+* Sat Sep 30 2006 Dag Wieers <dag at wieers.com> - 3.31-1
+- Updated to release 3.31.
+
+* Sun Aug 27 2006 Dag Wieers <dag at wieers.com> - 3.20-1
+- Updated to release 3.20.
+
+* Sun Sep 04 2005 Dag Wieers <dag at wieers.com> - 3.11-1
+- Updated to release 3.11.
+
+* Fri Aug 26 2005 Dag Wieers <dag at wieers.com> - 3.10-1
+- Updated to release 3.10.
+
+* Mon Jul 11 2005 Dag Wieers <dag at wieers.com> - 3.09-1
+- Updated to release 3.09.
+
+* Thu May 19 2005 Dag Wieers <dag at wieers.com> - 3.08-1
+- Updated to release 3.08.
+
+* Sun Jan 16 2005 Dag Wieers <dag at wieers.com> - 3.07-1
+- Updated to release 3.07.
+
+* Mon Jan 10 2005 Dag Wieers <dag at wieers.com> - 3.06-1
+- Updated to release 3.06.
+
+* Wed Jan 05 2005 Dag Wieers <dag at wieers.com> - 3.02-1
+- Updated to release 3.02.
+
+* Mon Jan 03 2005 Dag Wieers <dag at wieers.com> - 3.01-1
+- Updated to release 3.01.
+
+* Sun Jan 02 2005 Dag Wieers <dag at wieers.com> - 3.00-1
+- Updated to release 3.00.
+
+* Mon Dec 20 2004 Dag Wieers <dag at wieers.com> - 2.13-1
+- Updated to release 2.13.
+
+* Mon Oct 11 2004 Dag Wieers <dag at wieers.com> - 2.11-2
+- Re-added libsyslinux.
+
+* Wed Aug 18 2004 Dag Wieers <dag at wieers.com> - 2.11-1
+- Updated to release 2.11.
+
+* Sat Jun 19 2004 Dag Wieers <dag at wieers.com> - 2.10-1
+- Updated to release 2.10.
+
+* Wed Apr 28 2004 Dag Wieers <dag at wieers.com> - 2.09-1
+- Updated to release 2.09.
+
+* Mon Jan 19 2004 Dag Wieers <dag at wieers.com> - 2.08-0
+- Updated to release 2.08.
+
+* Sun Nov 23 2003 Dag Wieers <dag at wieers.com> - 2.07-1
+- Updated to release 2.07.
+
+* Wed Oct 15 2003 Dag Wieers <dag at wieers.com> - 2.07-0.pre5
+- Updated to release 2.07-pre5.
+
+* Wed Oct 15 2003 Dag Wieers <dag at wieers.com> - 2.06-0
+- Initial package. (using DAR)


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

Modified: trunk/rpms/syslinux/syslinux.spec
===================================================================
--- trunk/rpms/syslinux/syslinux.spec	2007-09-27 18:15:00 UTC (rev 5869)
+++ trunk/rpms/syslinux/syslinux.spec	2007-09-28 11:10:46 UTC (rev 5870)
@@ -8,8 +8,8 @@
 
 Summary: Kernel bootloader for FAT or ISO9660 filesystems or PXE networks
 Name: syslinux
-Version: 3.51
-Release: 2
+Version: 3.52
+Release: 1
 License: GPL
 Group: Applications/System
 URL: http://syslinux.zytor.com/
@@ -33,31 +33,39 @@
 %build
 %{__make} clean
 %{__make} %{?_smp_mflags} installer
-%{__make} -C sample tidy
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall install-lib \
+#%makeinstall install-lib \
+%{__make} install install-lib \
 	INSTALLROOT="%{buildroot}" \
 	BINDIR="%{_bindir}" \
 	LIBDIR="%{_prefix}/lib" \
 	INCDIR="%{_includedir}"
 %{__install} -p -m0755 mkdiskimage sys2ansi.pl keytab-lilo.pl %{buildroot}%{_prefix}/lib/syslinux/
 
+### Clean up docroot
+%{__make} -C sample tidy
+
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(-, root, root, 0755)
-%doc *.doc BUGS COPYING memdisk/memdisk.doc NEWS README* sample/ TODO
+%doc BUGS COPYING NEWS README* TODO *.doc com32/modules/mboot.doc memdisk/memdisk.doc sample/
 %{_sbindir}/extlinux
 %{_bindir}/gethostip
 %{_bindir}/lss16toppm
+%{_bindir}/md5pass
 %{_bindir}/ppmtolss16
+%{_bindir}/sha1pass
 %{_bindir}/syslinux
 %{_prefix}/lib/syslinux/
 
 %changelog
+* Wed Sep 26 2007 Dag Wieers <dag at wieers.com> - 3.52-1
+- Updated to release 3.52.
+
 * Sat Sep 08 2007 Dag Wieers <dag at wieers.com> - 3.51-2
 - Fixed the location of syslinux on x86_64. (Matt Hyclak)
 



More information about the svn-commits mailing list