rpms/DVDAuthorWizard/devel DVDAuthorWizard.spec,1.6,1.7
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/DVDAuthorWizard/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15963/devel
Modified Files:
DVDAuthorWizard.spec
Log Message:
Fix space in %%doc
Index: DVDAuthorWizard.spec
===================================================================
RCS file: /cvs/free/rpms/DVDAuthorWizard/devel/DVDAuthorWizard.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DVDAuthorWizard.spec 3 Mar 2013 21:36:11 -0000 1.6
+++ DVDAuthorWizard.spec 24 Apr 2013 19:41:20 -0000 1.7
@@ -1,6 +1,6 @@
Name: DVDAuthorWizard
Version: 1.4.6
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Create a video DVD from MPEG-2 files
Group: Applications/Multimedia
License: GPL
@@ -65,13 +65,16 @@
%files
%defattr(-,root,root,-)
-%doc Changelog Creating\ Chapters.txt
+%doc Changelog Creating?Chapters.txt
%{_bindir}/dvdauthorwizard
%{_datadir}/apps/%{name}
%{_datadir}/applications/%{name}.desktop
%changelog
+* Wed Apr 24 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.4.6-6
+- Fix space in %%doc
+
* Sun Mar 03 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.4.6-5
- Mass rebuilt for Fedora 19 Features
11 years, 7 months
rpms/vdr-burn/devel vdr-burn-0.2.2-Makefile.patch, NONE, 1.1 vdr-burn.spec, 1.9, 1.10
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-burn/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11789/devel
Modified Files:
vdr-burn.spec
Added Files:
vdr-burn-0.2.2-Makefile.patch
Log Message:
vdr-burn-0.2.2-Makefile.patch:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE vdr-burn-0.2.2-Makefile.patch ---
--- burn-0.2.2/Makefile.orig 2013-04-22 12:04:46.056656436 +0200
+++ burn-0.2.2/Makefile 2013-04-22 12:05:45.054757905 +0200
@@ -61,7 +61,7 @@
### The version number of VDR's plugin API (taken from VDR's "config.h"):
-APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h)
+APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' /usr/lib64/vdr/config.h)
LOCDIR = $(VDRDIR)/locale
--- burn-0.2.2/Makefile.orig 2013-04-22 10:07:45.217895829 +0200
+++ burn-0.2.2/Makefile 2013-04-22 10:08:33.752980114 +0200
@@ -75,7 +75,7 @@
all: install
-ifeq ($(shell grep 'I18N_DEFAULT_LOCALE' $(VDRDIR)/i18n.h),)
+ifeq ($(shell grep 'I18N_DEFAULT_LOCALE' /usr/include/vdr/i18n.h),)
OLD_I18N = 1
i18n install-i18n:
Index: vdr-burn.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-burn/devel/vdr-burn.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vdr-burn.spec 23 Feb 2013 14:43:39 -0000 1.9
+++ vdr-burn.spec 23 Apr 2013 09:18:15 -0000 1.10
@@ -3,7 +3,7 @@
Name: vdr-%{pname}
Version: 0.2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: DVD writing plugin for VDR
Group: Applications/Multimedia
@@ -14,12 +14,12 @@
Source1: %{name}.conf
Source2: http://www.muempf.de/down/genindex-%{gver}.tar.gz
Patch0: %{name}-%{version}-config.patch
+Patch1: %{name}-%{version}-Makefile.patch
-BuildRequires: vdr-devel >= 1.6.0-41
+BuildRequires: vdr-devel >= 1.7.31
BuildRequires: boost-devel
BuildRequires: gd-devel
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
-Requires: vdrsync
Requires: ProjectX
Requires: m2vrequantiser
Requires: dvdauthor
@@ -44,6 +44,7 @@
find -name CVS | xargs rm -rf
chmod -c -x *.[ch] genindex/*.[ch] proctools/*.cc proctools/*.h README
%patch0 -p0
+%patch1 -p1
sed -i -e 's|/var/lib/vdr/|%{vdr_vardir}/|g' chain-archive.c jobs.c vdrburn-*.sh
sed -i -e 's|"Vera"|"DejaVuLGCSans"|g' skins.c
@@ -55,13 +56,14 @@
%build
-make -C burn-%{version} %{?_smp_mflags} LIBDIR=. LOCALEDIR=./locale VDRDIR=%{_libdir}/vdr all
+make -C burn-%{version} %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -fPIC" LIBDIR=. VDRDIR=. LOCALEDIR=./locale all
make -C genindex-%{gver} %{?_smp_mflags}
%install
install -dm 755 $RPM_BUILD_ROOT%{vdr_plugindir}/bin
-install -pm 755 burn-%{version}/libvdr-%{pname}.so.%{vdr_apiversion} $RPM_BUILD_ROOT%{vdr_plugindir}
+#install -pm 755 burn-%{version}/libvdr-%{pname}.so.%{vdr_apiversion} $RPM_BUILD_ROOT%{vdr_plugindir}
+install -pm 755 burn-%{version}/libvdr-%{pname}.so $RPM_BUILD_ROOT%{vdr_plugindir}/libvdr-%{pname}.so.%{vdr_apiversion}
install -pm 755 burn-%{version}/*.sh genindex-%{gver}/genindex \
$RPM_BUILD_ROOT%{vdr_plugindir}/bin
install -dm 755 $RPM_BUILD_ROOT%{vdr_configdir}/plugins/burn/skins
@@ -74,6 +76,11 @@
install -Dpm 644 %{SOURCE1} \
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
+# locale
+install -dm 755 $RPM_BUILD_ROOT%{_datadir}/locale
+cp -pR burn-%{version}/locale/* $RPM_BUILD_ROOT%{_datadir}/locale
+
+%find_lang %{name}
%post
if [ $1 -gt 1 ] ; then # maybe upgrading from < 0.1.0?
@@ -81,8 +88,7 @@
%{vdr_configdir}/reccmds.conf >/dev/null 2>&1 || :
fi
-
-%files
+%files -f %{name}.lang
%defattr(-,root,root,-)
%doc burn-%{version}/COPYING burn-%{version}/HISTORY burn-%{version}/README README.genindex
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
@@ -92,10 +98,17 @@
%{vdr_plugindir}/bin/vdrburn-dvd.sh
%{vdr_plugindir}/libvdr-%{pname}.so.%{vdr_apiversion}
%defattr(-,%{vdr_user},root)
-%config(noreplace) %{vdr_vardir}/burn/
+%config(noreplace) %{vdr_vardir}/%{pname}
%changelog
+* Mon Apr 22 2013 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.2-2
+- added Makefile locale fix
+- changed build option for new plugin Makefile
+- removed vdrsync Requirement
+- fixed typos
+- rebuild
+
* Sat Feb 23 2013 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.2-1
- rebuild for new release
@@ -107,7 +120,7 @@
- rebuild for Fedora 18.
* Wed Oct 10 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.2.0-2
-- removed vdrsync Requirenment
+- removed vdrsync Requirement
- removed no-subtitle patch
* Sun Oct 07 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.2.0-1
11 years, 7 months
rpms/vdr-burn/F-18 vdr-burn-0.2.2-Makefile.patch, NONE, 1.1 vdr-burn.spec, 1.13, 1.14
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-burn/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11371/F-18
Modified Files:
vdr-burn.spec
Added Files:
vdr-burn-0.2.2-Makefile.patch
Log Message:
vdr-burn-0.2.2-Makefile.patch:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE vdr-burn-0.2.2-Makefile.patch ---
--- burn-0.2.2/Makefile.orig 2013-04-22 12:04:46.056656436 +0200
+++ burn-0.2.2/Makefile 2013-04-22 12:05:45.054757905 +0200
@@ -61,7 +61,7 @@
### The version number of VDR's plugin API (taken from VDR's "config.h"):
-APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h)
+APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' /usr/lib64/vdr/config.h)
LOCDIR = $(VDRDIR)/locale
--- burn-0.2.2/Makefile.orig 2013-04-22 10:07:45.217895829 +0200
+++ burn-0.2.2/Makefile 2013-04-22 10:08:33.752980114 +0200
@@ -75,7 +75,7 @@
all: install
-ifeq ($(shell grep 'I18N_DEFAULT_LOCALE' $(VDRDIR)/i18n.h),)
+ifeq ($(shell grep 'I18N_DEFAULT_LOCALE' /usr/include/vdr/i18n.h),)
OLD_I18N = 1
i18n install-i18n:
Index: vdr-burn.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-burn/F-18/vdr-burn.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vdr-burn.spec 23 Feb 2013 14:34:10 -0000 1.13
+++ vdr-burn.spec 23 Apr 2013 09:11:20 -0000 1.14
@@ -3,7 +3,7 @@
Name: vdr-%{pname}
Version: 0.2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: DVD writing plugin for VDR
Group: Applications/Multimedia
@@ -14,12 +14,12 @@
Source1: %{name}.conf
Source2: http://www.muempf.de/down/genindex-%{gver}.tar.gz
Patch0: %{name}-%{version}-config.patch
+Patch1: %{name}-%{version}-Makefile.patch
-BuildRequires: vdr-devel >= 1.6.0-41
+BuildRequires: vdr-devel >= 1.7.31
BuildRequires: boost-devel
BuildRequires: gd-devel
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
-Requires: vdrsync
Requires: ProjectX
Requires: m2vrequantiser
Requires: dvdauthor
@@ -44,6 +44,7 @@
find -name CVS | xargs rm -rf
chmod -c -x *.[ch] genindex/*.[ch] proctools/*.cc proctools/*.h README
%patch0 -p0
+%patch1 -p1
sed -i -e 's|/var/lib/vdr/|%{vdr_vardir}/|g' chain-archive.c jobs.c vdrburn-*.sh
sed -i -e 's|"Vera"|"DejaVuLGCSans"|g' skins.c
@@ -55,13 +56,14 @@
%build
-make -C burn-%{version} %{?_smp_mflags} LIBDIR=. LOCALEDIR=./locale VDRDIR=%{_libdir}/vdr all
+make -C burn-%{version} %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -fPIC" LIBDIR=. VDRDIR=. LOCALEDIR=./locale all
make -C genindex-%{gver} %{?_smp_mflags}
%install
install -dm 755 $RPM_BUILD_ROOT%{vdr_plugindir}/bin
-install -pm 755 burn-%{version}/libvdr-%{pname}.so.%{vdr_apiversion} $RPM_BUILD_ROOT%{vdr_plugindir}
+#install -pm 755 burn-%{version}/libvdr-%{pname}.so.%{vdr_apiversion} $RPM_BUILD_ROOT%{vdr_plugindir}
+install -pm 755 burn-%{version}/libvdr-%{pname}.so $RPM_BUILD_ROOT%{vdr_plugindir}/libvdr-%{pname}.so.%{vdr_apiversion}
install -pm 755 burn-%{version}/*.sh genindex-%{gver}/genindex \
$RPM_BUILD_ROOT%{vdr_plugindir}/bin
install -dm 755 $RPM_BUILD_ROOT%{vdr_configdir}/plugins/burn/skins
@@ -74,6 +76,11 @@
install -Dpm 644 %{SOURCE1} \
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
+# locale
+install -dm 755 $RPM_BUILD_ROOT%{_datadir}/locale
+cp -pR burn-%{version}/locale/* $RPM_BUILD_ROOT%{_datadir}/locale
+
+%find_lang %{name}
%post
if [ $1 -gt 1 ] ; then # maybe upgrading from < 0.1.0?
@@ -81,8 +88,7 @@
%{vdr_configdir}/reccmds.conf >/dev/null 2>&1 || :
fi
-
-%files
+%files -f %{name}.lang
%defattr(-,root,root,-)
%doc burn-%{version}/COPYING burn-%{version}/HISTORY burn-%{version}/README README.genindex
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
@@ -92,10 +98,17 @@
%{vdr_plugindir}/bin/vdrburn-dvd.sh
%{vdr_plugindir}/libvdr-%{pname}.so.%{vdr_apiversion}
%defattr(-,%{vdr_user},root)
-%config(noreplace) %{vdr_vardir}/burn/
+%config(noreplace) %{vdr_vardir}/%{pname}
%changelog
+* Mon Apr 22 2013 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.2-2
+- added Makefile locale fix
+- changed build option for new plugin Makefile
+- removed vdrsync Requirement
+- fixed typos
+- rebuild
+
* Sat Feb 23 2013 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.2-1
- rebuild for new release
@@ -107,7 +120,7 @@
- rebuild for Fedora 18.
* Wed Oct 10 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.2.0-2
-- removed vdrsync Requirenment
+- removed vdrsync Requirement
- removed no-subtitle patch
* Sun Oct 07 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.2.0-1
11 years, 7 months
rpms/mplayer/devel .cvsignore, 1.32, 1.33 mplayer-snapshot.sh, 1.15, 1.16 mplayer.spec, 1.67, 1.68 sources, 1.33, 1.34
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/mplayer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12884
Modified Files:
.cvsignore mplayer-snapshot.sh mplayer.spec sources
Log Message:
* Sun Apr 21 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-7.20130416svn
- 20130416 snapshot
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .cvsignore 28 Mar 2013 07:59:34 -0000 1.32
+++ .cvsignore 21 Apr 2013 19:57:42 -0000 1.33
@@ -1,2 +1,2 @@
Blue-1.8.tar.bz2
-mplayer-export-2013-03-29.tar.bz2
+mplayer-export-2013-04-16.tar.bz2
Index: mplayer-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer-snapshot.sh,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mplayer-snapshot.sh 28 Mar 2013 07:59:34 -0000 1.15
+++ mplayer-snapshot.sh 21 Apr 2013 19:57:43 -0000 1.16
@@ -13,7 +13,7 @@
unset CDPATH
pwd=$(pwd)
svn=$(date +%Y-%m-%d)
-svn=2013-03-29
+svn=2013-04-16
dirname=mplayer-export-$svn
mplayer_rev={$svn}
#mplayer_rev=HEAD
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- mplayer.spec 28 Mar 2013 07:59:35 -0000 1.67
+++ mplayer.spec 21 Apr 2013 19:57:43 -0000 1.68
@@ -1,12 +1,12 @@
%define codecdir %{_libdir}/codecs
-%define pre 20130329svn
+%define pre 20130416svn
%define svn 1
-%define svnbuild 2013-03-29
+%define svnbuild 2013-04-16
%define faad2min 1:2.6.1
Name: mplayer
Version: 1.1
-Release: 6.%{?pre}%{?dist}
+Release: 7.%{?pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
%if 0%{!?_without_amr:1}
@@ -380,6 +380,9 @@
%{_datadir}/mplayer/*.fp
%changelog
+* Sun Apr 21 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-7.20130416svn
+- 20130416 snapshot
+
* Thu Mar 28 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-6.20130329svn
- 20130329 snapshot
- Updated the nodvdcss patch
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources 28 Mar 2013 07:59:35 -0000 1.33
+++ sources 21 Apr 2013 19:57:43 -0000 1.34
@@ -1,2 +1,2 @@
340368f4e33f767d9df109990fb29c02 Blue-1.8.tar.bz2
-06c3dcdb5df5715871f1798698f422c4 mplayer-export-2013-03-29.tar.bz2
+58b49829c9d0e04eece48bcc24912581 mplayer-export-2013-04-16.tar.bz2
11 years, 7 months
rpms/qmmp-plugin-pack-freeworld/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/qmmp-plugin-pack-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsF32113/rpms/qmmp-plugin-pack-freeworld/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module qmmp-plugin-pack-freeworld
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: qmmp-plugin-pack-freeworld
# $Id: Makefile,v 1.1 2013/04/21 14:12:36 kwizart Exp $
NAME := qmmp-plugin-pack-freeworld
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
11 years, 7 months
rpms/qmmp-plugin-pack-freeworld - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/qmmp-plugin-pack-freeworld
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsF32113/rpms/qmmp-plugin-pack-freeworld
Log Message:
Directory /cvs/free/rpms/qmmp-plugin-pack-freeworld added to the repository
11 years, 7 months
rpms/qmmp-plugin-pack-freeworld Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/qmmp-plugin-pack-freeworld
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsF32113/rpms/qmmp-plugin-pack-freeworld
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module qmmp-plugin-pack-freeworld
--- NEW FILE Makefile ---
# Top level Makefile for module qmmp-plugin-pack-freeworld
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
11 years, 7 months
rpms/qmmp-plugin-pack-freeworld/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/qmmp-plugin-pack-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsF32113/rpms/qmmp-plugin-pack-freeworld/devel
Log Message:
Directory /cvs/free/rpms/qmmp-plugin-pack-freeworld/devel added to the repository
11 years, 7 months
rpms/motion/F-18 motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch, 1.1, 1.2 motion.spec, 1.20, 1.21
by Tomasz Torcz
Author: ttorcz
Update of /cvs/free/rpms/motion/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24486
Modified Files:
motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch
motion.spec
Log Message:
* Sun Apr 21 2013 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 3.3.0-trunkREV557.3
- fix typo in logrotate patch
motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch:
motion.logrotate | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch
===================================================================
RCS file: /cvs/free/rpms/motion/F-18/motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch 8 Dec 2012 18:24:48 -0000 1.1
+++ motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch 21 Apr 2013 10:35:43 -0000 1.2
@@ -16,7 +16,7 @@
create 0600 root root
postrotate
- /bin/service motion reload >/dev/null 2>&1 || true
-+ /usr/bin systemctl reload-or-try-restart motion.service >/dev/null 2>&1 || true
++ /usr/bin/systemctl reload-or-try-restart motion.service >/dev/null 2>&1 || true
endscript
}
--
Index: motion.spec
===================================================================
RCS file: /cvs/free/rpms/motion/F-18/motion.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- motion.spec 8 Dec 2012 18:24:48 -0000 1.20
+++ motion.spec 21 Apr 2013 10:35:43 -0000 1.21
@@ -1,6 +1,6 @@
Name: motion
Version: 3.3.0
-Release: trunkREV557.2%{?dist}
+Release: trunkREV557.3%{?dist}
Summary: A motion detection system
Group: Applications/Multimedia
@@ -99,6 +99,9 @@
%attr(0755,root,root) %{_initrddir}/%{name}
%changelog
+* Sun Apr 21 2013 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 3.3.0-trunkREV557.3
+- fix typo in logrotate patch
+
* Sat Dec 08 2012 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 3.3.0-trunkREV557.2
- fix logrotate snippet to use systemctl instead of (non-existant) /bin/service
Fixes #26042604
11 years, 7 months
rpms/gnome-shell-extension-weather/F-19 .cvsignore, 1.11, 1.12 gnome-shell-extension-weather.spec, 1.11, 1.12 sources, 1.11, 1.12
by Mattia Meneguzzo
Author: odysseus
Update of /cvs/free/rpms/gnome-shell-extension-weather/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23694
Modified Files:
.cvsignore gnome-shell-extension-weather.spec sources
Log Message:
* Sun Apr 21 2013 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.12.git1f8dfbf
- Update to latest upstream version
- Update ".spec" file
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/F-19/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 12 Jan 2013 10:55:58 -0000 1.11
+++ .cvsignore 21 Apr 2013 09:43:50 -0000 1.12
@@ -1 +1 @@
-Neroth-gnome-shell-extension-weather-f4fa5d1.tar.gz
+Neroth-gnome-shell-extension-weather-1f8dfbf.tar.gz
Index: gnome-shell-extension-weather.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/F-19/gnome-shell-extension-weather.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gnome-shell-extension-weather.spec 12 Jan 2013 10:55:59 -0000 1.11
+++ gnome-shell-extension-weather.spec 21 Apr 2013 09:43:50 -0000 1.12
@@ -1,11 +1,11 @@
-%global git f4fa5d1
-%global uuid weather(a)gnome-shell-extensions.gnome.org
+%global git 1f8dfbf
+%global uuid weather-extension(a)xeked.com
%global github Neroth-gnome-shell-extension-weather
%global checkout git%{git}
Name: gnome-shell-extension-weather
Version: 0
-Release: 0.11.%{checkout}%{?dist}
+Release: 0.12.%{checkout}%{?dist}
Summary: An extension for displaying weather notifications in GNOME Shell
Group: User Interface/Desktops
@@ -14,7 +14,7 @@
Source0: https://github.com/Neroth/gnome-shell-extension-weather/tarball/master/%{...
BuildArch: noarch
-BuildRequires: autoconf >= 2.53, automake >= 1.9, desktop-file-utils, glib2-devel, gnome-common >= 3.4.0, intltool >= 0.25
+BuildRequires: autoconf >= 2.53, automake >= 1.9, glib2-devel, gnome-common >= 3.4.0, intltool >= 0.25
Requires: gnome-shell >= 3.4.0
%description
@@ -34,7 +34,6 @@
%install
make install DESTDIR=%{buildroot}
%find_lang %{name}
-desktop-file-install --add-category="GNOME" --remove-category="System" --delete-original --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/weather-settings.desktop
%postun
if [ $1 -eq 0 ] ; then
@@ -45,12 +44,15 @@
%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%files -f %{name}.lang
-%doc AUTHORS COPYING NEWS README
-%{_datadir}/applications/weather-settings.desktop
+%doc AUTHORS COPYING README.md
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.weather.gschema.xml
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
+* Sun Apr 21 2013 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.12.git1f8dfbf
+- Update to latest upstream version
+- Update ".spec" file
+
* Sat Jan 12 2013 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.11.gitf4fa5d1
- Update to latest upstream version
- Update requirements
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/F-19/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 12 Jan 2013 10:55:59 -0000 1.11
+++ sources 21 Apr 2013 09:43:50 -0000 1.12
@@ -1 +1 @@
-d9e20720c15bc401d5bef77e5c6db2ca Neroth-gnome-shell-extension-weather-f4fa5d1.tar.gz
+4fc4d573301dc38a954fbc8b42fd703b Neroth-gnome-shell-extension-weather-1f8dfbf.tar.gz
11 years, 7 months