SPECS: gnome-subtitles.spec (NEW) - new

twittner twittner at pld-linux.org
Sat May 5 09:23:29 CEST 2007


Author: twittner                     Date: Sat May  5 07:23:29 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   gnome-subtitles.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gnome-subtitles.spec
diff -u /dev/null SPECS/gnome-subtitles.spec:1.1
--- /dev/null	Sat May  5 09:23:29 2007
+++ SPECS/gnome-subtitles.spec	Sat May  5 09:23:24 2007
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+#
+# TODO:	BRs
+#
+Summary:	A subtitle editor for the GNOME desktop
+#Summary(pl.UTF-8):	-
+Name:		gnome-subtitles
+Version:	0.4
+Release:	0.1
+License:	GPL v2
+Group:		Applications
+Source0:	http://dl.sourceforge.net/gnome-subtiltles/%{name}-%{version}.tar.gz
+# Source0-md5:	5ae670478a278e83daf900a73dd906c9
+Patch0:		%{name}-sh_wrapper.patch
+URL:		http://gnome-subtitles.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Gnome Subtitles is a subtitle editor for the GNOME desktop. It
+supports the most common text-based subtitle formats and allows for
+subtitle editing, conversion and synchronization.
+
+#%%description -l pl.UTF-8
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README TODO
+%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
+%{_mandir}/man1/*.1*
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*.png
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/05/05 07:23:24  twittner
+- new
+
================================================================


More information about the pld-cvs-commit mailing list