Author: uzsolt Date: Mon May 4 17:33:03 2009 GMT Module: packages Tag: HEAD ---- Log message: - 3.6.148 - hungarizing - tutorial subpackage
---- Files affected: packages/xcircuit: xcircuit.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: packages/xcircuit/xcircuit.spec diff -u packages/xcircuit/xcircuit.spec:1.19 packages/xcircuit/xcircuit.spec:1.20 --- packages/xcircuit/xcircuit.spec:1.19 Tue Feb 10 11:15:26 2009 +++ packages/xcircuit/xcircuit.spec Mon May 4 19:32:58 2009 @@ -2,15 +2,18 @@ # TODO: # - Rs (X at least...) Summary: Drawing electrical circuit schematic diagrams and related figure +Summary(hu.UTF-8): Elektromos áramkörök rajzolása Summary(pl.UTF-8): Rysowanie schematów elektronicznych i zbliżonych diagramów Name: xcircuit -Version: 3.6.145 +Version: 3.6.148 Release: 0.1 License: GPL Group: Applications/Engineering Source0: http://opencircuitdesign.com/xcircuit/archive/%{name}-%{version}.tgz -# Source0-md5: 05af67b83925ad8f0bace213044342c9 +# Source0-md5: 7cf1e577d99d31364200779b7bc06de0 Source1: %{name}.desktop +Source2: http://opencircuitdesign.com/xcircuit/archive/tutorial.tar.gz +# Source2-md5: 16aaa9c90b0cc83f69c1837365817fe4 URL: http://opencircuitdesign.com/xcircuit/ BuildRequires: autoconf BuildRequires: automake @@ -30,6 +33,13 @@ it maintains flexiblity in style without compromising the power of schematic capture. +%description -l hu.UTF-8 +XCircuit egy UNIX/X11 program nyomdai minőségű elemktromos áramkörök +és hasonlók szedéséhe. Az XCircuit figyel a hierarchiára és a +PostScript kimenetnél és a SPICE listánál is megtartja. Az áramköri +komponensek könyvtárakba menti illetve tölti be, amelyek +szerkesztehtőek. + %description -l pl.UTF-8 XCircuit to program dla systemu UNIX/X11 do rysowania w jakości nadającej się do publikacji różnych schematów elektronicznych i @@ -42,6 +52,18 @@ elastyczność w stylu bez kompromisów kosztem możliwości odczytu schematu. +%package tutorial +Summary: Tutorial to XCircuit +Summary(hu.UTF-8): Tutorial az XCircuithoz +Group: Applications/Engineering +Requires: xcircuit = %{version}-%{release} + +%description tutorial +Tutorial to XCircuit. + +%description tutorial -l hu.UTF-8 +Tutorial az XCircuithoz. + %prep %setup -q @@ -68,6 +90,11 @@ install lib/pixmaps/%{name}.xpm $RPM_BUILD_ROOT%{_pixmapsdir} install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} +install -d $RPM_BUILD_ROOT%{_docdir}/xcircuit-tutorial +tar xf %{SOURCE2} -C $RPM_BUILD_ROOT%{_docdir}/xcircuit-tutorial + +rm -rf $RPM_BUILD_ROOT%{_libdir}/xcircuit-3.6/man + %clean rm -rf $RPM_BUILD_ROOT @@ -96,12 +123,21 @@ %{_mandir}/man1/*.1* %{_desktopdir}/%{name}.desktop +%files tutorial +%defattr(644,root,root,755) +%doc %{_docdir}/%{name}-tutorial + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2009/05/04 17:32:58 uzsolt +- 3.6.148 +- hungarizing +- tutorial subpackage + Revision 1.19 2009/02/10 10:15:26 duddits - up to 3.6.145 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xcircuit/xcircuit.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
