[caja-dropbox] update to 1.14.0 release
by Leigh Scott
commit 932a575b5b93ced5289a6cd42895a9832d058cf4
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Jun 19 21:58:59 2016 +0100
update to 1.14.0 release
caja-dropbox.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/caja-dropbox.spec b/caja-dropbox.spec
index b809f60..cf1968e 100644
--- a/caja-dropbox.spec
+++ b/caja-dropbox.spec
@@ -1,9 +1,9 @@
# This is needed, because src-url contains branched part of versioning-scheme.
-%global branch 1.12
+%global branch 1.14
Summary: Dropbox extension for caja
Name: caja-dropbox
-Version: 1.12.0
+Version: 1.14.0
Release: 1%{?dist}
License: GPLv2+
Group: User Interface/Desktops
@@ -57,6 +57,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}
%changelog
+* Sun Jun 19 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1.14.0-1
+- update to 1.14.0 release
+
* Sun Nov 15 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.12.0-1
- update to 1.12.0 release
diff --git a/sources b/sources
index c41862f..5788055 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b125a772b2818d5396271fbb87ea1bbf caja-dropbox-1.12.0.tar.xz
+e7164bceb94943460397b20c669f0de8 caja-dropbox-1.14.0.tar.xz
8 years, 5 months
[nemo-dropbox/f23] update to 3.0.0
by Leigh Scott
Summary of changes:
97794b4... update to 3.0.0 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 5 months
[nemo-dropbox/f24] update to 3.0.0
by Leigh Scott
Summary of changes:
97794b4... update to 3.0.0 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 5 months
[nemo-dropbox] update to 3.0.0
by Leigh Scott
commit 97794b4b4e40331ee24a83af2da94c72c4096d42
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Jun 19 21:45:14 2016 +0100
update to 3.0.0
nemo-dropbox.spec | 16 ++++++++--------
sources | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/nemo-dropbox.spec b/nemo-dropbox.spec
index 1431cb4..ec39b18 100644
--- a/nemo-dropbox.spec
+++ b/nemo-dropbox.spec
@@ -1,14 +1,11 @@
Summary: Dropbox extension for nemo
Name: nemo-dropbox
-Version: 2.6.0
+Version: 3.0.0
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+ and MIT
Group: User Interface/Desktops
URL: http://cinnamon.linuxmint.com
-# To generate tarball
-# wget https://github.com/linuxmint/nemo-extensions/tarball/%%{_internal_version} -O nemo-extensions-2.6.x.git%%{_internal_version}.tar.gz
-#Source0: http://leigh123linux.fedorapeople.org/pub/nemo-extensions/source/nemo-ext...
-Source0: http://leigh123linux.fedorapeople.org/pub/nemo-extensions/source/nemo-ext...
+Source0: https://github.com/linuxmint/nemo-extensions/archive/%{version}.tar.gz#/n...
ExclusiveArch: i686 x86_64
@@ -28,7 +25,7 @@ Dropbox allows you to sync your files online and across
your computers automatically.
%prep
-%setup -q -n nemo-extensions-2.6.x
+%setup -q -n nemo-extensions-3.0.0
%build
pushd nemo-dropbox
@@ -42,8 +39,8 @@ pushd nemo-dropbox
%{make_install}
popd
-find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
-find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
+#Remove libtool archives.
+find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
rm -rf ${RPM_BUILD_ROOT}%{_bindir}
rm -rf ${RPM_BUILD_ROOT}%{_datadir}
@@ -58,6 +55,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}
%changelog
+* Fri Jun 17 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.0-1
+- update to 3.0.0
+
* Sun Jul 05 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.6.0-1
- update to 2.6.0
diff --git a/sources b/sources
index 4238ea2..59c4d4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6bfdae21ff24e664dc22bbee4f1056ab nemo-extensions-2.6.x.tar.gz
+83ca6083ddda9e1208c32c419b24c5ce nemo-extensions-3.0.0.tar.gz
8 years, 5 months
[rfpkg] Update to 1.23.2
by Nicolas Chauvet
commit 7f97d82f0111beca56a55586a4454b20a6ab3064
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Jun 19 14:49:17 2016 +0200
Update to 1.23.2
rfpkg.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rfpkg.spec b/rfpkg.spec
index 3bcd2f6..7f5f58a 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -10,7 +10,7 @@
Name: rfpkg
Summary: RPM Fusion utility for working with dist-git
-Version: 1.23.1
+Version: 1.23.2
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@@ -91,6 +91,9 @@ chmod +x $RPM_BUILD_ROOT%{_bindir}/rfpkg-*free
%changelog
+* Sun Jun 19 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 1.23.2-1
+- Update to 1.23.2
+
* Sat Jun 18 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 1.23.1-1
- Update to 1.23.1
diff --git a/sources b/sources
index d036f20..b6c605e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3104176a9ad73080e59cd06fa3466b97 rfpkg-1.23.1.tar.gz
+b05545b2b970c7d1d8911bb20d13c1ed rfpkg-1.23.2.tar.gz
8 years, 5 months
[rfpkg] Update to 1.23.1
by Nicolas Chauvet
commit 121919004b5838839dc25ff6d517af4c15d1882c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Jun 19 00:21:16 2016 +0200
Update to 1.23.1
rfpkg.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rfpkg.spec b/rfpkg.spec
index 924f2c9..3bcd2f6 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -10,12 +10,12 @@
Name: rfpkg
Summary: RPM Fusion utility for working with dist-git
-Version: 1.23
+Version: 1.23.1
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://github.com/rpmfusion-infra/rfpkg
-Source0: https://github.com/rpmfusion-infra/rfpkg/archive/v%{version}.zip#/%{name}...
+Source0: https://github.com/rpmfusion-infra/rfpkg/archive/v%{version}.zip#/%{name}...
%{?python_provide:%python_provide python2-%{name}}
BuildArch: noarch
@@ -91,6 +91,9 @@ chmod +x $RPM_BUILD_ROOT%{_bindir}/rfpkg-*free
%changelog
+* Sat Jun 18 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 1.23.1-1
+- Update to 1.23.1
+
* Fri Jun 17 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 1.23-1
- Rebase on top of fedpkg 1.23
diff --git a/sources b/sources
index e544c27..d036f20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13b71ce43211dccf12e45ba87e1f8144 rfpkg-1.23.zip
+3104176a9ad73080e59cd06fa3466b97 rfpkg-1.23.1.tar.gz
8 years, 5 months
[rfpkg] Initial version based on 1.23
by Nicolas Chauvet
commit d92fd47d3c89b898cec5c6bb714c25fb6ce4bad0
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Jun 18 13:38:07 2016 +0200
Initial version based on 1.23
.gitignore | 2 ++
rfpkg.spec | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 118 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..cb90b19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+rfpkg-*.zip
+rfpkg-*.tar.gz
diff --git a/rfpkg.spec b/rfpkg.spec
new file mode 100644
index 0000000..924f2c9
--- /dev/null
+++ b/rfpkg.spec
@@ -0,0 +1,115 @@
+%if 0%{?rhel} && 0%{?rhel} <= 6
+%{!?__python2: %global __python2 /usr/bin/python2}
+%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
+%global python2_version 2.6
+%endif
+
+%global checkout 62a8b01494dde87116cc588b318c008499bf30ac
+%global date 20151027
+
+Name: rfpkg
+Summary: RPM Fusion utility for working with dist-git
+Version: 1.23
+Release: 1%{?dist}
+License: GPLv2+
+Group: Applications/System
+URL: https://github.com/rpmfusion-infra/rfpkg
+Source0: https://github.com/rpmfusion-infra/rfpkg/archive/v%{version}.zip#/%{name}...
+
+%{?python_provide:%python_provide python2-%{name}}
+BuildArch: noarch
+
+BuildRequires: python2-devel, python-setuptools, bash-completion
+
+BuildRequires: pyrpkg, fedora-cert
+BuildRequires: python-fedora, packagedb-cli > 2.2
+
+Requires: bodhi-client
+#We need rpmfusion-packager instead - but don't do circle dependency
+#Requires: fedora-cert
+Requires: koji
+Requires: packagedb-cli > 2.2
+Requires: pyrpkg >= 1.33
+Requires: python-pycurl
+Requires: redhat-rpm-config
+
+
+%description
+RPM Fusion utility for working with dist-git.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+%{__python2} setup.py build
+%{__python2} src/rfpkg_man_page.py > rfpkg.1
+
+%install
+%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT
+
+sed -e 's|^#!python|#!%{__python2}|g' -i $RPM_BUILD_ROOT%{_bindir}/rfpkg
+
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
+install -p -m 0644 rfpkg.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+##Make 'rfpkg' free/nonfree scripts
+cat > $RPM_BUILD_ROOT%{_bindir}/rfpkg-free <<EOF
+#!/bin/sh
+exec %{_bindir}/rfpkg -C %{_sysconfdir}/rpkg/rfpkg-free.conf "\$@"
+EOF
+
+cat > $RPM_BUILD_ROOT%{_bindir}/rfpkg-nonfree <<EOF
+#!/bin/sh
+exec %{_bindir}/rfpkg -C %{_sysconfdir}/rpkg/rfpkg-nonfree.conf "\$@"
+EOF
+
+chmod +x $RPM_BUILD_ROOT%{_bindir}/rfpkg-*free
+##
+
+%files
+%{!?_licensedir:%global license %doc}
+%doc README
+%license COPYING
+%{_bindir}/rfpkg
+%{_bindir}/rfpkg-*
+%{python2_sitelib}/rfpkg/
+%{python2_sitelib}/rfpkg-%{version}-py%{python2_version}.egg-info/
+%{_mandir}/man1/rfpkg.1*
+%if 0%{?fedora}
+%dir %{_datadir}/bash-completion
+%dir %{_datadir}/bash-completion/completions
+%{_datadir}/bash-completion/completions/rfpkg
+%else
+%dir %{_sysconfdir}/bash_completion.d
+%{_sysconfdir}/bash_completion.d/rfpkg
+%endif
+%dir %{_sysconfdir}/rpkg
+%config(noreplace) %{_sysconfdir}/rpkg/rfpkg.conf
+%config(noreplace) %{_sysconfdir}/rpkg/rfpkg-free.conf
+%config(noreplace) %{_sysconfdir}/rpkg/rfpkg-nonfree.conf
+
+
+%changelog
+* Fri Jun 17 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 1.23-1
+- Rebase on top of fedpkg 1.23
+
+* Fri Jun 17 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 1.21-1
+- Update to 1.21
+
+* Mon Nov 16 2015 Antonio Trande <sagitterATfedoraproject.org> 1.20-5.20151027git62a8b0
+- Made 'rfpkg' free/nonfree scripts
+
+* Mon Nov 09 2015 Antonio Trande <sagitterATfedoraproject.org> 1.20-4.20151027git62a8b0
+- Added bash-completion as BR package
+
+* Sun Nov 08 2015 Antonio Trande <sagitterATfedoraproject.org> 1.20-3.20151027git62a8b0
+- All configuration files pushed in main package
+
+* Fri Nov 06 2015 Antonio Trande <sagitterATfedoraproject.org> 1.20-2.20151027git62a8b0
+- Cleanup of the EPEL5 tasks
+- Fixed the installation of the script file for Bash
+
+* Thu Nov 05 2015 Antonio Trande <sagitterATfedoraproject.org> 1.20-1.20151027git62a8b0
+- Initial build
+
diff --git a/sources b/sources
index e69de29..e544c27 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+13b71ce43211dccf12e45ba87e1f8144 rfpkg-1.23.zip
8 years, 5 months