]> git.pld-linux.org Git - packages/gde.git/commitdiff
- raw version from MDK.
authorkloczek <kloczek@pld-linux.org>
Mon, 9 Jul 2001 10:46:34 +0000 (10:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gde.spec -> 1.1

gde.spec [new file with mode: 0644]

diff --git a/gde.spec b/gde.spec
new file mode 100644 (file)
index 0000000..7c9f0ed
--- /dev/null
+++ b/gde.spec
@@ -0,0 +1,72 @@
+%define name gde
+%define version 0.1.9
+%define release 1mdk
+
+
+Version: %{version}
+Summary: Tool to manage programming projects
+Name: %{name}
+Release: %{release}
+Copyright: GPL
+Group: Development/Other
+Source: %{name}-%{version}.tar.bz2
+URL: http://www.student.tue.nl/u/g.zwartjes/
+BuildRoot: %{_tmppath}/%{name}-buildroot
+
+%description
+GTK Development Environment (GDE) acts as a framework when you are programming.
+It is not an integrated development environment, but more a tool to manage 
+programming projects. It keeps the user from switching between terminals and 
+editor windows, with a project explorer. Making and running a project can be 
+done with function keys, with commands the user defines.
+
+%prep
+rm -rf $RPM_BUILD_ROOT
+
+%setup 
+
+%build
+
+%configure
+
+%make
+
+%install
+
+%makeinstall
+
+(cd $RPM_BUILD_ROOT
+mkdir -p ./usr/lib/menu
+cat > ./usr/lib/menu/%name <<EOF
+?package(%name):\
+command="/usr/bin/gde"\
+title="Gde"\
+longtitle="Programming framework"\
+needs="x11"\
+section="Applications/Development/Development environments"
+EOF
+)
+%post
+%update_menus
+%postun
+%clean_menus 
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr (-,root,root)
+%doc README COPYING INSTALL TODO ChangeLog NEWS AUTHORS 
+%doc doc/Manual
+%_bindir/*
+%_menudir/*
+
+%changelog
+* Thu Dec 07 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.1.9-1mdk
+- updated to 0.1.9
+
+* Tue Nov 14 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.1.7-1mdk
+- new in contribs
+- add menu entry
This page took 0.057642 seconds and 4 git commands to generate.