rpms/nautilus-dropbox/devel nautilus-dropbox.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nautilus-dropbox/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29563/devel
Modified Files:
.cvsignore sources
Added Files:
nautilus-dropbox.spec
Log Message:
--- NEW FILE nautilus-dropbox.spec ---
Name: nautilus-dropbox
Epoch: 1
Version: 2.10.0
Release: 1%{?dist}
Summary: Dropbox extension for Nautilus
License: GPLv3+
Group: User Interface/Desktops
URL: https://www.dropbox.com
Source: https://linux.dropbox.com/packages/%{name}-%{version}.tar.bz2
BuildRequires: desktop-file-utils
BuildRequires: nautilus-devel
BuildRequires: python-docutils
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pygobject2-devel
BuildRequires: pygtk2-devel
Requires: dropbox >= %{?epoch}:%{version}-%{release}
%description
Dropbox extension for nautilus file manager
%package -n dropbox
Summary: Client for Linux
Group: User Interface/Desktops
BuildArch: noarch
Requires: pygtk2
Requires: hicolor-icon-theme
%description -n dropbox
Dropbox allows you to sync your files online and across
your computers automatically.
%prep
%setup -q
%build
%configure --disable-static
make %{?_smp_mflags}
%install
%{make_install}
find $RPM_BUILD_ROOT%{_libdir} -type f -name '*.la' -delete -print
%check
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/dropbox.desktop
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post -n dropbox
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun -n dropbox
if [ $1 -eq 0 ] ; then
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans -n dropbox
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files -n dropbox
%doc ChangeLog README COPYING
%{_bindir}/dropbox
%{_datadir}/nautilus-dropbox/
%{_datadir}/icons/hicolor/*
%{_mandir}/man1/dropbox.1.gz
%{_datadir}/applications/dropbox.desktop
%files
%{_libdir}/nautilus/extensions-3.0/libnautilus-dropbox.so
%changelog
* Tue Dec 16 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 2.10.0-1
- first build
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nautilus-dropbox/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 20 Dec 2014 15:11:35 -0000 1.1
+++ .cvsignore 20 Dec 2014 16:30:34 -0000 1.2
@@ -0,0 +1 @@
+nautilus-dropbox-2.10.0.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nautilus-dropbox/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Dec 2014 15:11:35 -0000 1.1
+++ sources 20 Dec 2014 16:30:34 -0000 1.2
@@ -0,0 +1 @@
+8fdaa58878cacebc00e84e4b89a8f823 nautilus-dropbox-2.10.0.tar.bz2
9 years, 11 months
rpms/nemo-dropbox/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nemo-dropbox/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsR28453/rpms/nemo-dropbox/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module nemo-dropbox
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: nemo-dropbox
# $Id: Makefile,v 1.1 2014/12/20 15:14:41 kwizart Exp $
NAME := nemo-dropbox
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 ---
9 years, 11 months
rpms/nemo-dropbox/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nemo-dropbox/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsR28453/rpms/nemo-dropbox/devel
Log Message:
Directory /cvs/nonfree/rpms/nemo-dropbox/devel added to the repository
9 years, 11 months
rpms/nemo-dropbox Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nemo-dropbox
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsR28453/rpms/nemo-dropbox
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module nemo-dropbox
--- NEW FILE Makefile ---
# Top level Makefile for module nemo-dropbox
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 ---
9 years, 11 months
rpms/nemo-dropbox - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nemo-dropbox
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsR28453/rpms/nemo-dropbox
Log Message:
Directory /cvs/nonfree/rpms/nemo-dropbox added to the repository
9 years, 11 months
rpms/nautilus-dropbox Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nautilus-dropbox
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsf28121/rpms/nautilus-dropbox
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module nautilus-dropbox
--- NEW FILE Makefile ---
# Top level Makefile for module nautilus-dropbox
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 ---
9 years, 11 months
rpms/nautilus-dropbox/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nautilus-dropbox/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsf28121/rpms/nautilus-dropbox/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module nautilus-dropbox
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: nautilus-dropbox
# $Id: Makefile,v 1.1 2014/12/20 15:11:35 kwizart Exp $
NAME := nautilus-dropbox
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 ---
9 years, 11 months
rpms/nautilus-dropbox/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nautilus-dropbox/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsf28121/rpms/nautilus-dropbox/devel
Log Message:
Directory /cvs/nonfree/rpms/nautilus-dropbox/devel added to the repository
9 years, 11 months
rpms/nautilus-dropbox - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nautilus-dropbox
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsf28121/rpms/nautilus-dropbox
Log Message:
Directory /cvs/nonfree/rpms/nautilus-dropbox added to the repository
9 years, 11 months
rpms/vdr-skindesigner/devel sources, 1.16, 1.17 vdr-skindesigner.spec, 1.19, 1.20
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24968/devel
Modified Files:
sources vdr-skindesigner.spec
Log Message:
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 19 Dec 2014 19:20:19 -0000 1.16
+++ sources 20 Dec 2014 10:53:44 -0000 1.17
@@ -1 +1 @@
-f396d7e1d97f68488796576aae6228d8 vdr-plugin-skindesigner-0.1.1.tar.bz2
+6b7b9a7462348531e6cb2c4c9c7aaa4e vdr-plugin-skindesigner-0.1.1.tar.bz2
Index: vdr-skindesigner.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/vdr-skindesigner.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- vdr-skindesigner.spec 19 Dec 2014 19:20:19 -0000 1.19
+++ vdr-skindesigner.spec 20 Dec 2014 10:53:44 -0000 1.20
@@ -1,6 +1,6 @@
Name: vdr-skindesigner
Version: 0.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
Group: Applications/Multimedia
@@ -73,6 +73,9 @@
%changelog
+* Sat Dec 20 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.1-2
+- rebuild
+
* Fri Dec 19 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.1-1
- Update to 0.1.1
9 years, 11 months