Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
etersoft-build-utils
Commits
08398026
Commit
08398026
authored
Feb 21, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new build 1.7.7
parent
ceb4efd9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
6 deletions
+25
-6
NEWS
NEWS
+13
-0
etersoft-build-utils.spec
etersoft-build-utils.spec
+12
-6
No files found.
NEWS
View file @
08398026
etersoft-build-utils-1.7.7: 21 Feb 2010
- update and cleanup comments and messages
- rpmbph: forbid backport to Sisyphus
- rpmgp: drop install src.rpm after download, download to current dir
- rpmgs: fix spec path using, fix download tarball for src.rpm, improve download
- rpmgp: first try clone from git.alt/gears
- rpmcs: add "initial build message" if there is not @altlinux records
- rpmbs: fix src.rpm run task
- enable support for use in gear without specname
- git: fix get_root_git_dir for recursive search
- rpmbs: disable default force create tag, add -f (force) param
- more bugfixes
etersoft-build-utils-1.7.6: 05 Feb 2010
- add bashrc.d aliases apti, apts, aptw, finds
- rpmgp: fix src.rpm import, allow to use several files
...
...
etersoft-build-utils.spec
View file @
08398026
Name: etersoft-build-utils
Version: 1.7.
6
Version: 1.7.
7
Release: alt1
Summary: A set of build rpm utilities
...
...
@@ -11,18 +11,16 @@ Url: http://www.altlinux.org/Etersoft-build-utils
Packager: Vitaly Lipatov <lav@altlinux.ru>
# git-clone http://git.altlinux.org/people/lav/packages/etersoft-build-utils.git
Source:
ftp://updates.etersoft.ru/pub/Etersoft/WINE@Etersoft/last/sources/tarball/
%name-%version.tar
Source: %name-%version.tar
BuildArchitectures: noarch
%define altcompat_ver 0.95
#
C compiler is required in
rpm-build; we do not require C++ here
#
Buildreqs note: C compiler is required by
rpm-build; we do not require C++ here
BuildRequires: rpm-build-compat >= %altcompat_ver
Requires: rpm-build
# disable rpm-build-compat in system require
# rpm-build-compat >= %altcompat_ver
%if %_vendor == "alt"
Requires: sisyphus_check rsync openssh-clients srpmcmp
...
...
@@ -39,7 +37,7 @@ on %url.
RECOMMENDED packages: gcc-c++ perl-libwww ccache elinks mutt hasher curl
%prep
%setup
-q
%setup
%build
%make
...
...
@@ -65,6 +63,14 @@ RECOMMENDED packages: gcc-c++ perl-libwww ccache elinks mutt hasher curl
%config(noreplace) %_sysconfdir/eterbuild/repos
%changelog
* Sun Feb 21 2010 Vitaly Lipatov <lav@altlinux.ru> 1.7.7-alt1
- rpmbph: forbid backport to Sisyphus
- rpmgs: fix spec path using, fix download tarball for src.rpm, improve download
- rpmbs: fix src.rpm run task
- enable support for use in gear without specname param
- rpmbs: disable default force create tag, add -f (force) param
- more bugfixes
* Fri Feb 05 2010 Vitaly Lipatov <lav@altlinux.ru> 1.7.6-alt1
- add bashrc.d aliases apti, apts, aptw, finds
- rpmgp: fix src.rpm import, allow to use several files
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment