SPECS: cg.spec - pl for -devel,-examples - simplified setup
qboosh
qboosh at pld-linux.org
Sat May 26 15:10:56 CEST 2007
Author: qboosh Date: Sat May 26 13:10:56 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl for -devel,-examples
- simplified setup
---- Files affected:
SPECS:
cg.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/cg.spec
diff -u SPECS/cg.spec:1.6 SPECS/cg.spec:1.7
--- SPECS/cg.spec:1.6 Sat May 26 13:58:20 2007
+++ SPECS/cg.spec Sat May 26 15:10:51 2007
@@ -31,30 +31,35 @@
%package devel
Summary: Header files for Cg library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Cg
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This is the package containing the header files for Cg library.
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkowe biblioteki Cg.
+
%package examples
Summary: Cg examples
+Summary(pl.UTF-8): Przykłady dla Cg
Group: Applications
%description examples
Cg examples.
+%description examples -l pl.UTF-8
+Przykłady dla Cg.
+
%prep
-%setup -q -c -T
%ifarch %{ix86}
-tar xf %{SOURCE0}
+%setup -q -c
%endif
%ifarch %{x8664}
-tar xf %{SOURCE1}
+%setup -q -c -T -a 1
%endif
-%build
-
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man3,%{_includedir}/Cg,%{_libdir},%{_examplesdir}/%{name}-%{version}}
@@ -93,6 +98,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2007/05/26 13:10:51 qboosh
+- pl for -devel,-examples
+- simplified setup
+
Revision 1.6 2007/05/26 11:58:20 arvenil
- up to 1.5.0
- updated URL
@@ -109,4 +118,3 @@
Revision 1.2 2004/05/27 18:30:12 wolf
- adapterized
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cg.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list