From be6b0cd71c1c174725001ceddefd1595f24951f6 Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 15 2020 17:04:54 +0000 Subject: Add sources defined in the spec file --- diff --git a/SPECS/make-pixman-snapshot.sh b/SPECS/make-pixman-snapshot.sh new file mode 100755 index 0000000..0cd65a3 --- /dev/null +++ b/SPECS/make-pixman-snapshot.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +DIRNAME=pixman-$( date +%Y%m%d ) + +rm -rf $DIRNAME +git clone git://git.freedesktop.org/git/pixman $DIRNAME +cd $DIRNAME +if [ -z "$1" ]; then + git log | head -1 +else + git checkout $1 +fi +rm -rf .git +cd .. +tar jcf $DIRNAME.tar.bz2 $DIRNAME +rm -rf $DIRNAME diff --git a/SPECS/pixman-0.34.0.tar.gz b/SPECS/pixman-0.34.0.tar.gz new file mode 100644 index 0000000..022e9e5 Binary files /dev/null and b/SPECS/pixman-0.34.0.tar.gz differ