Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37541169
en ru br
ALT Linux repos
S:0.0.20220121-alt1

Group :: Development/Other
RPM: projectdb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: projectdb
Version: 0.0.20220121
Release: alt1
BuildArch: noarch
Packager: Igor Yu. Vlasenko <viy at altlinux.org>

Summary: ProjectDb database data file
Group: Development/Other
License: GPLv2+ or Artistic-2.0
Source: %name-%version.tar
Url: https://www.altlinux.org/Packaging_Automation/ProjectDb

%description
%summary

%prep
%setup

%build

%install
destdir=%buildroot%_datadir/projectdb
for dir in */; do
type=`basename $dir`
install -m755 -d $destdir/$type
install -m644 $type/* $destdir/$type/
done

%files
%_datadir/projectdb

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin