]> git.pld-linux.org Git - packages/gchempaint.git/commitdiff
- removed COPYING from doc (just GPL)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 May 2003 14:44:27 +0000 (14:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added missing dirs, use find_lang --with-gnome for gnome/help
- added _noautoreqdep for libGL (linked through libgcu)

Changed files:
    gchempaint.spec -> 1.2

gchempaint.spec

index d61056548970e656ced6b73f02c20198f4f4da76..c45d1b0b2ee1b20d697af11ff69d2b3a3f485d08 100644 (file)
@@ -3,20 +3,22 @@ Summary(pl):  Program GNOME do rysowania dwuwymiarowych wzor
 Name:          gchempaint
 Version:       0.3.3
 Release:       1
-Source0:       http://savannah.nongnu.org/download/gchempaint/unstable.pkg/%{version}/%name-%{version}.tar.bz2
-URL:           http://www.nongnu.org/gchempaint
 License:       GPL
 Group:         X11/Applications/Science
+Source0:       http://savannah.nongnu.org/download/gchempaint/unstable.pkg/%{version}/%name-%{version}.tar.bz2
+URL:           http://www.nongnu.org/gchempaint
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libglade2-devel >= 2.0.0
 BuildRequires: libgnomeprint-devel >= 2.0.0
 BuildRequires: libgnomeprintui-devel >= 2.1.3
 BuildRequires: libgnomeui-devel >= 2.0.0
-BuildRequires: gcu-lib-devel
-Requires:      gcu-lib
+BuildRequires: gcu-lib-devel >= 0.1.3
+Requires:      gcu-lib >= 0.1.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _noautoreqdep   libGL.so.1 libGLU.so.1
+
 %description
 GChemPaint is a 2D chemical structures editor for the Gnome-2 desktop.
 GChemPaint is a multi-document application and will be a bonobo server
@@ -46,25 +48,22 @@ rm -rf $RPM_BUILD_ROOT
 ##crappy fix for make install running scrollkeeper-update
 #rm -fr $RPM_BUILD_ROOT/var
 
-%find_lang %name
-
+%find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-/usr/bin/scrollkeeper-update
-
+%post  -p /usr/bin/scrollkeeper-update
 %postun -p /usr/bin/scrollkeeper-update
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/%{name}
-%{_datadir}/applications/%name.desktop
-%{_datadir}/%{name}/glade/*
-%{_datadir}/gnome/*
+%{_datadir}/%{name}
+%{_datadir}/gnome/ui/*.xml
 %{_omf_dest_dir}/*
-%{_datadir}/pixmaps/*.png
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/*.png
 %{_datadir}/mime-info/%{name}.*
 %{_libdir}/bonobo/servers/%{name}.server
This page took 0.067101 seconds and 4 git commands to generate.