]> git.pld-linux.org Git - packages/gnome-subtitles.git/blame - gnome-subtitles.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/gnome-subtitles.git] / gnome-subtitles.spec
CommitLineData
4f821819 1#
2# TODO: BRs
9a11ae50 3# separate package for libgstreamer_playbin.so
4f821819 4#
5Summary: A subtitle editor for the GNOME desktop
ab72a145 6Summary(pl.UTF-8): Edytor napisów dla środowiska GNOME
4f821819 7Name: gnome-subtitles
9a11ae50 8Version: 0.8
7362ec95 9Release: 2
4f821819 10License: GPL v2
ab72a145 11Group: X11/Applications
8c575b73 12Source0: http://dl.sourceforge.net/gnome-subtitles/%{name}-%{version}.tar.gz
9a11ae50 13# Source0-md5: 9590389ba91f9cfd94b6b36454dc2420
4f821819 14URL: http://gnome-subtitles.sourceforge.net/
15BuildRequires: autoconf
16BuildRequires: automake
492d41d2 17BuildRequires: docbook-dtd412-xml
e6f560c8 18BuildRequires: dotnet-gnome-sharp-devel >= 2.16
7362ec95 19BuildRequires: dotnet-gtk-sharp2-devel >= 2.12.7
ed9c527f 20BuildRequires: gettext-tools
7a82f05a 21BuildRequires: gnome-doc-utils >= 0.3.2
9a11ae50
JR
22BuildRequires: gstreamer-devel >= 0.10
23BuildRequires: gstreamer-plugins-base-devel >= 0.10
492d41d2 24BuildRequires: gtk+2-devel
7a82f05a 25BuildRequires: intltool
f8af5548 26BuildRequires: libtool
9a11ae50 27BuildRequires: mono-csharp
492d41d2 28BuildRequires: pkgconfig
6bfe8213 29BuildRequires: rpmbuild(monoautodeps)
9a11ae50 30BuildRequires: sublib-devel >= 0.9
f2febcd7 31Requires: dotnet-gnome-sharp >= 2.16
7362ec95 32Requires: dotnet-gtk-sharp2 >= 2.12.7
492d41d2 33Requires: enchant
9a11ae50 34Requires: gtkspell
4f821819 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
ab72a145
JB
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.
4f821819 46
47%prep
48%setup -q
4f821819 49
50%build
f8af5548
SS
51cd gstreamer-playbin-0.2.1
52%{__libtoolize}
53%{__autoconf}
54cd ..
4f821819 55%configure
56%{__make}
57
58%install
59rm -rf $RPM_BUILD_ROOT
60
61%{__make} install \
62 DESTDIR=$RPM_BUILD_ROOT
63
9a11ae50
JR
64%{find_lang} %{name} --with-gnome --with-omf
65
4f821819 66%clean
67rm -rf $RPM_BUILD_ROOT
68
9a11ae50 69%files -f %{name}.lang
4f821819 70%defattr(644,root,root,755)
9a11ae50 71%doc AUTHORS CREDITS ChangeLog NEWS README
4f821819 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
9a11ae50
JR
77%attr(755,root,root) %{_libdir}/%{name}/libgstreamer_playbin.so
78%{_libdir}/%{name}/*.exe.config
4f821819 79%{_mandir}/man1/*.1*
80%{_desktopdir}/*.desktop
81%{_pixmapsdir}/*.png
This page took 0.188188 seconds and 4 git commands to generate.