Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=35ba882b754e7e5cf9c718e6e962170f5df5768c
commit 35ba882b754e7e5cf9c718e6e962170f5df5768c Author: DeX77 <[email protected]> Date: Tue Dec 8 21:56:13 2015 +0100 rpm-5.3.5-1-x86_64 - remove: broken and unable to rebuild diff --git a/source/apps-extra/rpm/FrugalBuild b/source/apps-extra/rpm/FrugalBuild deleted file mode 100644 index 7c509f5..0000000 --- a/source/apps-extra/rpm/FrugalBuild +++ /dev/null @@ -1,52 +0,0 @@ -# Compiling Time: 3.42 SBU -# Contributor: Miklos Vajna <[email protected]> -# Maintainer: Christian Hamar alias krix <[email protected]> - -pkgname=rpm -pkgver=5.2.1 -pkgrel=5 -pkgdesc="Red Hat Package Manager" -url="http://rpm5.org" -depends=('pcre>=8.30' 'sqlite3' 'popt' 'beecrypt>=4.2.1-1' 'openssl>=1.0.0' 'xz>=5.0.3' \ - 'bzip2' 'neon>=0.28.5-4' 'sqlite2' 'xfsprogs-acl' 'libxml2>=2.7.8') -makedepends=('krb5') -groups=('apps-extra') -archs=('i686' 'x86_64') -up2date="lynx -dump http://rpm5.org/|grep Production|sed 's/.*RPM \([0-9.]\+\) .*/\1/'" -source=(http://rpm5.org/files/$pkgname/$pkgname-${pkgver%.?}/$pkgname-$pkgver.tar.gz) -sha1sums=('77f2d1b24301ed3743d8bbc57e57710c0eff7bc8') - -build(){ - Fconf \ - --without-selinux \ - --with-perl \ - --with-python \ - --with-bzip2=external \ - --with-beecrypt=external \ - --with-neon=external \ - --with-db=internal \ - --with-sqlite=external \ - --with-popt=external \ - --with-file=internal \ - --with-xar=internal \ - --with-pcre=external \ - --disable-dependency-tracking \ - --libdir=/usr/lib \ - --with-openssl=external - - make || Fdie - Fmakeinstall - # fixes bug "can't create transaction lock" - Fmkdir /etc/tmpfiles.d - cat > $Fdestdir/etc/tmpfiles.d/rpm.conf << EOF -r $Flocalstatedir/lib/rpm/__db.* -d $Flocalstatedir/lock/rpm 0755 root root - -EOF - - # resolving conflict with xar package - Frm /usr/bin/xar - Frm /usr/include/xar/xar.h - Frm /usr/share/man/man1/xar.1.gz -} - -# optimization OK diff --git a/source/apps-extra/rpm/rpm.install b/source/apps-extra/rpm/rpm.install deleted file mode 100644 index 04bc4d8..0000000 --- a/source/apps-extra/rpm/rpm.install +++ /dev/null @@ -1,23 +0,0 @@ -post_install() -{ - echo -n "creating database... " - rpm --initdb - echo "done." -} - -post_upgrade() -{ - if [ -f /var/lib/rpm/Packages ]; then - echo -n "rebuilding database... " - rpm --rebuilddb - echo "done." - else - post_install - fi -} - -op=$1 -shift -$op $* - -# vim: ft=sh _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
