]> git.pld-linux.org Git - packages/colortail.git/commitdiff
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Oct 2002 13:14:18 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    colortail.spec -> 1.21

colortail.spec

index 41cbd16e201a054d10403838b36a60227798af36..fbf262d73791a84bf5bd5475447d02706e9b061f 100644 (file)
@@ -23,12 +23,13 @@ konfiguracyjnym.
 
 %prep
 %setup -q
-%build
 
-aclocal
+%build
+rm -f missing
+%{__aclocal}
 %{__autoconf}
 %{__automake}
-autoheader
+%{__autoheader}
 CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti"
 %configure \
        --enable-ext_regex
@@ -42,13 +43,11 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
 
 install example-conf/conf.* $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
 
-gzip -9nf ChangeLog README TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/*
 %config(noreplace) %verify(not mtime size md5)  %{_sysconfdir}/%{name}/*
This page took 0.06854 seconds and 4 git commands to generate.