SPECS: rpm-test_scripts_triggers.spec - pl fix, unified

qboosh qboosh at pld-linux.org
Sun Jun 26 20:07:21 CEST 2005


Author: qboosh                       Date: Sun Jun 26 18:07:21 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl fix, unified

---- Files affected:
SPECS:
   rpm-test_scripts_triggers.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/rpm-test_scripts_triggers.spec
diff -u SPECS/rpm-test_scripts_triggers.spec:1.2 SPECS/rpm-test_scripts_triggers.spec:1.3
--- SPECS/rpm-test_scripts_triggers.spec:1.2	Fri Jun 24 18:40:00 2005
+++ SPECS/rpm-test_scripts_triggers.spec	Sun Jun 26 20:07:16 2005
@@ -2,58 +2,56 @@
 #
 %define	_ver	%{!?ver:1}%{?ver:%ver}
 #
-Summary:	testing of rpm's scripts and triggers
-Summary(pl):	testowanie skryptów i wyzwalaczy rpm'a
+Summary:	Testing of rpm's scripts and triggers
+Summary(pl):	Testowanie skryptów i wyzwalaczy rpm-a
 Name:		rpm-test_scripts_triggers
 Version:	%{_ver}
 Release:	0.1
 Epoch:		0
 License:	GPL
 Group:		Development/Tools
-Source0:	http://twittner.host.sk/files/%{name}/%{name}.tar.gz
+Source0:	http://twittner.host.sk/files/rpm-test_scripts_triggers/%{name}.tar.gz
 # Source0-md5:	961d3479998c046fe2512e111bdd5b9b
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-testing of rpm's scripts and triggers.
+Testing of rpm's scripts and triggers.
 
 %description -l pl
-testowanie skryptów i wyzwalaczy rpm'a.
+Testowanie skryptów i wyzwalaczy rpm-a.
 
 %package first
-Summary:	testing of rpm's scripts and triggers - first subpackage
-Summary(pl):	testowanie skryptów i wyzwalaczy rpm'a - pierwszy podpakiet
+Summary:	Testing of rpm's scripts and triggers - first subpackage
+Summary(pl):	Testowanie skryptów i wyzwalaczy rpm-a - pierwszy podpakiet
 Group:		Development/Tools
 Obsoletes:	%{name}-second
 
 %description first
-testing of rpm's scripts and triggers - first subpackage which
+Testing of rpm's scripts and triggers - first subpackage which
 obsoletes %{name}-second.
 
 %description first -l pl
-testowanie skryptów i wyzwalaczy rpm'a - pierwszy podpakiet obsoletujący
+Testowanie skryptów i wyzwalaczy rpm-a - pierwszy podpakiet obsoletujący
 %{name}-second.
 
 %package second
-Summary:	testing of rpm's scripts and triggers - second subpackage
-Summary(pl):	testowanie skryptów i wyzwalaczy rpm'a - drugi podpakiet
+Summary:	Testing of rpm's scripts and triggers - second subpackage
+Summary(pl):	Testowanie skryptów i wyzwalaczy rpm-a - drugi podpakiet
 Group:		Development/Tools
 Obsoletes:	%{name}-first
 
 %description second
-testing of rpm's scripts and triggers - second subpackage which
+Testing of rpm's scripts and triggers - second subpackage which
 obsoletes %{name}-first.
 
 %description second -l pl
-testowanie skryptów i wyzwalaczy rpm'a - drugi podpakiet obsoletujący
+Testowanie skryptów i wyzwalaczy rpm-a - drugi podpakiet obsoletujący
 %{name}-first.
 
 %prep
 %setup -q -n %{name}
 
-%build
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -143,17 +141,17 @@
 %files
 %defattr(644,root,root,755)
 %doc README
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/config.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/config.conf
 
 %files first
 %defattr(644,root,root,755)
 %doc README
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}-first/config.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}-first/config.conf
 
 %files second
 %defattr(644,root,root,755)
 %doc README
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}-second/config.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}-second/config.conf
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -161,10 +159,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/06/26 18:07:16  qboosh
+- pl fix, unified
+
 Revision 1.2  2005/06/24 16:40:00  twittner
 - what's going with %config files
 
 Revision 1.1  2005/06/24 16:09:01  twittner
 - skeleton for testing rpm's scripts and triggers sequence, $1 $2 values,
   etc. I hope that will be helpful.
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rpm-test_scripts_triggers.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list