SPECS: nightfall.spec - gtk+2 not gtk+; added optional BRs used by...

qboosh qboosh at pld-linux.org
Sat Jul 7 09:27:48 CEST 2007


Author: qboosh                       Date: Sat Jul  7 07:27:48 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- gtk+2 not gtk+; added optional BRs used by default

---- Files affected:
SPECS:
   nightfall.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/nightfall.spec
diff -u SPECS/nightfall.spec:1.2 SPECS/nightfall.spec:1.3
--- SPECS/nightfall.spec:1.2	Fri Jun 22 11:26:30 2007
+++ SPECS/nightfall.spec	Sat Jul  7 09:27:43 2007
@@ -10,8 +10,16 @@
 # Source0-md5:	318314e97b83fdb74860aba6adef219b
 Patch0:		%{name}-desktop.patch
 URL:		http://www.hs.uni-hamburg.de/DE/Ins/Per/Wichmann/Nightfall.html
-#BuildRequires:	gnuplot
-BuildRequires:	gtk+-devel
+BuildRequires:	OpenGL-GLU-devel
+BuildRequires:	OpenGL-glut-devel
+BuildRequires:	gtk+2-devel >= 2:2.6
+BuildRequires:	gtkglarea-devel >= 1.99
+BuildRequires:	libgnomeui-devel >= 2.0
+BuildRequires:	libjpeg-devel
+BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(macros) >= 1.198
+BuildRequires:	scrollkeeper
+Requires(post,postun):	scrollkeeper
 Requires:	gnuplot
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -44,19 +52,26 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install %{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}/
-install %{name}.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/
+install %{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}
+install %{name}.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %find_lang %{name} --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%scrollkeeper_update_post
+
+%postun
+%scrollkeeper_update_postun
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README doc/*
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
+%{_omf_dest_dir}/%{name}
 %{_desktopdir}/%{name}.desktop
 %{_mandir}/man1/%{name}.1*
 %{_pixmapsdir}/%{name}.xpm
@@ -67,10 +82,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/07/07 07:27:43  qboosh
+- gtk+2 not gtk+; added optional BRs used by default
+
 Revision 1.2  2007/06/22 09:26:30  lisu
 - add --with-gnuplot configure option
 - mv gnuplot to requires
 
 Revision 1.1  2007/06/21 23:20:53  lisu
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nightfall.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list