packages: rpmconf/rpmconf.spec - cosmetics

gotar gotar at pld-linux.org
Sun Nov 27 11:41:53 CET 2011


Author: gotar                        Date: Sun Nov 27 10:41:53 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- cosmetics

---- Files affected:
packages/rpmconf:
   rpmconf.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/rpmconf/rpmconf.spec
diff -u packages/rpmconf/rpmconf.spec:1.6 packages/rpmconf/rpmconf.spec:1.7
--- packages/rpmconf/rpmconf.spec:1.6	Sat Nov 26 18:27:09 2011
+++ packages/rpmconf/rpmconf.spec	Sun Nov 27 11:41:48 2011
@@ -5,7 +5,7 @@
 Version:	0.3.3
 Release:	2
 License:	GPL v3+
-Group:		Applications
+Group:		Applications/System
 Source0:	http://github.com/downloads/xsuchy/rpmconf/%{name}-%{version}.tar.gz
 # Source0-md5:	e11cb57af45b028cf5ff8125360f19d3
 URL:		http://wiki.github.com/xsuchy/rpmconf/
@@ -21,29 +21,29 @@
 What it does:
 - run "rpmconf --help" and you will see :)
 - it search all config file of all installed packages and check if
-  file with .rpmsave or .rpmnew exists
-- it allows you to see diff of this file against current file
+  file with .rpmsave or .rpmnew exists,
+- it allows you to see diff of this file against current file,
 - it allows you to keep current version or the other one (rpmsave or
-  rpmnew one)
+  rpmnew one),
 - it deletes .rpmsave and .rpmnew files which are identical to current
-  file
-- after your choice it deletes the unwanted file
+  file,
+- after your choice it deletes the unwanted file.
 
 %description -l pl.UTF-8
 Narzędzie do obsługi plików rpmnew oraz rpmsave.
 
 Co to robi:
 - uruchom "rpmconf --help" i sam zobaczysz :)
-- wyszukuje wszytskie pliki konfiguracyjne wszystkich zainstalowanych
-  paczek i sprawdza czy istnieje plik z rozszerzeniem .rpmsave lub
-  .rpmnew
+- wyszukuje wszystkie pliki konfiguracyjne wszystkich zainstalowanych
+  paczek i sprawdza, czy istnieje plik z rozszerzeniem .rpmsave lub
+  .rpmnew,
 - umożliwia wyświetlenie różnic między tym plikiem a plikiem aktualnie
-  używanym
+  używanym,
 - umożliwia pozostawienie aktualnie używanego pliku lub zamianę go na
-  inny (rpmsave lub rpmnew)
+  inny (rpmsave lub rpmnew),
 - usuwa te pliki .rpmsave i .rpmnew, które są identyczne z aktualnie
-  używanym plikiem
-- po dokonaniu przez użytkownika wyboru usuwa niechciane pliki
+  używanym plikiem,
+- po dokonaniu przez użytkownika wyboru usuwa niechciane pliki.
 
 %prep
 %setup -q
@@ -54,8 +54,9 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
+
 install -p rpmconf $RPM_BUILD_ROOT%{_bindir}
-cp -p rpmconf.8 $RPM_BUILD_ROOT%{_mandir}/man8
+install -p rpmconf.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -63,8 +64,8 @@
 %files
 %defattr(644,root,root,755)
 %doc TODO
-%attr(755,root,root) %{_bindir}/rpmconf
-%{_mandir}/man8/rpmconf.8*
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man8/%{name}.8*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -72,6 +73,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2011/11/27 10:41:48  gotar
+- cosmetics
+
 Revision 1.6  2011/11/26 17:27:09  glen
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpmconf/rpmconf.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list