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