]> git.pld-linux.org Git - packages/gnome-subtitles.git/blame_incremental - gnome-subtitles.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/gnome-subtitles.git] / gnome-subtitles.spec
... / ...
CommitLineData
1#
2# TODO: BRs
3# separate package for libgstreamer_playbin.so
4#
5Summary: A subtitle editor for the GNOME desktop
6Summary(pl.UTF-8): Edytor napisów dla środowiska GNOME
7Name: gnome-subtitles
8Version: 0.8
9Release: 2
10License: GPL v2
11Group: X11/Applications
12Source0: http://dl.sourceforge.net/gnome-subtitles/%{name}-%{version}.tar.gz
13# Source0-md5: 9590389ba91f9cfd94b6b36454dc2420
14URL: http://gnome-subtitles.sourceforge.net/
15BuildRequires: autoconf
16BuildRequires: automake
17BuildRequires: docbook-dtd412-xml
18BuildRequires: dotnet-gnome-sharp-devel >= 2.16
19BuildRequires: dotnet-gtk-sharp2-devel >= 2.12.7
20BuildRequires: gettext-tools
21BuildRequires: gnome-doc-utils >= 0.3.2
22BuildRequires: gstreamer-devel >= 0.10
23BuildRequires: gstreamer-plugins-base-devel >= 0.10
24BuildRequires: gtk+2-devel
25BuildRequires: intltool
26BuildRequires: libtool
27BuildRequires: mono-csharp
28BuildRequires: pkgconfig
29BuildRequires: rpmbuild(monoautodeps)
30BuildRequires: sublib-devel >= 0.9
31Requires: dotnet-gnome-sharp >= 2.16
32Requires: dotnet-gtk-sharp2 >= 2.12.7
33Requires: enchant
34Requires: gtkspell
35BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37%description
38Gnome Subtitles is a subtitle editor for the GNOME desktop. It
39supports the most common text-based subtitle formats and allows for
40subtitle editing, conversion and synchronization.
41
42%description -l pl.UTF-8
43Gnome Subtitles to edytor napisów dla środowiska GNOME. Obsługuje
44większość popularnych tekstowych formatów napisów i umożliwia
45modyfikowanie, konwersję i synchronizację napisów.
46
47%prep
48%setup -q
49
50%build
51cd gstreamer-playbin-0.2.1
52%{__libtoolize}
53%{__autoconf}
54cd ..
55%configure
56%{__make}
57
58%install
59rm -rf $RPM_BUILD_ROOT
60
61%{__make} install \
62 DESTDIR=$RPM_BUILD_ROOT
63
64%{find_lang} %{name} --with-gnome --with-omf
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
69%files -f %{name}.lang
70%defattr(644,root,root,755)
71%doc AUTHORS CREDITS ChangeLog NEWS README
72%config(noreplace) %verify(not md5 mtime size) /etc/gconf/schemas/%{name}.schemas
73%attr(755,root,root) %{_bindir}/*
74%dir %{_libdir}/%{name}
75%attr(755,root,root) %{_libdir}/%{name}/*.dll*
76%attr(755,root,root) %{_libdir}/%{name}/*.exe
77%attr(755,root,root) %{_libdir}/%{name}/libgstreamer_playbin.so
78%{_libdir}/%{name}/*.exe.config
79%{_mandir}/man1/*.1*
80%{_desktopdir}/*.desktop
81%{_pixmapsdir}/*.png
This page took 0.022624 seconds and 4 git commands to generate.