summaryrefslogtreecommitdiffstats
path: root/rpmtools.spec
blob: ab71cdbd977ea10a59f43d90d06a3b57196fa5c7 (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
46
47
48
49
50
51
52
53
54
55
56
57
Name:     rpmtools
Version:  1.0
Release:  8%{?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
* Wed Apr 03 2013 Hercinger Viktor <hercinger.viktor@gmail.com> - 1.0-8
- try to deduce the version automatically

* Tue Apr 02 2013 Hercinger Viktor <hercinger.viktor@gmail.com> - 1.0-7
- added archive source creator

* Fri Mar 29 2013 Hercinger Viktor <hercinger.viktor@gmail.com> - 1.0-6
- do not clean up repo before rebuilding with new packages

* Tue Mar 19 2013 Hercinger Viktor <hercinger.viktor@gmail.com> - 1.0-5
- fixed checkout bug

* 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