SPECS: firefoxqs.spec (NEW) - init PLD spec

czarny czarny at pld-linux.org
Wed Sep 13 21:49:48 CEST 2006


Author: czarny                       Date: Wed Sep 13 19:49:48 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init PLD spec

---- Files affected:
SPECS:
   firefoxqs.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/firefoxqs.spec
diff -u /dev/null SPECS/firefoxqs.spec:1.1
--- /dev/null	Wed Sep 13 21:49:48 2006
+++ SPECS/firefoxqs.spec	Wed Sep 13 21:49:43 2006
@@ -0,0 +1,61 @@
+Summary:	A KDE panel applet for quick access to Firefox
+Summary(pl):	Aplet panelu KDE do szybkiego dostępu do Firefox
+Name:		firefoxqs
+Version:	0.1
+Release:	0.1
+License:	GPL
+Group:		Applications/Communications
+Source0:	http://dl.sourceforge.net/mozillaqs/%{name}-%{version}.tar.bz2
+# Source0-md5:	9ead843ef6838eb48f782c8da5ae4dc5
+URL:		http://mozillaqs.sourceforge.net/
+BuildRequires:	kdelibs-devel >= 3.1
+BuildRequires:	qt-devel >= 3.1
+Requires:	mozilla-firefox >= 1.4
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Firefox Quickstarter is an small KDE utility that runs in the
+SystemTray and runs a hidden instance of Firefox. You can execute
+navigator program from Firefox Quickstarter.
+
+%description -l pl
+Firefox Quickstarter to niewielka, działająca w zasobniku systemowym
+aplikacja KDE. Uruchamia ona ukrytą instancję Firefoxa. Możliwe jest
+uruchomienie przeglądarki z poziomu Firefox QuickStarter.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+        DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+mv -f $RPM_BUILD_ROOT%{_datadir}/applnk/Utilities/*.desktop \
+        $RPM_BUILD_ROOT%{_desktopdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/*.desktop
+%dir %{_datadir}/apps/%{name}
+%{_datadir}/apps/%{name}/%{name}ui.rc
+%{_iconsdir}/hicolor/*/apps/%{name}.png
+%dir %{_docdir}/HTML/en/%{name}
+%{_docdir}/HTML/en/%{name}/*
+
+%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
================================================================


More information about the pld-cvs-commit mailing list