]> git.pld-linux.org Git - packages/GXedit.git/blobdiff - GXedit.spec
- s/^Terminal=0/Terminal=false/ s/^Terminal=1/Terminal=true/ to conform
[packages/GXedit.git] / GXedit.spec
index 8ac4c9bc9e1d058dfd7840f9527f0b234f108d5a..05f02fe300bf4ca17f326ba4311f496f255022f2 100644 (file)
@@ -4,21 +4,20 @@ Summary(pl):  Wielofunkcyjny edytor tekstu wykorzystuj
 Summary(pt):   Editor de textos multifunção que usa o GTK+
 Name:          GXedit
 Version:       1.23
-Release:       10
+Release:       11
 License:       GPL
 Group:         X11/Applications/Editors
-Source0:       http://users.linuxbox.com/~drow/GXedit/%{name}%{version}.tar.gz
+# working: ftp://ibiblio.org/pub/Linux/apps/editors/X/%{name}-%{version}.tar.gz
+Source0:       %{name}%{version}.tar.gz
+# Source0-md5: afbd834a2fbb73b598e600f23655c13d
 Source1:       %{name}.desktop
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-makefile.patch
 Patch2:                %{name}-nobash.patch
 Patch3:                %{name}-time.patch
-URL:           http://www.linuxbox.com/~drow/GXedit/
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
 
 %description
 Here is a fast, easy-to-use editor which is both network oriented and
@@ -57,13 +56,13 @@ mv -f gxedit.c.new gxedit.c
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/Office/Editors}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/Editors}
 
 %{__make} install \
        SHARE=$RPM_BUILD_ROOT%{_datadir}/ \
        INSTALL_DIR=$RPM_BUILD_ROOT%{_bindir}/
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Office/Editors
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Editors
 
 %clean
 rm -r $RPM_BUILD_ROOT
@@ -75,5 +74,5 @@ rm -r $RPM_BUILD_ROOT
 
 %attr(755,root,root) %{_bindir}/*
 
-%{_applnkdir}/Office/Editors/GXedit.desktop
+%{_applnkdir}/Editors/GXedit.desktop
 %{_datadir}/GXedit
This page took 0.04455 seconds and 4 git commands to generate.