]> git.pld-linux.org Git - packages/gcstar.git/commitdiff
- perl modules installed in /usr/share/gcstar/lib
authorSzymon Siwek <sls@pld-linux.org>
Thu, 11 Jan 2007 05:29:43 +0000 (05:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added perlmoddir.patch

Changed files:
    gcstar.spec -> 1.8

gcstar.spec

index 8b09fac08bc77ea0f70fe5a326dbb581edbbc77f..b4e9fca4dbd8980ff5e48543f42247e2863cb594 100644 (file)
@@ -1,26 +1,27 @@
 # 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
@@ -45,6 +46,7 @@ Aktualnie wspiera kolekcje:
 %setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 
@@ -74,8 +76,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
-%dir %{_libdir}/%{name}
-%{_libdir}/%{name}/*
 %{_mandir}/man1/*
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/*.png
This page took 0.032538 seconds and 4 git commands to generate.