Author: stivi Date: Wed Jan 20 22:17:18 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/frescobaldi: frescobaldi.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/frescobaldi/frescobaldi.spec diff -u /dev/null packages/frescobaldi/frescobaldi.spec:1.1 --- /dev/null Wed Jan 20 23:17:18 2010 +++ packages/frescobaldi/frescobaldi.spec Wed Jan 20 23:17:12 2010 @@ -0,0 +1,80 @@ +# $Revision$, $Date$ +Summary: LilyPond sheet music text editor for KDE4 +Summary(pl.UTF-8): Edytor arkuszy muzycznych LilyPond pod KDE4 +Name: frescobaldi +Version: 1.0.1 +Release: 1 +License: GPL +Group: X11/Libraries +Source0: http://lilykde.googlecode.com/files/%{name}-%{version}.tar.gz +# Source0-md5: 9b989f2daef6fa94015971a31891d683 +URL: http://www.frescobaldi.org/ +BuildRequires: ImageMagick-coder-png +BuildRequires: cmake >= 2.6.1-2 +BuildRequires: lilypond +BuildRequires: python-PyKDE4 >= 4.0.2 +Requires: TiMidity++ +Requires: kde4-kdebase-konsole >= 4.1.2 +Requires: kde4-kdegraphics-okular >= 4.1.2 +Requires: lilypond +Requires: python-PyKDE4 >= 4.0.2 +Requires: python-PyQt4 >= 4.4.3 +Requires: rumor +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Frescobaldi is a LilyPond sheet music text editor for KDE4. It aims to +be powerful, yet lightweight and easy to use. + +%description -l pl.UTF-8 +Edytor arkuszy muzycznych LilyPond pod KDE4. Ma być potężny, lecz +lekki i łatwy w użyciu. + +%prep +%setup -q + +%build +install -d build +cd build +%cmake .. \ + -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \ + -DCMAKE_INSTALL_PREFIX=%{_prefix} + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} -C build install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} --with-kde + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%update_desktop_database_post +%update_icon_cache hicolor + +%postun +%update_desktop_database_postun +%update_icon_cache hicolor + +%files -f %{name}.lang +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/frescobaldi +%{_desktopdir}/kde4/frescobaldi.desktop +%{_datadir}/apps/frescobaldi +%{_iconsdir}/hicolor/scalable/apps/frescobaldi* + +%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.1 2010/01/20 22:17:12 stivi +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
