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