]> git.pld-linux.org Git - packages/gnome-subtitles.git/blob - gnome-subtitles.spec
2766f89f69061006d3c437c05c163809a55bdbec
[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):     -
6 Name:           gnome-subtitles
7 Version:        0.4
8 Release:        0.1
9 License:        GPL v2
10 Group:          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 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  dotnet-gnome-sharp-devel >= 2.16
18 BuildRequires:  dotnet-gtk-sharp2-devel >= 2.10
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Gnome Subtitles is a subtitle editor for the GNOME desktop. It
23 supports the most common text-based subtitle formats and allows for
24 subtitle editing, conversion and synchronization.
25
26 #%%description -l pl.UTF-8
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS CREDITS ChangeLog NEWS README TODO
51 %config(noreplace) %verify(not md5 mtime size) /etc/gconf/schemas/%{name}.schemas
52 %attr(755,root,root) %{_bindir}/*
53 %dir %{_libdir}/%{name}
54 %attr(755,root,root) %{_libdir}/%{name}/*.dll*
55 %attr(755,root,root) %{_libdir}/%{name}/*.exe
56 %{_mandir}/man1/*.1*
57 %{_desktopdir}/*.desktop
58 %{_pixmapsdir}/*.png
This page took 0.039911 seconds and 3 git commands to generate.