SPECS: glark.spec - updated to 1.7.10 - removed %build, use %{__ma...
darekr
darekr at pld-linux.org
Wed Sep 13 00:04:50 CEST 2006
Author: darekr Date: Tue Sep 12 22:04:50 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.7.10
- removed %build, use %{__make} install
---- Files affected:
SPECS:
glark.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/glark.spec
diff -u SPECS/glark.spec:1.12 SPECS/glark.spec:1.13
--- SPECS/glark.spec:1.12 Sat Dec 31 11:36:32 2005
+++ SPECS/glark.spec Wed Sep 13 00:04:42 2006
@@ -2,12 +2,12 @@
Summary: Text search application
Summary(pl): Aplikacja do przeszukiwania tekstu
Name: glark
-Version: 1.7.5
-Release: 2
+Version: 1.7.10
+Release: 1
License: LGPL
Group: Applications/System
Source0: http://dl.sourceforge.net/glark/%{name}-%{version}.tar.gz
-# Source0-md5: ef63b345528d6c90cb9df16bde792566
+# Source0-md5: d8093215231b2ed3801675bed36fc580
URL: http://glark.sourceforge.net/
BuildRequires: rpmbuild(macros) >= 1.277
BuildRequires: ruby-modules
@@ -30,14 +30,11 @@
%prep
%setup -q
-%build
-%{__make}
-
%install
rm -rf $RPM_BUILD_ROOT
-install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
-install -D %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
@@ -46,6 +43,7 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/glark
%{_mandir}/man1/glark.1*
+%{_datadir}/%{name}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -53,6 +51,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2006/09/12 22:04:42 darekr
+- updated to 1.7.10
+- removed %build, use %{__make} install
+
Revision 1.12 2005/12/31 10:36:32 twittner
- change %%ruby_mod_ver_requires_eq to %%{?ruby_mod_ver_requires_eq} -
expand this macro only if defined to avoid parse error when appropriate
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/glark.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list