SPECS: xalan-c.spec - better Group for -doc and -examples - one less subdir...
pawelz
pawelz at pld-linux.org
Sun Sep 28 19:03:54 CEST 2008
Author: pawelz Date: Sun Sep 28 17:03:54 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- better Group for -doc and -examples
- one less subdir in -doc and -examples
---- Files affected:
SPECS:
xalan-c.spec (1.44 -> 1.45)
---- Diffs:
================================================================
Index: SPECS/xalan-c.spec
diff -u SPECS/xalan-c.spec:1.44 SPECS/xalan-c.spec:1.45
--- SPECS/xalan-c.spec:1.44 Sun Sep 28 17:01:12 2008
+++ SPECS/xalan-c.spec Sun Sep 28 19:03:48 2008
@@ -49,7 +49,7 @@
%package docs
Summary: Documentation for xalan-c
Summary(pl.UTF-8): Dokumentacja xlan-c
-Group: Development/Libraries
+Group: Documentation
Requires: %{name} = %{version}-%{release}
%description docs
@@ -61,7 +61,7 @@
%package examples
Summary: xalan-c examples
Summary(pl.UTF-8): Przykłady dla xalan-c
-Group: Development/Libraries
+Group: Documentation
Requires: %{name} = %{version}-%{release}
%description examples
@@ -121,8 +121,8 @@
install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-docs-%{version}
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-cp -a samples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-cp -a xdocs $RPM_BUILD_ROOT%{_docdir}/%{name}-docs-%{version}
+cp -a samples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a xdocs/* $RPM_BUILD_ROOT%{_docdir}/%{name}-docs-%{version}
%if "%{_lib}" != "lib"
mv $RPM_BUILD_ROOT%{_prefix}/lib/* $RPM_BUILD_ROOT%{_libdir}
@@ -164,6 +164,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.45 2008/09/28 17:03:48 pawelz
+- better Group for -doc and -examples
+- one less subdir in -doc and -examples
+
Revision 1.44 2008/09/28 15:01:12 pawelz
- fixed %doc
- adapterized
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xalan-c.spec?r1=1.44&r2=1.45&f=u
More information about the pld-cvs-commit
mailing list