]> git.pld-linux.org Git - packages/GXedit.git/blobdiff - GXedit.spec
- removed two lines with define
[packages/GXedit.git] / GXedit.spec
index 8ac4c9bc9e1d058dfd7840f9527f0b234f108d5a..7b2bc08615a86e06cddf6f956d8fbfe2e7080e07 100644 (file)
@@ -4,21 +4,19 @@ 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
 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 +55,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 +73,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.06156 seconds and 4 git commands to generate.