1
0

Accepting request 286805 from filesystems

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/286805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ntfs-3g_ntfsprogs?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2015-02-23 12:12:49 +00:00 committed by Git OBS Bridge
commit e7df1cd41d
3 changed files with 6 additions and 49 deletions

View File

@ -1,48 +0,0 @@
# Script to build ntfs-3g for several distributions using osc, the opensuse
# buildservice client. Needs to be started from the checked-out directory
# of a project which provides needed packages, e.g. osc co home:benkai:ntfs/NTFS-3g
trap 2 exit
set -ex
#export BUILD_ROOT=/home/abuild/ntfs-3g-root
unset BUILD_DIST
export BUILD_ROOT=/dev/shm/ntfs-3g-root
while read platform arch; do
outdir=RPMS/$platform
if [ -d $outdir/$arch ]; then
echo "$outdir/$arch exist, next!"
continue
fi
echo $platform $arch
rm -rf $BUILD_ROOT
time osc build --no-verify --clean $platform $arch ntfs-3g.spec
mkdir -p $outdir/$arch-tmp
mv $BUILD_ROOT/usr/src/*/RPMS/*/*.rpm $outdir/$arch-tmp
mv $outdir/$arch-tmp $outdir/$arch
done <<END
CentOS_5 i586
CentOS_5 x86_64
Fedora_7 i586
Fedora_7 x86_64
Fedora_8 i586
Fedora_8 x86_64
Fedora_Extras_6 i586
Fedora_Extras_6 x86_64
Mandriva_2007 i586
Mandriva_2007 x86_64
Mandriva_2008 i586
Mandriva_2008 x86_64
openSUSE_10.2 i586
openSUSE_10.2 x86_64
openSUSE_10.3 i586
openSUSE_10.3 x86_64
openSUSE_Factory i586
openSUSE_Factory x86_64
SLES_9 i586
SLES_9 x86_64
SLE_10 i586
SLE_10 x86_64
SUSE_Linux_10.1 i586
SUSE_Linux_10.1 x86_64
Fedora_Core_6 i586
Fedora_Core_6 x86_64
END

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 12 15:56:00 UTC 2015 - Greg.Freemyer@gmail.com
- remove buildall.sh file and spec file reference
It is a remnant from a previous maintainer and is well out of date
-------------------------------------------------------------------
Thu Jan 1 22:16:09 UTC 2015 - meissner@suse.com

View File

@ -25,7 +25,6 @@ Group: System/Filesystems
Version: 2014.2.15
Release: 0
Source: http://tuxera.com/opensource/%{name}-%{version}.tgz
Source1: buildall.sh
Source2: 21-storage-ntfs-3g.fdi
Url: http://www.tuxera.com/community/ntfs-3g-download/
%if 0%{?sles_version}