]> git.pld-linux.org Git - packages/gnome-subtitles.git/blob - gnome-subtitles.spec
- R: dotnet-gnome-sharp
[packages/gnome-subtitles.git] / gnome-subtitles.spec
1 #
2 # TODO: BRs
3 #
4 Summary:        A subtitle editor for the GNOME desktop
5 Summary(pl.UTF-8):      Edytor napisów dla środowiska GNOME
6 Name:           gnome-subtitles
7 Version:        0.4
8 Release:        0.1
9 License:        GPL v2
10 Group:          X11/Applications
11 Source0:        http://dl.sourceforge.net/gnome-subtitles/%{name}-%{version}.tar.gz
12 # Source0-md5:  5ae670478a278e83daf900a73dd906c9
13 Patch0:         %{name}-sh_wrapper.patch
14 URL:            http://gnome-subtitles.sourceforge.net/
15 Requires:       mono
16 Requires:       dotnet-gnome-sharp
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  dotnet-gnome-sharp-devel >= 2.16
20 BuildRequires:  dotnet-gtk-sharp2-devel >= 2.10
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Gnome Subtitles is a subtitle editor for the GNOME desktop. It
25 supports the most common text-based subtitle formats and allows for
26 subtitle editing, conversion and synchronization.
27
28 %description -l pl.UTF-8
29 Gnome Subtitles to edytor napisów dla środowiska GNOME. Obsługuje
30 większość popularnych tekstowych formatów napisów i umożliwia
31 modyfikowanie, konwersję i synchronizację napisów.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 %{__aclocal}
39 %{__autoconf}
40 %{__automake}
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS CREDITS ChangeLog NEWS README TODO
56 %config(noreplace) %verify(not md5 mtime size) /etc/gconf/schemas/%{name}.schemas
57 %attr(755,root,root) %{_bindir}/*
58 %dir %{_libdir}/%{name}
59 %attr(755,root,root) %{_libdir}/%{name}/*.dll*
60 %attr(755,root,root) %{_libdir}/%{name}/*.exe
61 %{_mandir}/man1/*.1*
62 %{_desktopdir}/*.desktop
63 %{_pixmapsdir}/*.png
This page took 0.040544 seconds and 4 git commands to generate.