SHA256
1
0
forked from pool/fdupes

Accepting request 701539 from utilities

Move RPM macros to %_rpmmacrodir. (forwarded request 701534 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/701539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fdupes?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2019-05-16 19:55:14 +00:00 committed by Git OBS Bridge
commit 1c2f58751c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 8 09:37:54 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- Move RPM macros to %_rpmmacrodir.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 16 12:40:20 UTC 2016 - psimons@suse.com Fri Dec 16 12:40:20 UTC 2016 - psimons@suse.com

View File

@ -47,7 +47,7 @@ make %{?_smp_mflags} COMPILER_OPTIONS="%{optflags}"
%install %install
install -D -m755 %{name} %{buildroot}%{_bindir}/%{name} install -D -m755 %{name} %{buildroot}%{_bindir}/%{name}
install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
install -D -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.%{name} install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.%{name}
%check %check
./%{name} testdir ./%{name} testdir
@ -60,6 +60,6 @@ install -D -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.%{name}
%doc CHANGES %doc CHANGES
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}.1*
%config %{_sysconfdir}/rpm/macros.%{name} %{_rpmmacrodir}/macros.%{name}
%changelog %changelog