[svn] r6364 - in trunk/rpms: . dkms-fuse dkms-ivtv drupal6
fuse-obexfs hardinfo ivtv ivtv-firmware madwifi memtest86
obexftp pam_keyring perl-DBD-Pg perl-Video-Capture-V4l
perl-Video-Frequencies pngcrush powertop rxvt-unicode wine xine-lib
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Tue Jun 17 20:47:12 CEST 2008
Author: dag
Date: 2008-06-17 19:47:11 +0100 (Tue, 17 Jun 2008)
New Revision: 6364
Added:
trunk/rpms/dkms-ivtv/
trunk/rpms/dkms-ivtv/dkms-ivtv.spec
trunk/rpms/ivtv-firmware/
trunk/rpms/ivtv-firmware/ivtv-firmware.spec
trunk/rpms/ivtv/
trunk/rpms/ivtv/ivtv.spec
trunk/rpms/pam_keyring/
trunk/rpms/pam_keyring/pam_keyring.spec
trunk/rpms/perl-Video-Frequencies/
trunk/rpms/perl-Video-Frequencies/perl-Video-Frequencies.spec
Modified:
trunk/rpms/dkms-fuse/dkms-fuse.spec
trunk/rpms/drupal6/drupal6.spec
trunk/rpms/fuse-obexfs/fuse-obexfs.spec
trunk/rpms/hardinfo/hardinfo.spec
trunk/rpms/madwifi/madwifi.spec
trunk/rpms/memtest86/memtest86.spec
trunk/rpms/obexftp/obexftp.spec
trunk/rpms/perl-DBD-Pg/perl-DBD-Pg.spec
trunk/rpms/perl-Video-Capture-V4l/perl-Video-Capture-V4l.spec
trunk/rpms/pngcrush/pngcrush.spec
trunk/rpms/powertop/powertop.spec
trunk/rpms/rxvt-unicode/rxvt-unicode.spec
trunk/rpms/wine/wine.spec
trunk/rpms/xine-lib/xine-lib.spec
Log:
Updates
Modified: trunk/rpms/dkms-fuse/dkms-fuse.spec
===================================================================
--- trunk/rpms/dkms-fuse/dkms-fuse.spec 2008-06-14 14:28:37 UTC (rev 6363)
+++ trunk/rpms/dkms-fuse/dkms-fuse.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -3,6 +3,8 @@
# ExclusiveDist: el4 el5
# Dist: nodist
+%define real_name fuse
+
Summary: Linux kernel module for FUSE (Filesystem in USErspace)
Name: dkms-fuse
Version: 2.7.3
@@ -10,8 +12,10 @@
License: GPL
Group: System Environment/Kernel
URL: http://fuse.sourceforge.net/
+
Source: http://dl.sf.net/fuse/fuse-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
BuildArch: noarch
Requires: gcc, make
Requires(post): dkms
@@ -23,7 +27,7 @@
mount a FUSE filesystem.
%prep
-%setup -n fuse-%{version}
+%setup -n %{real_name}-%{version}
%build
Added: trunk/rpms/dkms-ivtv/dkms-ivtv.spec
===================================================================
--- trunk/rpms/dkms-ivtv/dkms-ivtv.spec (rev 0)
+++ trunk/rpms/dkms-ivtv/dkms-ivtv.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -0,0 +1,89 @@
+# $Id$
+# Authority: dag
+# Dist: nodist
+
+%define real_name ivtv
+
+Summary: iTVC15/16 and CX23415/16 driver
+Name: dkms-ivtv
+Version: 0.10.6
+Release: 1
+License: GPL
+Group: System Environment/Kernel
+URL: http://ivtvdriver.org/
+
+Source: http://dl.ivtvdriver.org/ivtv/archive/0.10.x/ivtv-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+Requires: gcc, make, dkms, ivtv
+Requires: ivtv-firmware-dec >= 2.02.023
+Requires: ivtv-firmware-enc >= 2.04.024
+Requires: ivtv-firmware-audio
+
+%description
+With FUSE it is possible to implement a fully functional filesystem in a
+userspace program. This package contains the FUSE userspace tools to
+mount a FUSE filesystem.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+
+%install
+%{__rm} -rf %{buildroot}
+
+%define dkms_name ivtv
+%define dkms_vers %{version}
+%define quiet -q
+
+# Kernel module sources install for dkms
+%{__mkdir_p} %{buildroot}%{_usrsrc}/%{dkms_name}-%{dkms_vers}/
+%{__cp} -a driver/* %{buildroot}%{_usrsrc}/%{dkms_name}-%{dkms_vers}/
+
+# Configuration for dkms
+%{__cat} <<'EOF' >%{buildroot}%{_usrsrc}/%{dkms_name}-%{dkms_vers}/dkms.conf
+PACKAGE_NAME=%{dkms_name}
+PACKAGE_VERSION=%{dkms_vers}
+MAKE[0]="src=/usr/src/${PACKAGE_NAME}-${PACKAGE_VERSION}/ ; make"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="ivtv"
+BUILT_MODULE_NAME[1]="ivtv-fb"
+#BUILT_MODULE_NAME[2]="saa7127"
+#BUILT_MODULE_NAME[3]="tveeprom"
+#BUILT_MODULE_NAME[4]="msp3400"
+#BUILT_MODULE_NAME[5]="saa7115"
+
+DEST_MODULE_LOCATION[0]="/kernel/drivers/media/video/ivtv"
+DEST_MODULE_LOCATION[1]="/kernel/drivers/media/video/ivtv"
+#DEST_MODULE_LOCATION[2]="/kernel/drivers/media/video/ivtv"
+#DEST_MODULE_LOCATION[3]="/kernel/drivers/media/video/ivtv"
+#DEST_MODULE_LOCATION[4]="/kernel/drivers/media/video/ivtv"
+#DEST_MODULE_LOCATION[5]="/kernel/drivers/media/video/ivtv"
+AUTOINSTALL=yes
+EOF
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%post
+# Add to DKMS registry
+dkms add -m %{dkms_name} -v %{dkms_vers} %{?quiet} || :
+# Rebuild and make available for the currenty running kernel
+dkms build -m %{dkms_name} -v %{dkms_vers} %{?quiet} || :
+dkms install -m %{dkms_name} -v %{dkms_vers} %{?quiet} --force || :
+
+%preun
+# Remove all versions from DKMS registry
+dkms remove -m %{dkms_name} -v %{dkms_vers} %{?quiet} --all || :
+
+%files
+%defattr(-, root, root, 0755)
+%doc ChangeLog* COPYING README* doc/*
+%{_usrsrc}/%{dkms_name}-%{dkms_vers}/
+
+%changelog
+* Sun Jun 15 2008 Dag Wieers <dag at wieers.com> - 0.10.6-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/dkms-ivtv/dkms-ivtv.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/drupal6/drupal6.spec
===================================================================
--- trunk/rpms/drupal6/drupal6.spec 2008-06-14 14:28:37 UTC (rev 6363)
+++ trunk/rpms/drupal6/drupal6.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -5,7 +5,7 @@
Summary: Drupal CMS
Name: drupal6
-Version: 6.1
+Version: 6.2
Release: 1
License: GPL
Group: Development/Languages
@@ -57,6 +57,9 @@
%{_localstatedir}/www/drupal-%{version}/
%changelog
+* Fri Jun 13 2008 Dag Wieers <dag at wieers.com> - 6.2-1
+- Updated to release 6.2.
+
* Thu Feb 28 2008 Dag Wieers <dag at wieers.com> - 6.1-1
- Updated to release 6.1.
Modified: trunk/rpms/fuse-obexfs/fuse-obexfs.spec
===================================================================
--- trunk/rpms/fuse-obexfs/fuse-obexfs.spec 2008-06-14 14:28:37 UTC (rev 6363)
+++ trunk/rpms/fuse-obexfs/fuse-obexfs.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -5,17 +5,19 @@
Summary: FUSE based filesystem using ObexFTP
Name: fuse-obexfs
-Version: 0.10
+Version: 0.11
Release: 1
License: GPL
Group: System Environment/Kernel
URL: http://dev.zuckschwerdt.org/openobex/wiki/ObexFs/
-Source: http://downloads.sourceforge.net/openobex/obexfs-%{version}.tar.gz
+Source: http://dl.sf.net/openobex/obexfs-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: fuse-devel >= 2.2, libobexftp-devel >= 0.19
-Requires: fuse >= 2.2, libobexftp >= 0.19
+BuildRequires: fuse-devel >= 2.2
+BuildRequires: libobexftp-devel >= 0.22
+Requires: fuse >= 2.2
+Requires: libobexftp >= 0.22
Obsoletes: obexfs <= %{name}-%{version}
Provides: obexfs = %{name}-%{version}
@@ -44,6 +46,9 @@
%{_bindir}/obexautofs
%changelog
+* Mon Jun 16 2008 Dag Wieers <dag at wieers.com> - 0.11-1
+- Updated to release 0.11.
+
* Tue Nov 13 2007 Dag Wieers <dag at wieers.com> - 0.10-1
- Updated to release 0.10.
Modified: trunk/rpms/hardinfo/hardinfo.spec
===================================================================
--- trunk/rpms/hardinfo/hardinfo.spec 2008-06-14 14:28:37 UTC (rev 6363)
+++ trunk/rpms/hardinfo/hardinfo.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -1,6 +1,6 @@
# $Id$
# Authority: dag
-# Upstream: Leandro Pereira <leandro$linuxmag,com,br>
+# Upstream: Leandro Pereira <leandro at hardinfo.org>
%{?dtag: %{expand: %%define %dtag 1}}
@@ -15,7 +15,7 @@
Release: 1
License: GPL
Group: Applications/System
-URL: http://alpha.linuxmag.com.br/~leandro/hardinfo/
+URL: http://hardinfo.org/
Source: http://download.berlios.de/hardinfo/hardinfo-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Added: trunk/rpms/ivtv/ivtv.spec
===================================================================
--- trunk/rpms/ivtv/ivtv.spec (rev 0)
+++ trunk/rpms/ivtv/ivtv.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -0,0 +1,74 @@
+# $Id$
+# Authority: dag
+
+Summary: iTVC15/16 and CX23415/16 driver utilities
+Name: ivtv
+Version: 0.10.6
+Release: 1
+License: distributable
+Group: Applications/Multimedia
+URL: http://ivtvdriver.org/
+
+Source: http://dl.ivtvdriver.org/ivtv/archive/0.10.x/%{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: gcc-c++
+#Requires: perl(Video::Capture::V4l)
+#Requires: perl-Video-ivtv, perl-Video-Frequencies
+
+%description
+The primary goal of the IvyTV Project is to create a kernel driver for
+the iTVC15 familiy of MPEG codecs. The iTVC15 family includes the
+iTVC15 (CX24315) and iTVC16 (CX24316). These chips are commonly found
+on Hauppauge's WinTV PVR-250 and PVR-350 TV capture cards.
+
+%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
+%{__make} -C utils PREFIX="%{_prefix}"
+
+%install
+%{__rm} -rf %{buildroot}
+
+#%{__install} -d -m0755 %{buildroot}%{_bindir}
+%{__install} -d -m0755 %{buildroot}%{_libdir}/ivtv/
+%{__make} -C utils install DESTDIR="%{buildroot}" PREFIX="%{_prefix}"
+%{__install} -p -m0755 utils/*.pl %{buildroot}%{_libdir}/ivtv/
+%{__ln_s} -f ivtv-radio %{buildroot}%{_bindir}/radio-ivtv
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc doc/* utils/README*
+%{_libdir}/ivtv
+%{_bindir}/cx25840ctl
+%{_bindir}/ivtv-mpegindex
+%{_bindir}/ivtv-radio
+%{_bindir}/ivtv-tune
+%{_bindir}/ivtvctl
+%{_bindir}/ivtvfbctl
+%{_bindir}/ivtvplay
+%{_bindir}/ps-analyzer
+%{_bindir}/radio-ivtv
+%{_bindir}/v4l2-ctl
+
+%files devel
+%defattr(-, root, root, 0755)
+%{_includedir}/linux/ivtv.h
+
+%changelog
+* Sun Jun 15 2008 Dag Wieers <dag at wieers.com> - 0.10.6-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/ivtv/ivtv.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Added: trunk/rpms/ivtv-firmware/ivtv-firmware.spec
===================================================================
--- trunk/rpms/ivtv-firmware/ivtv-firmware.spec (rev 0)
+++ trunk/rpms/ivtv-firmware/ivtv-firmware.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -0,0 +1,57 @@
+# $Id$
+# Authority: dag
+# Dist: nodist
+
+Summary: Firmware for the Hauppauge PVR 250/350/150/500/USB2 model series
+Name: ivtv-firmware
+Version: 20070217
+Release: 1
+License: Redistributable, no modification permitted
+Group: System Environment/Kernel
+URL: http://dl.ivtvdriver.org/ivtv/firmware/
+
+Source0: http://dl.ivtvdriver.org/ivtv/firmware/firmware-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+Obsoletes: ivtv-firmware-audio <= 0.0.1
+Provides: ivtv-firmware-audio = 0.0.1
+Obsoletes: ivtv-firmware-dec <= 2.02.023
+Provides: ivtv-firmware-dec = 2.02.023
+Obsoletes: ivtv-firmware-enc <= 2.06.039
+Provides: ivtv-firmware-enc = 2.06.039
+
+%description
+This package contains the firmware for WinTV Hauppauge PVR
+250/350/150/500/USB2cards.
+
+%prep
+%setup -c
+
+%build
+
+%install
+%{__rm} -rf %{buildroot}
+
+%{__install} -Dp -m0644 v4l-cx2341x-init.mpg %{buildroot}/lib/firmware/v4l-cx2341x-init.mpg
+%{__install} -p -m0644 *.fw %{buildroot}/lib/firmware/
+
+### license requires that the licenses go in the same place as the firmware
+for file in license-*.txt; do
+ %{__install} -p -m0644 $file %{buildroot}/lib/firmware/ivtv-firmware-$file
+done
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc license-*.txt
+%dir /lib/firmware/
+/lib/firmware/*.fw
+/lib/firmware/ivtv-firmware-license-*.txt
+/lib/firmware/v4l-cx2341x-init.mpg
+
+%changelog
+* Sun Jun 15 2008 Dag Wieers <dag at wieers.com> - 20070217-1
+Initial package. (using DAR)
Property changes on: trunk/rpms/ivtv-firmware/ivtv-firmware.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/madwifi/madwifi.spec
===================================================================
--- trunk/rpms/madwifi/madwifi.spec 2008-06-14 14:28:37 UTC (rev 6363)
+++ trunk/rpms/madwifi/madwifi.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -1,6 +1,8 @@
# $Id$
# Authority: matthias
+# DistExclude: el2 rh7 rh9 el3 el4 el5
+
%define real_name madwifi-ng
Summary: Multiband Atheros Driver for Wireless Fidelity
Modified: trunk/rpms/memtest86/memtest86.spec
===================================================================
--- trunk/rpms/memtest86/memtest86.spec 2008-06-14 14:28:37 UTC (rev 6363)
+++ trunk/rpms/memtest86/memtest86.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -6,7 +6,7 @@
Summary: Thorough, stand alone memory test
Name: memtest86
-Version: 3.3
+Version: 3.4
Release: 1
License: GPL
Group: System Environment/Kernel
@@ -42,13 +42,13 @@
%post
if [ -x /sbin/grubby ] ; then
- /sbin/grubby --add-kernel="/boot/%{name}-%{version}" \
- --title "Memtest86 v%{version}"
+ /sbin/grubby --add-kernel="/boot/%{name}-%{version}" \
+ --title "Memtest86 v%{version}"
fi
%postun
if [ -x /sbin/grubby ] ; then
- /sbin/grubby --remove-kernel="/boot/%{name}-%{version}"
+ /sbin/grubby --remove-kernel="/boot/%{name}-%{version}"
fi
%files
@@ -57,6 +57,9 @@
/boot/%{name}-%{version}
%changelog
+* Mon Jun 16 2008 Dag Wieers <dag at wieers.com> - 3.4-1
+- Updated to release 3.4.
+
* Sun Jun 24 2007 Dag Wieers <dag at wieers.com> - 3.3-1
- Updated to release 3.3.
Modified: trunk/rpms/obexftp/obexftp.spec
===================================================================
--- trunk/rpms/obexftp/obexftp.spec 2008-06-14 14:28:37 UTC (rev 6363)
+++ trunk/rpms/obexftp/obexftp.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -9,14 +9,13 @@
Summary: Tool to access devices via the OBEX protocol
Name: obexftp
-Version: 0.20
+Version: 0.22
Release: 1
License: GPL
Group: Applications/Communications
URL: http://openobex.triq.net/
-Source: http://dl.sf.net/openobex/obexftp-%{version}.tar.gz
-#Source: http://triq.net/obexftp/obexftp-%{version}.tar.gz
+Source: http://dl.sf.net/openobex/obexftp-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: openobex-devel, bluez-libs-devel
@@ -69,13 +68,14 @@
%configure \
--disable-perl \
%{?_without_python2:--disable-python} \
+ --disable-ruby \
--disable-static \
--disable-tcl
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR="%{buildroot}"
%clean
%{__rm} -rf %{buildroot}
@@ -93,28 +93,32 @@
%files -n libobexftp
%defattr(-, root, root, 0755)
-%{_libdir}/*.so.*
+%{_libdir}/libbfb.so.*
+%{_libdir}/libmulticobex.so.*
+%{_libdir}/libobexftp.so.*
%files -n libobexftp-devel
%defattr(-, root, root, 0755)
%{_includedir}/bfb/
%{_includedir}/multicobex/
%{_includedir}/obexftp/
-#%{_libdir}/*.a
+%{_libdir}/libbfb.so
+%{_libdir}/libmulticobex.so
+%{_libdir}/libobexftp.so
+%{_libdir}/pkgconfig/obexftp.pc
%exclude %{_libdir}/*.la
-%{_libdir}/*.so
%if %{!?_without_python2:1}0
%files -n python-obexftp
%defattr(-, root, root, 0755)
%{python_sitearch}/obexftp/
-%{python_sitelib}/obexftp/
-%ghost %{python_sitelib}/obexftp/*.pyo
-%exclude %{python_sitearch}/obexftp/*.la
-%{python_sitearch}/obexftp/*.so.*
+%ghost %{python_sitearch}/obexftp/*.pyo
%endif
%changelog
+* Mon Jun 16 2008 Dag Wieers <dag at wieers.com> - 0.22-1
+- Updated to release 0.22.
+
* Tue Nov 13 2007 Dag Wieers <dag at wieers.com> - 0.20-1
- Updated to release 0.20.
Added: trunk/rpms/pam_keyring/pam_keyring.spec
===================================================================
--- trunk/rpms/pam_keyring/pam_keyring.spec (rev 0)
+++ trunk/rpms/pam_keyring/pam_keyring.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -0,0 +1,60 @@
+# $Id$
+# Authority: dag
+
+%define _libdir /%{_lib}
+
+Summary: PAM module that execute gnome-keyring-daemon and unlock the default keyring
+Name: pam_keyring
+Version: 0.0.9
+Release: 1
+License: GPL
+Group: System Environment/Base
+Source: http://www.hekanetworks.com/opensource/pam_keyring/pam_keyring-%{version}.tar.gz
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+URL: http://www.hekanetworks.com/
+
+BuildRequires: gnome-keyring-devel
+BuildRequires: libtool
+BuildRequires: pam-devel
+Requires: gnome-keyring >= 0.4.8
+Requires: gnome-session >= 2.10.0
+Requires: pam >= 0.99.3
+
+%description
+The pam_keyring module allows GNOME users to automatically unlock
+their default keyring using their system password when they log in.
+This allows the data in the default keyring to be used more
+transparently. Ideally, users should only every have to enter one
+password (or physical token, etc.): the password they use to
+authenticate themselves to the system when they log in.
+
+%prep
+%setup
+
+%build
+%configure \
+ --disable-static
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
+%doc %{_mandir}/man8/pam_keyring.8*
+%{_libdir}/security/pam_keyring.so
+%{_libdir}/security/pam_keyring_auth.so
+%{_libdir}/security/pam_keyring_passwd.so
+%{_libdir}/security/pam_keyring_session.so
+%{_libexecdir}/pam-keyring-tool
+%exclude %{_libdir}/security/pam_keyring.la
+
+%changelog
+* Tue Jun 17 2008 Dag Wieers <dag at wieers.com> - 0.0.9-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/pam_keyring/pam_keyring.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/perl-DBD-Pg/perl-DBD-Pg.spec
===================================================================
--- trunk/rpms/perl-DBD-Pg/perl-DBD-Pg.spec 2008-06-14 14:28:37 UTC (rev 6363)
+++ trunk/rpms/perl-DBD-Pg/perl-DBD-Pg.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -28,6 +28,7 @@
BuildRequires: perl(Test::Simple) >= 0.47
BuildRequires: perl(version)
Requires: perl >= 1:5.6.1
+Requires: perl(DBI) >= 1.52
%description
DBI PostgreSQL interface.
Modified: trunk/rpms/perl-Video-Capture-V4l/perl-Video-Capture-V4l.spec
===================================================================
--- trunk/rpms/perl-Video-Capture-V4l/perl-Video-Capture-V4l.spec 2008-06-14 14:28:37 UTC (rev 6363)
+++ trunk/rpms/perl-Video-Capture-V4l/perl-Video-Capture-V4l.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -48,12 +48,22 @@
%defattr(-, root, root, 0755)
%doc COPYING Changes MANIFEST META.yml README TODO examples/
%doc %{_mandir}/man3/Video::Capture::V4l.3pm*
+%doc %{_mandir}/man3/Video::Capture::VBI.3pm*
+%doc %{_mandir}/man3/Video::Frequencies.3pm*
+%doc %{_mandir}/man3/Video::RTjpeg.3pm*
+%doc %{_mandir}/man3/Video::XawTV.3pm*
%dir %{perl_vendorarch}/auto/Video/
%dir %{perl_vendorarch}/auto/Video/Capture/
%{perl_vendorarch}/auto/Video/Capture/V4l/
+%{perl_vendorarch}/auto/Video/Capture/VBI/
+%{perl_vendorarch}/auto/Video/RTjpeg/
%dir %{perl_vendorarch}/Video/
%dir %{perl_vendorarch}/Video/Capture/
+%{perl_vendorarch}/Video/Capture/VBI.pm
%{perl_vendorarch}/Video/Capture/V4l.pm
+%{perl_vendorarch}/Video/Frequencies.pm
+%{perl_vendorarch}/Video/RTjpeg.pm
+%{perl_vendorarch}/Video/XawTV.pm
%changelog
* Mon Nov 19 2007 Dag Wieers <dag at wieers.com> - 0.901-1
Added: trunk/rpms/perl-Video-Frequencies/perl-Video-Frequencies.spec
===================================================================
--- trunk/rpms/perl-Video-Frequencies/perl-Video-Frequencies.spec (rev 0)
+++ trunk/rpms/perl-Video-Frequencies/perl-Video-Frequencies.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -0,0 +1,52 @@
+# $Id$
+# Authority: dag
+
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
+
+%define real_name Video-Frequencies
+
+Summary: Perl interface to the Video4linux tuner frequencies.
+Summary: Active Server Pages for Apache with mod_perl
+Name: perl-Video-Frequencies
+Version: 0.03
+Release: 1
+License: GPL
+Group: Applications/CPAN
+URL: http://ivtv.sourceforge.net/
+
+Source: http://dl.sf.net/ivtv/%{real_name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+
+%description
+This package provides a table of hashes that represent all the current
+frequency mappings that are used by Video4Linux programs.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} pure_install
+
+### Clean up buildroot
+find %{buildroot} -name .packlist -exec %{__rm} {} \;
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc Changes COPYING MANIFEST README
+%doc %{_mandir}/man3/Video::Frequencies.3pm*
+%{perl_vendorlib}/Video/Frequencies.pm
+
+%changelog
+* Sun Jun 15 2008 Dag Wieers <dag at wieers.com> - 0.03-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/perl-Video-Frequencies/perl-Video-Frequencies.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/pngcrush/pngcrush.spec
===================================================================
--- trunk/rpms/pngcrush/pngcrush.spec 2008-06-14 14:28:37 UTC (rev 6363)
+++ trunk/rpms/pngcrush/pngcrush.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -4,7 +4,7 @@
Summary: Optimizer for PNG (Portable Network Graphics) files
Name: pngcrush
-Version: 1.6.6
+Version: 1.6.7
Release: 1
License: GPL
Group: Applications/File
@@ -44,6 +44,9 @@
%{_bindir}/pngcrush
%changelog
+* Mon Jun 16 2008 Dag Wieers <dag at wieers.com> - 1.6.7-1
+- Updated to release 1.6.7.
+
* Thu May 22 2008 Dag Wieers <dag at wieers.com> - 1.6.6-1
- Updated to release 1.6.6.
Modified: trunk/rpms/powertop/powertop.spec
===================================================================
--- trunk/rpms/powertop/powertop.spec 2008-06-14 14:28:37 UTC (rev 6363)
+++ trunk/rpms/powertop/powertop.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -4,13 +4,13 @@
Summary: Tool that helps you find what software is using the most power
Name: powertop
-Version: 1.9
+Version: 1.10
Release: 1
License: GPL
Group: Applications/System
-URL: http://www.linuxpowertop.org/
+URL: http://www.lesswatts.org/projects/powertop/
-Source: http://www.linuxpowertop.org/download/powertop-%{version}.tar.gz
+Source: http://www.lesswatts.org/projects/powertop/download/powertop-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: ncurses-devel, gettext
@@ -48,6 +48,9 @@
%{_bindir}/powertop
%changelog
+* Mon Jun 16 2008 Dag Wieers <dag at wieers.com> - 1.10-1
+- Updated to release 1.10.
+
* Fri Nov 02 2007 Dag Wieers <dag at wieers.com> - 1.9-1
- Updated to release 1.9.
Modified: trunk/rpms/rxvt-unicode/rxvt-unicode.spec
===================================================================
--- trunk/rpms/rxvt-unicode/rxvt-unicode.spec 2008-06-14 14:28:37 UTC (rev 6363)
+++ trunk/rpms/rxvt-unicode/rxvt-unicode.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -24,7 +24,7 @@
Summary: Unicode version of rxvt
Name: rxvt-unicode
-Version: 9.01
+Version: 9.05
Release: 1
License: GPL
Group: User Interface/X
@@ -126,6 +126,12 @@
%{_libdir}/urxvt/
%changelog
+* Mon Jun 16 2008 Dag Wieers <dag at wieers.com> - 9.05-1
+- Updated to release 9.05.
+
+* Mon Feb 11 2008 Dag Wieers <dag at wieers.com> - 9.01-1
+- Updated to release 9.01.
+
* Mon Jan 28 2008 Dag Wieers <dag at wieers.com> - 9.0-1
- Updated to release 9.0.
Modified: trunk/rpms/wine/wine.spec
===================================================================
--- trunk/rpms/wine/wine.spec 2008-06-14 14:28:37 UTC (rev 6363)
+++ trunk/rpms/wine/wine.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -48,14 +48,13 @@
Summary: Windows 16/32/64 bit emulator
Name: wine
-%define real_version 1.0-rc3
Version: 1.0
-Release: 0.rc3
+Release: 1
License: LGPL
Group: Applications/Emulators
URL: http://www.winehq.org/
-Source0: http://dl.sf.net/sourceforge/wine/wine-%{real_version}.tar.bz2
+Source: http://dl.sf.net/sourceforge/wine/wine-%{version}.tar.bz2
Patch0: wine-prefixfonts.patch
Patch1: wine-rpath.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -182,7 +181,7 @@
you will need to install %{name}-devel.
%prep
-%setup -n %{name}-%{real_version}
+%setup
%patch0
%{__cat} <<EOF >wine-config.desktop
@@ -885,6 +884,9 @@
%{_libdir}/wine/*.def
%changelog
+* Tue Jun 17 2008 Dag Wieers <dag at wieers.com> - 1.0-1
+- Updated to release 1.0.
+
* Sun Jun 08 2008 Dag Wieers <dag at wieers.com> - 1.0-0.rc3
- Updated to release 1.0-rc3.
Modified: trunk/rpms/xine-lib/xine-lib.spec
===================================================================
--- trunk/rpms/xine-lib/xine-lib.spec 2008-06-14 14:28:37 UTC (rev 6363)
+++ trunk/rpms/xine-lib/xine-lib.spec 2008-06-17 18:47:11 UTC (rev 6364)
@@ -59,7 +59,7 @@
Summary: Core library of the xine multimedia player
Name: xine-lib
-Version: 1.1.12
+Version: 1.1.13
Release: 1
License: GPL
Group: Applications/Multimedia
@@ -212,6 +212,9 @@
%exclude %{_libdir}/libxine.la
%changelog
+* Mon Jun 16 2008 Dag Wieers <dag at wieers.com> - 1.1.13-1
+- Updated to release 1.1.13.
+
* Thu Apr 17 2008 Dag Wieers <dag at wieers.com> - 1.1.12-1
- Updated to release 1.1.12.
More information about the svn-commits
mailing list