]> git.pld-linux.org Git - packages/gnome-subtitles.git/blame_incremental - gnome-subtitles.spec
- rel 2
[packages/gnome-subtitles.git] / gnome-subtitles.spec
... / ...
CommitLineData
1#
2# TODO: BRs
3# separate package for libgstreamer_playbin.so
4#
5%include /usr/lib/rpm/macros.mono
6Summary: A subtitle editor for the GNOME desktop
7Summary(pl.UTF-8): Edytor napisów dla środowiska GNOME
8Name: gnome-subtitles
9Version: 0.8
10Release: 2
11License: GPL v2
12Group: X11/Applications
13Source0: http://dl.sourceforge.net/gnome-subtitles/%{name}-%{version}.tar.gz
14# Source0-md5: 9590389ba91f9cfd94b6b36454dc2420
15URL: http://gnome-subtitles.sourceforge.net/
16BuildRequires: autoconf
17BuildRequires: automake
18BuildRequires: dotnet-gnome-sharp-devel >= 2.16
19BuildRequires: dotnet-gtk-sharp2-devel >= 2.12.7
20BuildRequires: gstreamer-devel >= 0.10
21BuildRequires: gstreamer-plugins-base-devel >= 0.10
22BuildRequires: mono-csharp
23BuildRequires: rpmbuild(monoautodeps)
24BuildRequires: sublib-devel >= 0.9
25Requires: enchant
26Requires: dotnet-gnome-sharp >= 2.16
27Requires: dotnet-gtk-sharp2 >= 2.12.7
28Requires: gtkspell
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
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.
40
41%prep
42%setup -q
43
44%build
45%configure
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%{find_lang} %{name} --with-gnome --with-omf
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files -f %{name}.lang
60%defattr(644,root,root,755)
61%doc AUTHORS CREDITS ChangeLog NEWS README
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
67%attr(755,root,root) %{_libdir}/%{name}/libgstreamer_playbin.so
68%{_libdir}/%{name}/*.exe.config
69%{_mandir}/man1/*.1*
70%{_desktopdir}/*.desktop
71%{_pixmapsdir}/*.png
This page took 0.104662 seconds and 4 git commands to generate.