summaryrefslogtreecommitdiffstats
path: root/rpmtools.spec
blob: 0b00c6c364865089535ff8db40a9039ee11d5f72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Name:     rpmtools
Version:  1.0
Release:  4%{?dist}
Summary:  Local RPM toolkit
BuildArch: noarch

Group:    Development/System
License:  None
URL:      http://localhost
Source0:  http://localhost/rpmtools-%{version}.tar.gz

Requires: fedora-packager

%description
Local RPM tools

%prep
tar cvzf rpmtools-%{version}.tar.gz scripts --exclude-vcs --transform='s|^scripts/|rpmtools-%{version}/|'
md5sum rpmtools-%{version}.tar.gz > sources
%setup -q

%build

%install
mkdir -p %{buildroot}/%{_bindir}
install -m 755 * %{buildroot}/%{_bindir}

%files
%{_bindir}/*

%changelog
* Mon Mar 18 2013 Hercinger Viktor <hercinger.viktor@gmail.com> - 1.0-4
- changed default spec path
- can specify custom spec path

* Fri Mar 15 2013 Hercinger Viktor <hercinger.viktor@gmail.com> - 1.0-3
- added branch change option to rpmdev-build-devspec

* Wed Mar 13 2013 Hercinger Viktor <hercinger.viktor@gmail.com> - 1.0-2
- added notification to rpmdev-build-devspec
- added proxy call to rpmdev-make-repo in rpmdev-build-devspec

* Thu Feb 21 2013 Viktor Hercinger <vhercing@redhat.com> - 1.0.0-1
- build-spec added
- make-repo added