public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-packager] epel10: Drop fedora-getsvn
@ 2026-06-25 13:19
0 siblings, 0 replies; only message in thread
From: @ 2026-06-25 13:19 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-packager
Branch : epel10
Commit : 882f5fef53f3ebb8ccefca2feebe1a1be68f6cee
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Date : 2024-08-09T11:33:56-04:00
Stats : +0/-25 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-packager/c/882f5fef53f3ebb8ccefca2feebe1a1be68f6cee?branch=epel10
Log:
Drop fedora-getsvn
---
diff --git a/fedora-getsvn b/fedora-getsvn
deleted file mode 100755
index 72f08ab..0000000
--- a/fedora-getsvn
+++ /dev/null
@@ -1,22 +0,0 @@
-#! /bin/sh
-
-if [ $# -ne 3 ];
-then
- echo "Usage: $0 <project> <url> <revision>"
- exit 1
-fi
-
-project=$1
-url=$2
-rev=$3
-
-tmpdir=`mktemp -d`
-curdir=`pwd`
-
-(
- cd ${tmpdir}
- LANG=C TZ=GMT svn export ${url} -r ${rev} ${project}
- tar cjvf ${curdir}/${project}-svn${rev}.tar.bz2 ${project}
-)
-
-rm -rf ${tmpdir}
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 7d11299..ee24915 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -7,7 +7,6 @@ License: GPL-2.0-or-later
URL: https://pagure.io/fedora-packager
Source0: COPYING
-Source1: fedora-getsvn
Source2: pkgname.py
Source3: rpmbuild-md5
Source4: secondary-koji
@@ -64,7 +63,6 @@ Files for connecting via kerberos to Fedora
%install
install -D %{SOURCE0} %{buildroot}%{_licensedir}/%{name}/COPYING
-install -D %{SOURCE1} %{buildroot}%{_bindir}/fedora-getsvn
install -D %{SOURCE2} %{buildroot}%{_bindir}/pkgname
install -D %{SOURCE3} %{buildroot}%{_bindir}/rpmbuild-md5
install -D %{SOURCE4} %{buildroot}%{_bindir}/s390-koji
@@ -80,7 +78,6 @@ install -m0644 -Dt %{buildroot}%{_sysconfdir}/pki/ipa/ \
%files
%license %{_licensedir}/%{name}/
-%{_bindir}/fedora-getsvn
%{_bindir}/pkgname
%{_bindir}/rpmbuild-md5
%{_bindir}/s390-koji
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-25 13:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 13:19 [rpms/fedora-packager] epel10: Drop fedora-getsvn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox