]> git.pld-linux.org Git - packages/libgnomecanvas.git/commitdiff
- raw version from rawhide.
authorkloczek <kloczek@pld-linux.org>
Mon, 28 Jan 2002 04:08:49 +0000 (04:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgnomecanvas.spec -> 1.1

libgnomecanvas.spec [new file with mode: 0644]

diff --git a/libgnomecanvas.spec b/libgnomecanvas.spec
new file mode 100644 (file)
index 0000000..db34a18
--- /dev/null
@@ -0,0 +1,93 @@
+%define gtk2_version 1.3.12.90
+%define libart_lgpl_version 2.3.7.91
+%define libglade2_version 1.99.5.90
+
+Summary: GnomeCanvas widget
+Name: libgnomecanvas
+Version: 1.108.0.90
+Release: 1
+URL: http://www.gnome.org/
+Source0: %{name}-%{version}.tar.gz
+License: LGPL
+Group: System Environment/Libraries 
+BuildRoot: %{_tmppath}/%{name}-root
+Requires: gtk2 >= %{gtk2_version}
+BuildRequires: gtk2-devel >= %{gtk2_version}
+BuildRequires: libart_lgpl-devel >= %{libart_lgpl_version}
+BuildRequires: libglade2-devel >= %{libglade2_version}
+
+%description
+
+The canvas widget allows you to create custom displays using stock items 
+such as circles, lines, text, and so on. It was originally a port of the 
+Tk canvas widget but has evolved quite a bit over time.
+
+%package devel
+Summary: Libraries and headers for libgnomecanvas.
+Group: Development/Libraries
+Requires:      %name = %{version}
+Conflicts:      gnome-libs-devel < 1.4.1.2
+Requires: gtk2-devel >= %{gtk2_version}
+Requires: libart_lgpl-devel >= %{libart_lgpl_version}
+Requires: libglade2-devel >= %{libglade2_version}
+
+%description devel
+
+The canvas widget allows you to create custom displays using stock items 
+such as circles, lines, text, and so on. It was originally a port of the 
+Tk canvas widget but has evolved quite a bit over time.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %name
+
+%clean
+rm -rf %{buildroot}
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(-,root,root)
+
+%doc AUTHORS COPYING ChangeLog NEWS README
+
+%{_libdir}/lib*.so.*
+
+%files devel
+%defattr(-,root,root)
+
+%{_libdir}/lib*.a
+%{_libdir}/lib*.so
+%{_libdir}/pkgconfig/*
+%{_includedir}/*
+
+%changelog
+* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
+- 1.108.0.90 cvs snap
+
+* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
+- cvs snap 1.105.0.90, gtk 1.3.11
+
+* Fri Oct 26 2001 Havoc Pennington <hp@redhat.com>
+- new cvs snap, rebuild for gtk 1.3.10, 
+  add libglade dep, fix libart dep
+
+* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
+- rebuild cvs snap for new glib/gtk
+
+* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
+- new cvs snap with upstream changes
+
+* Thu Sep 13 2001 Havoc Pennington <hp@redhat.com>
+- Initial build.
This page took 0.0693550000000001 seconds and 4 git commands to generate.