SPECS: ksquirrel.spec - updated to 0.6.0-pre9 - updated BRs (in it...

charles charles at pld-linux.org
Thu Nov 10 17:37:18 CET 2005


Author: charles                      Date: Thu Nov 10 16:37:18 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.6.0-pre9
- updated BRs (in it kdelibs-devel instead of kdebase-devel)
- updated %files

---- Files affected:
SPECS:
   ksquirrel.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/ksquirrel.spec
diff -u SPECS/ksquirrel.spec:1.12 SPECS/ksquirrel.spec:1.13
--- SPECS/ksquirrel.spec:1.12	Sat Jun 18 16:09:03 2005
+++ SPECS/ksquirrel.spec	Thu Nov 10 17:37:13 2005
@@ -1,22 +1,22 @@
 # $Revision$, $Date$
+%define		_rc	pre9
 Summary:	Graphics file browser utility
 Summary(pl):	Narzędzie do przeglądania plików graficznych
 Name:		ksquirrel
-Version:	0.5.0
-Release:	2
+Version:	0.6.0
+Release:	0.%{_rc}.1
 License:	GPL
 Group:		X11/Applications/Graphics
-Source0:	http://dl.sourceforge.net/ksquirrel/%{name}-%{version}.tar.bz2
-# Source0-md5:	06bdb4235c082b529f54e41376a7c957
+Source0:	http://dl.sourceforge.net/ksquirrel/%{name}-%{version}-%{_rc}.tar.bz2
+# Source0-md5:	8e4d86c9d86efb4a2cf106aa07c3cb87
 Source1:	%{name}.desktop
 URL:		http://ksquirrel.sourceforge.net/
 BuildRequires:	OpenGL-devel
 BuildRequires:	automake
-BuildRequires:	kdebase-devel >= 3.2
-BuildRequires:	perl-base
+BuildRequires:	kdelibs-devel >= 3.2
 BuildRequires:	rpmbuild(macros) >= 1.197
 BuildRequires:	sed >= 4.0
-Requires:	ksquirrel-libs
+Requires:	ksquirrel-libs = %{version}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -31,12 +31,9 @@
 
 %prep
 %setup -q
-
-cp -f %{SOURCE1} ksquirrel/
+%{__sed} -i 's@/usr/lib@%{_libdir}@g' ksquirrel{,/ksquirrel-small}/*.{cpp,ui*}
 
 %build
-sed -i -e 's#/usr/lib/squirrel/#%{_libdir}/ksquirrel#g' \
-	./ksquirrel/ksquirrel.cpp ./ksquirrel/ksquirrelrc ./ksquirrel/sq_options.ui.h
 install /usr/share/automake/config.* admin
 %configure \
 %if "%{_lib}" == "lib64"
@@ -47,11 +44,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 
 %find_lang %{name}
@@ -61,11 +58,12 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS README TODO ChangeLog
-%attr(755,root,root) %{_bindir}/ksquirrel
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
 %{_desktopdir}/ksquirrel.desktop
 %{_datadir}/apps
-%{_iconsdir}/*/*/*/*
+%{_iconsdir}/hicolor/*/*/*
+%{_mandir}/man1/ksquirrel*
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -73,6 +71,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2005/11/10 16:37:13  charles
+- updated to 0.6.0-pre9
+- updated BRs (in it kdelibs-devel instead of kdebase-devel)
+- updated %files
+
 Revision 1.12  2005/06/18 14:09:03  blekot
 - BR: perl-base
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ksquirrel.spec?r1=1.12&r2=1.13&f=u




More information about the pld-cvs-commit mailing list