]> git.pld-linux.org Git - packages/gnome-subtitles.git/commitdiff
- up to 0.8
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 2 Oct 2008 12:25:08 +0000 (12:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-subtitles.spec -> 1.10

gnome-subtitles.spec

index 8594ea511907274b35542c9917411e5ee09494fb..f86fd0f713d3c9fe598582ab2957f66c9dd2251a 100644 (file)
@@ -1,25 +1,32 @@
 #
 # TODO:        BRs
+#      separate package for libgstreamer_playbin.so
 #
 %include       /usr/lib/rpm/macros.mono
 Summary:       A subtitle editor for the GNOME desktop
 Summary(pl.UTF-8):     Edytor napisów dla środowiska GNOME
 Name:          gnome-subtitles
-Version:       0.4
+Version:       0.8
 Release:       0.1
 License:       GPL v2
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/gnome-subtitles/%{name}-%{version}.tar.gz
-# Source0-md5: 5ae670478a278e83daf900a73dd906c9
+# Source0-md5: 9590389ba91f9cfd94b6b36454dc2420
 Patch0:                %{name}-sh_wrapper.patch
 URL:           http://gnome-subtitles.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: dotnet-gnome-sharp-devel >= 2.16
 BuildRequires: dotnet-gtk-sharp2-devel >= 2.10
+BuildRequires: gstreamer-devel >= 0.10
+BuildRequires: gstreamer-plugins-base-devel >= 0.10
+BuildRequires: mono-csharp
 BuildRequires: rpmbuild(monoautodeps)
+BuildRequires: sublib-devel >= 0.9
+Requires:      enchant
 Requires:      dotnet-gnome-sharp >= 2.16
 Requires:      dotnet-gtk-sharp2 >= 2.10
+Requires:      gtkspell
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -34,12 +41,12 @@ modyfikowanie, konwersję i synchronizację napisów.
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 
 %build
-%{__aclocal}
-%{__autoconf}
-%{__automake}
+#{__aclocal}
+#{__autoconf}
+#{__automake}
 %configure
 %{__make}
 
@@ -49,17 +56,21 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{find_lang} %{name} --with-gnome --with-omf
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS CREDITS ChangeLog NEWS README TODO
+%doc AUTHORS CREDITS ChangeLog NEWS README
 %config(noreplace) %verify(not md5 mtime size) /etc/gconf/schemas/%{name}.schemas
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libdir}/%{name}/*.dll*
 %attr(755,root,root) %{_libdir}/%{name}/*.exe
+%attr(755,root,root) %{_libdir}/%{name}/libgstreamer_playbin.so
+%{_libdir}/%{name}/*.exe.config
 %{_mandir}/man1/*.1*
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/*.png
This page took 0.502518 seconds and 4 git commands to generate.