]> git.pld-linux.org Git - packages/rt.git/commitdiff
- adapterized (sorted %verify attrs)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Dec 2005 15:14:18 +0000 (15:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rt.spec -> 1.26

rt.spec

diff --git a/rt.spec b/rt.spec
index ec3f6d095612afc6753a0ade405366405478de5d..fc2ff264e1d1bda0af55b7f6ee4c127bd3a6c48a 100644 (file)
--- a/rt.spec
+++ b/rt.spec
@@ -13,7 +13,7 @@ Name:         rt
 Version:       3.2.2
 Release:       0.5
 License:       GPL v2
-Group:         Aplications
+Group:         Applications
 Source0:       http://download.bestpractical.com/pub/rt/release/%{name}-%{version}.tar.gz
 # Source0-md5: 3c74baff2c43e939d7ec3a367d7181a0
 Source1:       %{name}-apache_dir.conf
@@ -83,18 +83,14 @@ sk
 
 %package cli
 Summary:       Command-line interface to RT
-#Summary(pl):  
 Group:         Applications
 
 %description cli
 This package contains /usr/bin/rt, a command-line interface to RT 3.
 
 It allows you to interact with an RT server over HTTP, and offers an
-interface to RT's functionality that is better-suited to automation and
-integration with other tools.
-
-#%description cli -l pl
-#TODO
+interface to RT's functionality that is better-suited to automation
+and integration with other tools.
 
 %prep
 %setup -q
@@ -137,7 +133,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README* HOWTO UPGRADING Changelog docs
 %attr(755,root,root) %dir %{_sysconfdir}
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 %attr(755,root,root) %{_bindir}/mason_handler.*
 %attr(755,root,root) %{_bindir}/rt-*
 %attr(755,root,root) %{_bindir}/standalone_httpd
This page took 0.054621 seconds and 4 git commands to generate.