]> git.pld-linux.org Git - packages/gcstar.git/commitdiff
- adapterized (added missing cvs keywords)
authortwittner <twittner@pld-linux.org>
Sun, 3 Dec 2006 18:42:57 +0000 (18:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use real package names instead of provides in BR
  (perl(Foo::Bar) -> perl-Foo-Bar)

Changed files:
    gcstar.spec -> 1.2

gcstar.spec

index 1e8abd00a506951ac283fb7e49a2e00b130809a7..c5b24f6102c5d45c896124d4083c99833bd346ff 100644 (file)
@@ -1,6 +1,5 @@
-#
 %include        /usr/lib/rpm/macros.perl
-Summary:       GCstar: collection manager.
+Summary:       GCstar: collection manager
 Name:          gcstar
 Version:       0.5.0
 Release:       1
@@ -10,12 +9,12 @@ Source0:     http://download.gna.org/gcstar/%{name}-%{version}.tar.gz
 # Source0-md5: 12ba75fe2f3091c1ccd03864424a34e2
 Patch0:                %{name}-mandir.patch
 Patch1:                %{name}-desktop.patch
-BuildRequires: perl(Gtk2)
-BuildRequires: perl(LWP::Simple)
+BuildRequires: perl-Gtk2
+BuildRequires: perl-libwww
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-GCstar is a free application for managing your collections. 
+GCstar is a free application for managing your collections.
 
 %prep
 %setup -q -n %{name}
@@ -27,8 +26,8 @@ GCstar is a free application for managing your collections.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-./install      --text \
-               --prefix=$RPM_BUILD_ROOT/usr
+./install --text \
+       --prefix=$RPM_BUILD_ROOT%{_prefix}
 
 install -d $RPM_BUILD_ROOT%{_desktopdir}
 install -d $RPM_BUILD_ROOT%{_pixmapsdir}
This page took 0.062679 seconds and 4 git commands to generate.