SPECS: qucs.spec (NEW) - initial release
rotom
rotom at pld-linux.org
Sun Feb 12 17:54:12 CET 2006
Author: rotom Date: Sun Feb 12 16:54:12 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial release
---- Files affected:
SPECS:
qucs.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/qucs.spec
diff -u /dev/null SPECS/qucs.spec:1.1
--- /dev/null Sun Feb 12 17:54:12 2006
+++ SPECS/qucs.spec Sun Feb 12 17:54:07 2006
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+Summary: An integrated circuit simulator
+Summary(pl): Symulator układów elektronicznych
+Name: qucs
+Version: 0.0.8
+Release: 0.1
+License: GPL
+Group: X11/Applications
+Source0: http://dl.sourceforge.net/qucs/%{name}-%{version}.tar.gz
+# Source0-md5: 0b280090e4b7ff390c6cc4458b3387a8
+Source1: %{name}.desktop
+URL: http://www.kde-apps.org/content/show.php?content=21644
+BuildRequires: qt-devel >= 3.1
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Qucs provides a GUI based on Qt for setting up electronical circuits,
+simulator, which is able to simulate the small- and large signal and
+noisebehaviour of microwave circuits. The results can be shown on
+aspecial presentation page in different formats (rect, polar,
+smith,tabular).
+
+%description -l pl
+Qucs dostarczas GUI oparte o bibliotekę QT do symulacji układów
+elektronicznych, które umożliwia symulowanie różnych sygnałów i szumów
+w układach scaloncyh. Rezultaty mogą być obrazowane jako specjalne
+prezentacje w różnych formatach.
+
+%prep
+%setup -q
+
+%build
+export QTDIR="%{_prefix}"
+%configure
+
+%{__make} \
+ CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+install qucs/bitmaps/biast.png $RPM_BUILD_ROOT%{_pixmapsdir}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%doc RELEASE README THANKS TODO AUTHORS NEWS
+%{_datadir}/%{name}
+%{_mandir}/man?/*
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/biast.png
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/02/12 16:54:07 rotom
+- initial release
+
================================================================
More information about the pld-cvs-commit
mailing list