SPECS: subtitleeditor.spec (NEW) - initial
freetz
freetz at pld-linux.org
Wed Feb 8 15:57:48 CET 2006
Author: freetz Date: Wed Feb 8 14:57:48 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
subtitleeditor.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/subtitleeditor.spec
diff -u /dev/null SPECS/subtitleeditor.spec:1.1
--- /dev/null Wed Feb 8 15:57:48 2006
+++ SPECS/subtitleeditor.spec Wed Feb 8 15:57:42 2006
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary: GTK+ tool to edit subtitles
+Summary(pl): Narzędzie w GTK+ do edycji napisów
+Name: subtitleeditor
+Version: 0.7.0
+Release: 1
+License: GPL v2
+Group: Applications
+Source0: http://kitone.free.fr/subtitleeditor/files/%{name}-%{version}.tar.gz
+# Source0-md5: 8556a67587248941b29ea2001d3a91e9
+URL: http://kitone.free.fr/subtitleeditor/
+BuildRequires: aspell-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtkmm-devel >= 2.6
+BuildRequires: libglademm-devel >= 2.4
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Subtitle Editor is a GTK+ tool to edit subtitles.
+
+%description -l pl
+Subtitle Editor jest narzędziem w GTK+ do edycji napisów.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__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 ChangeLog NEWS
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%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 2006/02/08 14:57:42 freetz
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list