ENGLISH ~~~~~~~ GENERAL INFO This directory contain unpacked SRPM package. Structure of this package conform to ALT Linux build system. The package sources published at public GIT repository. Next command can be used to clone package repository to local directory: $ git-clone git://git.altlinux.com/people/stanv/packages/ [] Also, it is possible to explore the package repository via WEB: http://git.altlinux.com/people/stanv/packages/ REPOSITORY STRUCTURE Generally there are three branches in the package repository: master upstream patches Branch "master" holds: 1) SPEC file 2) .gear-rules and .gear-tags/ 3) other additional ALT Linux specific package sources (%Source) 4) this file Branch "upstream" holds original public releases from software developer. Branch "patches" holds patched versions of software. Each commit correspond to one patch. PATCHES Warning! SRPM package does not contain all patches in separate way. Instead all patches for %Release package stickied together in one big patch: %name-%version-%release-super.patch Finding necessary patch for %Release may be done in next way: 1) Make a local copy a package repository $ git-clone git://git.altlinux.com/people/stanv/packages/ [] 2) See all patches that included to package %Release $ git-log %Name-%Version %Version-%Release 3) View an intresting patch: $ git show