]> git.pld-linux.org Git - packages/frescobaldi.git/commitdiff
- initial auto/th/frescobaldi-1_0_1-1
authorKrzysztof Mościcki <stivi@kity.pl>
Wed, 20 Jan 2010 22:17:12 +0000 (22:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    frescobaldi.spec -> 1.1

frescobaldi.spec [new file with mode: 0644]

diff --git a/frescobaldi.spec b/frescobaldi.spec
new file mode 100644 (file)
index 0000000..8319304
--- /dev/null
@@ -0,0 +1,69 @@
+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*
This page took 0.134245 seconds and 4 git commands to generate.