Changes of Revision 13
[-] | Changed | astraceroute.spec |
x 1
2 Release: 1 3 License: GPL 4 Group: System 5 -Summary: astraceroute - AS traceroute 6 +Summary: AStraceroute - AS traceroute 7 URL: http://www.shrubbery.net/astraceroute/ 8 Source0: %{name}-%{version}.tar.gz 9 +Source1: %{name}-rpmlintrc 10 Patch0: %{name}-makefile.diff 11 BuildRoot: %{_tmppath}/%{name}-%{version}-build 12 Packager: Carsten Schoene <cs@linux-administrator.com> 13
14 %build 15 %__make 16 install -m 755 -d %{buildroot}/%{_sbindir} 17 -%makeinstall 18 + 19 +%install 20 +%__make DESTDIR=%{buildroot} install 21 22 %clean 23 rm -rf $RPM_BUILD_ROOT/* 24
25 %doc README CHANGES 26 27 %changelog 28 -* Thu Feb 21 2008 Carsten Schoene <cs@linux-administrator.com> 29 +* Thu Feb 21 2008 Carsten Schoene <cs@linux-administrator.com> - 1.4.a12.1-1 30 - initial package 31 |
||
[+] | Added | astraceroute-rpmlintrc ^ |
@@ -0,0 +1 @@ +addFilter("astraceroute.* permissions-file-setuid-bit") |