Author: sls Date: Thu Jan 11 05:29:48 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - perl modules installed in /usr/share/gcstar/lib - added perlmoddir.patch
---- Files affected: SPECS: gcstar.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/gcstar.spec diff -u SPECS/gcstar.spec:1.7 SPECS/gcstar.spec:1.8 --- SPECS/gcstar.spec:1.7 Thu Jan 11 03:48:05 2007 +++ SPECS/gcstar.spec Thu Jan 11 06:29:43 2007 @@ -1,27 +1,28 @@ # $Revision$, $Date$ # NOTES:- warnings like this: /usr/lib/rpm/perl.prov: weird, cannot determine the package name for # `/mnt/hda5/tmp/gcstar-0.5.0-root-inter/usr/lib/gcstar/GCLang/BG/GCstar.pm' -# - wrong? perl modules location: /usr/lib/gcstar -# - putting files in /usr/lib/ makes this package arch dependent +# - mark with lang() _datadir/lib/GCLang/* # %include /usr/lib/rpm/macros.perl Summary: GCstar: collection manager Summary(pl): GCstar: zarzÄ…dca kolekcji Name: gcstar Version: 1.0.0 -Release: 0.1 +Release: 0.9 License: GPL Group: Applications Source0: http://download.gna.org/gcstar/%{name}-%{version}.tar.gz # Source0-md5: 0bf2ce46a4adba23136e65ec6d2bd65d Patch0: %{name}-mandir.patch Patch1: %{name}-desktop.patch +Patch2: %{name}-perlmoddir.patch URL: https://gna.org/projects/gcstar/ BuildRequires: perl-Archive-Zip BuildRequires: perl-Gtk2 BuildRequires: perl-XML-Simple BuildRequires: perl-libwww Requires(post,postun): desktop-file-utils +BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -46,6 +47,7 @@ %setup -q -n %{name} %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build @@ -75,8 +77,6 @@ %attr(755,root,root) %{_bindir}/* %dir %{_datadir}/%{name} %{_datadir}/%{name}/* -%dir %{_libdir}/%{name} -%{_libdir}/%{name}/* %{_mandir}/man1/* %{_desktopdir}/*.desktop %{_pixmapsdir}/*.png @@ -87,6 +87,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2007/01/11 05:29:43 sls +- perl modules installed in /usr/share/gcstar/lib +- added perlmoddir.patch + Revision 1.7 2007/01/11 02:48:05 sls - ver. 1.0.0 - updated mandir.patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gcstar.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
