]> git.pld-linux.org Git - packages/rpm-build-macros.git/blame - rpm-build-macros.spec
- initial idea
[packages/rpm-build-macros.git] / rpm-build-macros.spec
CommitLineData
89506c89
ER
1# TODO
2# - contains unparsed macros:
3# %__id @__ID@
4# %__chown_Rhf @__CHOWN_RHF@
5# %__chgrp_Rhf @__CHGRP_RHF@
6%define rpm_macros_rev 1.223
7Summary: PLD Linux RPM Macros
8Name: rpm-macros
9Version: 0.1
10Release: 0.1
11License: GPL
12Group: Base
13Source0: rpm.macros
14Provides: rpmbuild(macros) = %{rpm_macros_rev}
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19This package contains rpm macros for PLD Linux.
20
21Use this package to get newer rpm macros than rpm-build provides
22(perhaps this package will be separated in the future).
23
24%prep
25
26%install
27rm -rf $RPM_BUILD_ROOT
28install -d $RPM_BUILD_ROOT%{_sysconfdir}/rpm
29install %{SOURCE0} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/rpm.macros
30
31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%files
35%defattr(644,root,root,755)
36%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rpm/rpm.macros
This page took 0.028059 seconds and 4 git commands to generate.