Author: spider Date: Wed Jun 22 13:49:00 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - init - work done by Pawel Serej
---- Files affected: SPECS: gcfilms.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gcfilms.spec diff -u /dev/null SPECS/gcfilms.spec:1.1 --- /dev/null Wed Jun 22 15:49:00 2005 +++ SPECS/gcfilms.spec Wed Jun 22 15:48:55 2005 @@ -0,0 +1,63 @@ +# $Revision$, $Date$ +Summary: GCfilms, movies collection management +Summary(pl): GCfilms to narzędzie do zarządzania kolekcjami filmów +Name: gcfilms +Version: 5.1 +Release: 1 +License: GPL +Group: Applications/Databases +Source0: http://download.gna.org/gcfilms/%{name}-%{version}.tar.gz +# Source0-md5: d515ecce8b5aa5910d0705273a2058b7 +URL: http://home.gna.org/gcfilms/ +Requires: perl-Gtk2 >= 1.054 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +GCfilms - Gtk2 Movie Catalog. Application that can be used to manage a +movie collection. + +%description -l pl +GCfilms - aplikacja bazująca na Gtk2, a używana może być do +zarządzania kolekcjami filmów. + +%prep +%setup -q -n gcfilms + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT +%__cp -a . "${RPM_BUILD_ROOT-/}" + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%dir /bin/ +%dir /lib/ +%dir /lib/gcfilms/ +%dir /lib/gcfilms/GCExport/ +%dir /lib/gcfilms/GCImport/ +%dir /lib/gcfilms/GCLang/ +%dir /lib/gcfilms/GCPlugins/ +%dir /share/ +%dir /share/gcfilms/ +/lib/gcfilms/*.pm +/lib/gcfilms/GCExport/*.pm +/lib/gcfilms/GCImport/*.pm +/lib/gcfilms/GCLang/*.pm +/lib/gcfilms/GCPlugins/*.pm +/share/gcfilms/** +%attr(0755,root,root) /bin/gcfilms + + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org +$Log$ +Revision 1.1 2005/06/22 13:48:55 spider +- init +- work done by Pawel Serej + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
