Download List

프로젝트 설명

rpmerizor is a script that allows you to create an RPM package simply by specifying files on the command line and answering a few questions.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-13 07:39
2.6

새로운 옵션 (추측) 모든 RPM 메타 데이터를 채우기 위해 추가 되었습니다. 또 다른 옵션 (디버그) 개발자를 돕기 위해 추가 되었습니다. Makefile 청소 했다 (청소 및 dist 대상).
Tags: Stable
A new option (guess) has been added to fill all RPM metadata. Another option (debug) has been added to help developers. The Makefile was cleaned up (clean and dist targets).

2011-04-12 00:36
2.5

rootdir 모드에서는 이름과 버전이 디렉터리 이름에서 짐작됩니다. compat 옵션은 RPM으로 이전 버전과의 호환성 (소화)에 추가되었습니다. 기본 옵션은 릴리스와 그룹명을 기본값으로 채우기 위해 추가되었습니다. 표준 입력 옵션은 표준 입력에서 파일을받을에 추가되었습니다. 설정 / 의사 rpm 파일의 속성은 사전 정의된 접두사 목록에서 검색할 수있는 능력 향상되었습니다.
In rootdir mode, name and version are guessed from the directory name. The compat option was added for compatibility with old rpm versions (digest). The default option was added to fill release and group with default values. The stdin option was added to get files from stdin. The config/doc rpm file attribute was improved with the ability to search from a pre-defined prefix list.

2011-03-23 17:24
2.4

단지 파일이 rpmerizor로 전달 때 발생하는 버그가 해결되었습니다. 두 개의 새로운 옵션이 추가되었습니다 : URL 및 packager 있습니다. RPM의 작업 디렉토리는 현재 테스트하고 필요한 경우 만들었습니다. rpmbuild 종속 또한 스크립트의 시작 부분에 테스트입니다.
A bug that occurred when only files were passed to rpmerizor was fixed. Two new options were added: url and packager. RPM working directories are now tested and created if necessary. The rpmbuild dependency is also tested at the beginning of the script.

2011-03-03 23:02
2.3

rpmbuild 상태가 지금 분석하고 스크립트 종료 상태에 사용됩니다. 새로운 buildarch 옵션은 RPM이 아키텍처를 해결하기위한 추가되었습니다. rootdir 옵션가 가능한 chrooted 디렉토리에서 RPM 패키지를 만들 수 있습니다.
Tags: Stable
rpmbuild status is now analyzed and used for the script exit status. A new buildarch option was added for fixing RPM architecture. A rootdir option makes it possible to build an RPM package from a chrooted directory.

2011-02-24 22:32
2.2

이것은 주요 릴리스입니다. rpmerizor 지금은 예상대로 노력하고 있습니다. 주어진 디렉토리 아래의 모든 파일이 표시되는 RPM 패키지에 추가됩니다. 세 가지 새로운 옵션이 추가되었습니다 : 제외, list_group, 그리고 친구. rpmbuild에게 전화가 간소화되었습니다. buildroot 디렉토리는 / tmp를 / rpmerizor_buildroot로 변경되었습니다. (예 : spec_only 옵션을, 후) specfile는 패키지가 rpmerizor 외부 건설이 될 수 있도록 바뀌었습니다.
Tags: Stable
This is a major release. rpmerizor is now working as expected. All files under given directories are added to the resulting RPM package. Three new options were added: list_group, exclude, and man. The call to rpmbuild was simplified. The buildroot directory was changed to /tmp/rpmerizor_buildroot. The specfile was modified allow a package to be built outside rpmerizor (after a --spec_only option, for example).

Project Resources